You are not logged in.

Search results

Search results 21-40 of 88.

Dear visitor, welcome to Jabaco - Community. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

Friday, August 15th 2014, 8:19am

Author: spysonic

Barcode

Anybody please..

Friday, August 15th 2014, 7:20am

Author: spysonic

Download Latest Framework

Where can we download the latest framework? I used to download it here ... http://www.jabaco.org/wiki/Latest_JabacoFramework_Binary but.. the framework source has v151 already.. why is it not reflected on the wiki? Why is it that I cant find any links to this ...http://www.jabaco.org/wiki/Latest_JabacoFramework_Binary i mean if im navigating from homepage to anywhere in the site i cant see any tutorials to point me to that page of the wiki where the latest framework can be downloaded? anyone pls...

Thursday, August 14th 2014, 1:42am

Author: spysonic

Now That is what Transparency means

Woooaah Jaw droping... Many many thanks theusebl This is great!

Wednesday, August 13th 2014, 5:40am

Author: spysonic

Transparent Form

i successfully run the gradient form using usercontrol many thanks theusrbl - but still my problems lies within obtaining transparent for with ilustrated here Jabaco Source 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 import java.awt.*;import javax.swing.*; import static java.awt.GraphicsDevice.WindowTranslucency.*; public class GradientTranslucentWindowDemo exte...

Wednesday, August 13th 2014, 2:01am

Author: spysonic

Transparent Form

I thought i'll be able to replicate the solution on Dani's sample but i couldnt. it doest recognize the "me.setOpaque(false). do i have to enable something to properly implement this properties? thanks theusrbl, i'll try your sample hope i'll be able to properly run it. BTW do i have to enable something before running the code? (thanks again)

Tuesday, August 12th 2014, 9:30am

Author: spysonic

Transparent Form

ah ok now i get it! from here ... Gradient Jlabel - How do I get text to appear?

Monday, August 11th 2014, 11:10am

Author: spysonic

H2 Datenbank - Verbindung klappt nicht!

Hey guys, sorry for posting questions here.... I just happen to be here because of searching something about H2 database.. I would like to use it for next experiments but my problem is I don't know of any front end tool to be actually usable in managing h2 database. im talking about tools such as navicat or sqlitebrowser which I can view my tables and fileds, add or edit my tables or its data. Yes ive seen those front end tools listed on h2 site but those are not quite good tools, some of 'em ar...

Monday, August 11th 2014, 3:47am

Author: spysonic

How to Implement Per-Pixel Translucency

Ive seen a tutorial here about setting the window to a transparent by setting its opacity. but that will affect all the controls inside that window. I wanted to have a semi transparent form with a fully visible controls on it. i read about How to Implement Per-Pixel Translucency - in java But i dont know how to implement it in Jabaco, Is there anybody in the community who knows about this? please help. setBackground(new Color(0,0,0,alpha) - im talking about this one.

Monday, August 11th 2014, 3:18am

Author: spysonic

cancelling the Unload is not functioning

Thanks Theusrbl. is it already included in framework rev.149? I tried it but it gives me an error on windows event not identified yet on my jabacos framework. by the way. in vb6 the Cancel will be true as long as it has a non zero number (negative or positive). it will only executes the unload if the cancel value is equal to zero, The cancel value is zero by default.

Monday, August 11th 2014, 2:58am

Author: spysonic

For Beginners DATABASE Add, edit, delete

Strictly for beginners like me! Simple implementation of SQLite transactions. for beginners basis. before running make sure you have the ff. 1. sqlite_ini.dll copied to your java/jre/bin folder 2. sqlite.jar copied to your java/jre/lib/ext folder

Monday, August 11th 2014, 2:55am

Author: spysonic

For Beginners Simple login using a database

Purely for beginners like me! simple implementation of log in using an SQLite database. sample for login is implemented on the next attachment for SQLite

Monday, August 11th 2014, 2:48am

Author: spysonic

For Beginners Hovering inside a Circle

This can be implemented if you wanted to add any event inside your given circle coordinates. actual implementation: if you wanted to hover on a circular button inside the container. let say your imgbutton is inside a label or picturebox. on mouse entered your picture box will be activated once your pointer enters any area of the rectangle, so you need this sample to set the activation if your pinter reaches the area of the circumference

Monday, August 11th 2014, 2:33am

Author: spysonic

MSGBOX

Hello, in Vb6 we are allowed to set a cancel argument in the Unload event, and setting the cancel to Zero means false, and setting the cancel to any non-zero number will be true, meaning you can set the cancel to positive or negative numbers you like and it will still cancel the unload event but if you set it to zero then surely it will unload the form. TIA

Friday, August 8th 2014, 2:57am

Author: spysonic

MSGBOX

Is it possible to have a message box in unload event? like if you wanted to close the form it will ask you if you wanted to log_out then gives you a choice yes or no? if yes it will surely log out, if no it will cancel the event?

Thursday, August 7th 2014, 5:36am

Author: spysonic

Database sample App - SELECT / INSERT / UPDATE / DELETE

It would be a great help if there is a tool for managing the h2 database file like the sqlite browser of the navicat. I did try using some of the front end tools for h2 but its too messy to work with. out of so many tools listed on h2 site the only tools which i understand better is the RAZORSQL but i had issues with since its generating folders after opening the h2 database. the only thing that i like is its capcbility to create table, view datas inside the table and even adding/editng datas on...

Wednesday, August 6th 2014, 6:11am

Author: spysonic

Database sample App - SELECT / INSERT / UPDATE / DELETE

hi Dani, Id like to ask if what are the best management tool for H@ database... unfortunately navicat cant populate the h2 database file. is there any specific tools for viewing and managing h2 database files? TIA

Tuesday, August 5th 2014, 9:44am

Author: spysonic

Database sample App - SELECT / INSERT / UPDATE / DELETE

Oh, my.... I just finish reading some general info about h2 database engine... and I feel like I wanted to hit myself for not knowing about what was it coz it turns out that it was this database that i was looking for all along. and im so fed up with sqlite that i didnt give importance to it at first glance. I was just looking for a database which : fastOpen sourceSupports standard SQL, JDBC APIEmbedded and Server mode and mixed modeMulti version concurrency - several computations are executing ...

Monday, August 4th 2014, 2:32am

Author: spysonic

group of label or other tools

Hello Jp, im a beginner too.. nice to know your one too lets help each other.. for control arrays you could set the index properties of controls or you can see some examples here cool control-arrays

Sunday, August 3rd 2014, 8:46am

Author: spysonic

Jabaco Error

hi everyone, have you encountered an error in running your projects after setting the themes of win7 off? i just happen to set my settings to best performance and while experimenting in jabaco I had this error about java swing or something... someone plss verify. TIA

WoltLab Burning Board