You are not logged in.

Search results

Search results 21-40 of 53.

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.

Wednesday, February 19th 2014, 12:10pm

Author: maXim

Last release 2009?

Hi DFergFLA, Although at present the development of Jabaco proceeds slowly (but I am convinced that soon there will be some interesting news) Dani and theuserbl have implemented, in several versions of the framework, new functions and properties... I development with Jabaco for some years and I am very satisfied! http://www.jabaco.org/wiki/Latest_JabacoFramework_Binary https://code.google.com/p/jabacoframewor…ce/detail?r=128

Thursday, February 13th 2014, 7:48pm

Author: maXim

Something is happening

... yet something is moving... oh, yes!

Friday, October 25th 2013, 4:26pm

Author: maXim

db2000 Get Location from IP

... once you've opened the file "download.txt", copy all the text (ALL TEXT!) and paste it into the address field of your browser ... that's it! Regards, Massimo

Friday, October 25th 2013, 12:07pm

Author: maXim

db2000 Get Location from IP

Hi swissmade, you can download the project from the link provided in the attached text file in the first post... I remind you that the project is a long-standing (february 2009), I have not checked if the same conditions are still valid and if they can still be proposed... regards, Massimo

Monday, December 31st 2012, 11:22am

Author: maXim

happy holidays

@theuserbl: I agree! ... for all those who contribute to this forum: Happy New Year 2013!

Thursday, December 13th 2012, 1:16pm

Author: maXim

happy holidays

from Italy...

Tuesday, November 22nd 2011, 10:45am

Author: maXim

Confused about portability??

Hi MeIX, see this thread with example: db2000 lightchat

Tuesday, November 23rd 2010, 6:30am

Author: maXim

function Command

Hi FNACOMPUTADORES, watch this link: http://www.jabaco.org/board/p297-how-to-pass-parameters-to-console-application-from-command-shell.html#post297 saudações de Florença, Itália Massimo

Monday, May 4th 2009, 5:12pm

Author: maXim

Help with VB5 Module

Hi Quiepo, I do not know if that will help you, but try in Jabaco with the new changes ...

Friday, April 10th 2009, 7:46am

Author: maXim

Making a clock?

Hi XelaisPWN, Jabaco is a project still under development and some functions don't result operational, but I'm sure that Manuel will make them available in the next version. For now I have resolved as follows: Jabaco Source 1 2 3 4 5 6 7 8 9 10 11 12 13 Public Sub Form_Load() Timer1.Interval = 1000 Timer1.Enabled = True End Sub Public Sub Timer1_Timer() Label1.Caption = Time Label1.Refresh End Sub Public Function Time() As String Dim xs(0 To 1) As String xs() = Split(CStr(Now), " ") Time = xs(1)...

Tuesday, March 10th 2009, 11:00am

Author: maXim

Reading an INI File?

Hi Moogly, why continue with the Windows API? ini4j is a good wrapper to manage INI files in Windows format and javaini also seems to be another good solution... Best Regards, Massimo

Wednesday, February 18th 2009, 5:42pm

Author: maXim

db2000 Get Location from IP

db2000 Get Location from IP This example allows to detect the coordinates of a location from an IP address and displays the map using the Google Static Maps API. The solution uses the JavaSQLite wrapper to access the database that associates each location with a IP range. The database is not completely updated and it is likely that some locations are found for approximation only... So, anyone who harbors updates to these data is welcome! Given the size of the database the whole project can be do...

Tuesday, February 10th 2009, 5:47pm

Author: maXim

db2000 lightchat

db2000 lightchat db2000 lightchat is really a simple project and doesn't introduce any particular difficulty for the source code interpretation. Anyone who wants to improve the project, by making changes or new integrations (ex. different colors for the texts of the messages, multi-users and multi-rooms, etc.), may do so and is welcome!

Friday, February 6th 2009, 3:28pm

Author: maXim

web browser - how to make?

Hi All, how can be created a simple web browser in a Jabaco form?

Friday, February 6th 2009, 8:59am

Author: maXim

Serial Port

Ciao Pier Andrea, allora, visto che anche tu lo sei, mi permetto di darti il benvenuto in Italiano! Anche io progetto HW e sviluppo FW e SW con diversi compilatori per diverse piattaforme (sia HW che SW, leggi anche SO diversi), per questo sono interressato a Jabaco visto che offre la possibilità di generare dei .jar che, se "modellati" secondo gli standard Sun, sono multi-piattaforma. Purtroppo mi "affaccio" solo ora al mondo Java e quindi le mie conoscenze in merito sono molto limitate ma, gr...

Thursday, February 5th 2009, 7:40pm

Author: maXim

SQLITE 3 support

with the help of Manuel I would have understood how to use JavaSQLite wrapper in Jabaco, what follows is just a simple example to read the fields names: Jabaco Source 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 Dim dbFile As String dbFile = App.Path & "/test.db" dbFile = Replace(dbFile, "", "/") Dim driver As Class driver = Class.forName("SQLite.JDBCDriver") If driver = Nothing Then MsgBox "SQLite Driver Not Found!" Exit Sub End If Dim database As New DataBase Dim rs As ResultSet Dim r...

Thursday, February 5th 2009, 10:05am

Author: maXim

Serial Port

Hi Pier Andrea, I too have the same Your needs (I design and develop hw and fw). I was directed to the RXTX wrapper because it is more "extended" the Java Communications API, so it seems to me. In RXTX there are classes already prepared for the management of RS485 serial ports and also for communication on I2C bus. In internet there are several projects (some with source included) that use the RXTX wrapper (http://rxtx.qbang.org/wiki/index.php/Projects, http://users.frii.com/jarvi/rxtx/projects....

Wednesday, February 4th 2009, 12:09pm

Author: maXim

SQLITE 3 support

Hi Manuel, thanks for Your help, now I work with SQLite but I would also like to populate a JBGrid: do You have to submit me some example?

WoltLab Burning Board