You are not logged in.

Search results

Search results 1-12 of 12.

Tuesday, April 20th 2010, 2:31pm

Author: Tobias

Run Jabaco as a NT Service

Hi! Anyone who has used a Jabaco program as a Windows Service? This looks like it could work: http://edn.embarcadero.com/article/32068 Has anyone of you guys tested it? /Tobias

Tuesday, April 20th 2010, 1:56pm

Author: Tobias

Change icon graphics in application

ok. Thanks for the tip. It would be great though to have a "real" custom icon in the applications.

Tuesday, April 20th 2010, 8:28am

Author: Tobias

ORPG in Jabaco-applet

Sounds like fun! Thanks for sharing!

Saturday, April 17th 2010, 9:50pm

Author: Tobias

Change icon graphics in application

Hi! Does anybody knows if it possible to change the icon from the Java-graphics to a custom made? index.php?page=Attachment&attachmentID=206 Regards, Tobias

Saturday, April 17th 2010, 9:37pm

Author: Tobias

Communicating between forms and with the internet in Jabaco

Thanks a lot! It seems to work good! Source code 1 2 3 4 5 6 7 8 Public Sub Form_Load() host = "127.0.0.1" timeOut = 3000' // 3 seconds at least int timeout = 3000; status = InetAddress.getByName(host).isReachable(timeOut) MsgBox status MsgBox System.getProperty("os.name") End Sub Now I'm a step further towards converting my old VB6 program to Jabaco!

Friday, April 16th 2010, 11:54pm

Author: Tobias

Communicating between forms and with the internet in Jabaco

Thanks for your reply A1880! I'm trying to test Windows clients SMB share to see if they are up'n running because I have built a system where clients on local subnets can copy files from each others to avoid network traffic on the WAN link. The client is written in VB6. The problem I have is when the clients are turned off, the SMB call have a very long time out in Windows (about 30 seconds). I test several clients (up to 10-20) so the connection test can take several minutes if the clients are ...

Friday, April 16th 2010, 10:57pm

Author: Tobias

JTable example with sort

Thanks for the reply! I tried to write "javax#swing#table#DefaultTableModel" in the Form-code, but it didn't work. Maybe I should write it somewhere else? Anyway, I did get it to work by pressing F1 and manually select all the components required in the code. Great example code for making tables with sort by clicking the column header!

Friday, April 16th 2010, 10:45pm

Author: Tobias

Access to Excel from Jabaco via JExcel

Thanks for this great tip! It can be very useful to read/write XL-files!

Thursday, April 15th 2010, 2:43pm

Author: Tobias

Communicating between forms and with the internet in Jabaco

Thanks for this tip! Really neat! Do you know how to ping an address in Jabaco as well? Something like: a = pingreply "www.google.com" if a = True then msg "site up" else msg "no reply" endif

Thursday, April 15th 2010, 2:29pm

Author: Tobias

JTable example with sort

Thanks! But how do I add the class "DefaultTableModel"?

Wednesday, March 31st 2010, 9:51pm

Author: Tobias

Core themes for further developments

Hi! Thank you soo much for making this product!!! This is exactly what I've been looking for! Thank god I read about Jabaco in a magazine today and found this site! Wow! I can't wait to test it and convert some VB6 code! Without testing it's hard to wish for improvements, but database support is one of my top priorities. Vielen dank! Regards, Tobias from Sweden

WoltLab Burning Board