You are not logged in.

Search results

Search results 21-40 of 70.

Saturday, September 12th 2009, 5:05am

Author: klctal

Run Error Ver. 1.4.2-1.5.2

Hi, I had this problem before. Install java again, or reinstall Jabaco, or uninstall Java, then reinstall it with Jabaco, and it might work. Good luck!

Saturday, September 12th 2009, 4:27am

Author: klctal

Substance skins with Jabaco

i found more skins: https://substance.dev.java.net/docs/skins/toneddown.html

Friday, September 11th 2009, 8:43am

Author: klctal

Substance skins with Jabaco

Cool it would be good for my apps!

Wednesday, September 9th 2009, 12:14pm

Author: klctal

Chr(13)

The Chr(13) Function doesn't work that good in Jabaco. It doesn't "enter". Use Chr(10) instead.

Wednesday, September 9th 2009, 9:47am

Author: klctal

update "Showcase"

the picture there are a little old, not version 1.5.2. It would be good to update it, so new users can see how it looks now

Wednesday, September 9th 2009, 9:21am

Author: klctal

Which Java IDE do you use?

I use NetBeans 6.7 cause a friend interduced it to me and it's somehow easy

Wednesday, September 9th 2009, 9:13am

Author: klctal

End problem

If I do this: Jabaco Source 1 2 3 If Something = True Then End End If Return: Expected "End If". It doesn't find the "End If" after the "End"

Tuesday, September 8th 2009, 12:45pm

Author: klctal

Save IDE settings

Hi Manuel: You dont have to add this but a auto save (or hand save) settings of IDE (eg size, is maxamized etc.) might be good

Monday, September 7th 2009, 11:33am

Author: klctal

Resize

Maybe we can test where the cursor is. If it's on the border of the form and DragForm is true (set a boolean DragForm in public, when mousedown on border set it to true) then resize it. That's my nearest guess (I can't say it as an idea)

Sunday, September 6th 2009, 1:11pm

Author: klctal

Resize

How about Form_MouseDown, Form_MouseMove and MouseUp? They might work...

Friday, September 4th 2009, 11:39am

Author: klctal

Download files

Does anybody know how to download file? I know it's possible cause Sun downloaded is Java With this we can possibly make web browsers

Monday, August 31st 2009, 10:39am

Author: klctal

Generate controls at runtime

Oh, turns out I didn't type VB#Frame. I just typed in Frame (Dim Frm As Frame has to be Dim Frm As VB#Frame)

Monday, August 31st 2009, 2:56am

Author: klctal

Frame

But how to create a frame? When I dim NewF as frame there is no width left top height properties. So how do I set them?

Tuesday, August 25th 2009, 10:41am

Author: klctal

Generate controls at runtime

I'm still having a problem with the shape: Jabaco Source 1 2 3 4 5 6 7 8 Dim Shape1 As New Shape Shape1.Width = W Shape1.Height = H Shape1.Left = CLeft Shape1.Top = CTop Shape1.Shape = vbShapeRectangle Form1.add(Shape1) '^^Expected: Static Method Where H,W,CLeft And CTop are integers

Monday, August 24th 2009, 4:10am

Author: klctal

how is my jabaco userbar?

I agree it sure is nice.

Monday, August 24th 2009, 3:48am

Author: klctal

Generate controls at runtime

How to genorate controls at runtime (e.g. create a new commandbutton)? I tried this but it didn't work: Jabaco Source 1 2 3 4 5 6 7 Dim NewC As New CommandButton NewC.Left = 20 NewC.Width = 20 NewC.Top = 10 NewC.Height = 20 NewC.Caption = "NEW" NewC.Visible =True Is there a problem?

Thursday, August 20th 2009, 12:42pm

Author: klctal

String Operations

Hi all, When I was doing this: Jabaco Source 1 StrMain = StrMain + StrSubString Where StrMain And StrSubString Are strings with a value of "abc", Jabaco says "Unexpected numeric format". I found out that the "+" in the code needs to be "&", but in VB6, their the same.

WoltLab Burning Board