You are not logged in.

Search results

Search results 1-6 of 6.

Thursday, February 25th 2010, 4:50pm

Author: j4ckkn1fe

importing?

aww thank you. I figured most of it out yesterday and this extra source ironed out some bumps. Thanks...

Thursday, February 25th 2010, 5:30am

Author: j4ckkn1fe

Text box wont change text!

Ok I solved the won't change text problem. I changed the default name of the form to MainWindow and the module didn't update as well ("Maybe fix this in a later verson?") I also fixed the resize error with using Me.Width & Me.Height but the text box doesn't fill the form and the auto resize doesn't work very well. Any help on this?

Thursday, February 25th 2010, 5:21am

Author: j4ckkn1fe

Text box wont change text!

I'm changing a text boxes text with this: Source code 1 txtOutput.Text = "test?" But when I run it comes out it displays as Text1. I have gotten rid of the default text so there is no Text1 referenced anywhere in my project. I am also trying to auto resize the textbox with this code Source code 1 2 3 4 5 6 7 Public Sub Form_Resize() 'Size txtOutput on Resize txtOutput.Width = MainWindow.Width txtOutput.Height = MainWindow.Height End Sub But I get a "Use class name for static methods" error. Any ...

Thursday, February 25th 2010, 5:03am

Author: j4ckkn1fe

Create Jabaco-Menu / Jabaco-ToolBar

For the Menu Items how do I add a separator because: Source code 1 Call Me.MenuBar.addSeperator(tmpMenuFile) Does not work.

Wednesday, February 24th 2010, 11:10pm

Author: j4ckkn1fe

Which Java IDE do you use?

I use Eclipse with the pyDev plugin for when I'm programming in python.

Wednesday, February 24th 2010, 11:08pm

Author: j4ckkn1fe

importing?

I'm interested in using Jabaco instead of general Java for faster development in GUI's. So some real nooby questions I have is how do I import java classes and how do I instanciate objects. I looked at an example in the tutorials section but it was quite vague and I didn't understand all the # signs and the lack of a the NEW statement. If someone could explain it better that would be great!

WoltLab Burning Board