You are not logged in.

Search results

Search results 1-10 of 10.

Friday, November 23rd 2012, 8:14pm

Author: Ronnie

Jabaco Compiled Program Distribution

I have created an EXE CD menu system that I want to distribute to friends and family. Since I don't know if the end user has Java, I think I should add some java run-time files to the CD, but I am not sure which files to add and how to make my menu recognize the java run-time files. Any suggesting as to which files to add and how to associate them with my Menu EXE file would be appreciated. Thank You... Ronnie

Saturday, November 10th 2012, 2:46pm

Author: Ronnie

JasperReport and Jabaco

Hi - I know the original question is old but it might help me solve a problem I am currently having. I am trying to use a Java report tool (Java4less RReport) and was wondering why the import statement in the example code uses the "#" and not a period in the import statement: Why Import net#sf#jasperreports#engine#design#JasperDesign Not Import net.sf.jasperreports.engine.design.JasperDesign Txs... Ronnie

Sunday, October 28th 2012, 8:17pm

Author: Ronnie

Project dead or alive?

I would like to agree with you. Its a great tool and I hope they continue to develop the software. Although I have encountered some bumps in the road, I still am enjoying Jabaco. Ronnie

Wednesday, October 24th 2012, 10:27pm

Author: Ronnie

Layout Manager

Is there a way similar to Java's Gridbag Layout to create a form design? Also, is there a way to use Jav'a's Gridbag layout in Jabaco? My many problem relates to creating a screen and when the sizes changes the components do not stay do not keep the same relationship. Thanks... Ronnie

Saturday, October 20th 2012, 5:31pm

Author: Ronnie

Select Case and Brackets

I think I have an answer for the case question and that is that JaBaco follow's java's case statement formation. There are no "To" or "Is" in the case format.

Thursday, October 18th 2012, 11:11pm

Author: Ronnie

Select Case and Brackets

I am using a Select Case to identify day of the week limitations. Jabaco gives an error for "Case 1 to 30" and Case Is > 30 Select Case Val(temp) Case 0 cbo_HDay.ListIndex = -1 cbo_HDay.SetFocus Exit Sub Case 1 To 30 cbo_HDay.ListIndex = Val(temp - 1) Case Is > 30 cbo_HDay.ListIndex = -1 cbo_HDay_LostFocus Exit Sub Case Else End Select End If Case Else End Select Also, when I use round brackets I get an end of statement missing error. When I use square brackets the program compiles. My question ...

Wednesday, October 17th 2012, 1:51pm

Author: Ronnie

Compiled File Size

Hi theuserbl - Thanks for getting back to me. The new runtime reduced my file by about 110,000 bytes. Thanks again... Ronnie

Tuesday, October 16th 2012, 9:45pm

Author: Ronnie

Compiled File Size

Hi - I just created and compiled my first Jabaco file. The file consists of a simple form with two ComboBoxes, two Buttons, two text boxes and one modular. The modular opens a text file and adds names to one of the ComboBoxes. The compiled version of this file was about 600,000 bytes and I was wondering if there is a way to decrease the size of the compiled file? I have a large VB file that I want to convert and compile with Jabaco, but am concerned that it will be over 10 MB in size. Thanks... ...

Friday, October 12th 2012, 2:19pm

Author: Ronnie

Newbee Questions - Please Help

I am new to Jabaco and very excited about the possibilities it offers. I have tried compiling an existing VB6 project and have encountered several error. I believe that one of the errors is explained in the video tutorial, but, I am not certain how to apply the correction to my code. The following are the problem lines, any help would be appreciated. Ronnie... Error- Needs end of line statement Private Const MF_BYPOSITION = &H400& Private Const MF_REMOVE = &H1000& Error - Use Class name frm_Agd....

WoltLab Burning Board