You are not logged in.

Search results

Search results 1-15 of 15.

Friday, August 20th 2010, 5:41pm

Author: FrancoAA

menubar creator

Excellent, it will be useful

Tuesday, August 10th 2010, 12:09am

Author: FrancoAA

Validate user input easily - JBValidationControls

Here is some controls to facilitate the tedious task of validating user input. I hope they are helpful. index.php?page=Attachment&attachmentID=239 index.php?page=Attachment&attachmentID=240

Monday, August 9th 2010, 6:40pm

Author: FrancoAA

JBPlayer - Simple mp3 player

Greetings, today I bring you a simple mp3 player maded with jabaco. index.php?page=Attachment&attachmentID=238 To do this I have relied on the work of jlGui Player, look at: http://www.javazoom.net/jlgui/api.html I would have done more complete, but a bug in the compiler stopped me. I hope you learn from this example. They can also play with .ogg with the right plugin. here is the source code: http://www.megaupload.com/?d=YM4Y6K94 Update: could fix the bug that ailed me, it seems that had to pre...

Thursday, July 29th 2010, 7:05pm

Author: FrancoAA

Creating dinamically controls on a form

Look that Source code 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 Option Explicit Implements java#awt#Event#ActionListener Public Sub Form_Load() Const INITIAL_X = 10 Const INITIAL_Y = 10 Const BUTTON_WIDTH = 100 Const BUTTON_HEIGHT = 30 Dim i As Integer Dim buttons(5) As CommandButton For i = 0 To 5 buttons(i) = New CommandButton() buttons(i).Caption = "button " & i buttons(i).Top = INITIAL_Y + (BUTTON_HEIGHT * i) buttons(i).Left = INITIAL_X buttons(i).Width...

Wednesday, July 28th 2010, 6:08pm

Author: FrancoAA

Creating dinamically controls on a form

Here's an example: Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 Public Sub Form_Load() Const INITIAL_X = 10 Const INITIAL_Y = 10 Const BUTTON_WIDTH = 100 Const BUTTON_HEIGHT = 30 Dim i As Integer Dim buttons(5) As CommandButton For i = 0 To 5 buttons(i) = New CommandButton() buttons(i).Caption = "button " & i buttons(i).Top = INITIAL_Y + (BUTTON_HEIGHT * i) buttons(i).Left = INITIAL_X buttons(i).Width = BUTTON_WIDTH buttons(i).Height = BUTTON_HEIGHT Me.add(buttons(i)) Next End Sub...

Wednesday, July 28th 2010, 4:41pm

Author: FrancoAA

Yes another control! Statusbar for jabaco - JBStatusBar

Here is a new control! I hope you enjoy it. index.php?page=Attachment&attachmentID=234 here is the code and demo index.php?page=Attachment&attachmentID=233

Saturday, July 24th 2010, 11:27pm

Author: FrancoAA

TypeOf Is

thank you very much, I seem to ignore the documentation of this command, and thanks again for the example. Greetings FrancoAA. muchas gracias, parece que me pase por alto la documentación de este comando, y gracias nuevamente por el ejemplo. Saludos FrancoAA

Saturday, July 24th 2010, 7:17pm

Author: FrancoAA

RE: IsClass

Quoted from "OlimilO" please also pay attention to the function IsClass which was already part of Jabaco since the first beta. Please show me how it works, because this command is not documented.

Saturday, July 24th 2010, 5:38pm

Author: FrancoAA

TrayIcon control for jabaco - JBTrayIcon

Greetings everyone, Here is a new control that will allow them to put an icon in the system tray, includes an example of its use and the source code, I hope you find it helpful. FrancoAA. index.php?page=Attachment&attachmentID=232 Original Text: Saludos a todos, aquí les dejo un nuevo control que les permitirá poner un icono en la barra del sistema, incluye un ejemplo de su uso y el código fuente, espero que les sea de ayuda. FrancoAA. index.php?page=Attachment&attachmentID=231

Friday, July 23rd 2010, 11:28pm

Author: FrancoAA

DirListBox control

DirChooserBox the problem is related to the GUI, and I imagine that the JFileChooser in linux has a different GUI consists of another set of JComponent, should not be difficult to fix, but I have no space to install linux on my pc, maybe later. Greetings, and thanks for solving the problem of DirListBox. Original Text: el problema del DirChooserBox esta relacionado con la GUI, ya que me imagino que el JFileChooser en linux tiene una GUI diferente compuesta por otro conjunto de JComponent, no deb...

Friday, July 23rd 2010, 8:25pm

Author: FrancoAA

instanceOf for jabaco

Google translate:Here is a small example of how to simulate the java instanceof operator, your comments and suggestions are welcome, greetings. Original text: Aquí les dejo un pequeño ejemplo de como simular el operador de java instanceof, sus comentarios y sugerencias serán bienvenidas, saludos. Source code 1 2 3 Public Function InstanceOf(cls As Class, obj As Object) As Boolean InstanceOf = cls.isInstance(obj) End Function How to use it: Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 Dim num, db...

Friday, July 23rd 2010, 1:29am

Author: FrancoAA

DirListBox control

Quoted from "theuserbl" Quoted from "FrancoAA" Google Translate: Here is the new version of control. Is much better but has a bug that appears randomly. I hope you try and if you know a better alternative make me know. Greetings FrancoAA. You replaces your first post completly with a other one? Happyly I have saved your old files before DirListBox1: index.php?page=Attachment&attachmentID=221 index.php?page=Attachment&attachmentID=222 I have tested it on Linux. Here a Screenshot: index.php?page=...

Tuesday, July 20th 2010, 5:34pm

Author: FrancoAA

RE: RE: DirListBox control

Quoted from "theuserbl" Quoted from "FrancoAA" Google Translate: Greetings everyone, Here I give the user control that I hope you might help. Still missing some features and not fully proven, but little is better than nothing. Regards Nice. :-) I assume you allow it, to intragrate it (or parts of it) in the Jabaco-Framework under the new BSD license. Right? Currently we have only FileListBox in the SVN. And with your support there comes the DirListBox as addition. Google translate:Of course, I ...

Monday, July 19th 2010, 5:44pm

Author: FrancoAA

DirListBox control

Google Translate: Here is the new version of control. Is much better but has a bug that appears randomly. I hope you try and if you know a better alternative make me know. Greetings FrancoAA. index.php?page=Attachment&attachmentID=220 Original text: Aquí se encuentra la nueva versión del control es mucho mejor pero tiene un bug que aparece aleatoriamente. Espero que lo prueben y si conocen una mejor alternativa me la hagan saber. Saludos FrancoAA. index.php?page=Attachment&attachmentID=219

WoltLab Burning Board