You are not logged in.

Search results

Search results 1-17 of 17.

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.

Thursday, September 10th 2009, 12:33am

Author: amitmarkel

Translate Jabaco into your native language

Hello, I've just completed the Hebrew translating. 1. I couldn't come up with an exact parallel word so instead I explained the following: Original: Boxing class for auto conversion not found! Back to English: The class to automatically convert the object not found! (''Boxing'') 2. There seems to be a problem with GoToFlag, in all languages on my computer. 3. I suggest to add an <Item Name="RTL" value="true or false"/> item to the <Information> section to make all the controls and message boxes ...

Thursday, September 10th 2009, 12:20am

Author: amitmarkel

Sequential file example

Alternatively VBCr or VBCrlf can be used.

Monday, August 31st 2009, 2:08pm

Author: amitmarkel

Translate Jabaco into your native language

Edit: I've tried to play with Notepad++ again after reading your post again Manuel, only this time I noticed you wrote to convert it also, so I have, and it works (Also needed to change the ISO to UTF-8, with a "-"). Hebrew in UTF8: index.php?page=Attachment&attachmentID=127 Amit Obsolete: Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 I now saved the file as UTF-8 with Microsoft's notepad, and got this error: Load 'D:\Program Files\Jabaco\lang\hebrew.xml' failed! Line: 1 Code: -1072896657 Desc...

Wednesday, August 26th 2009, 2:15pm

Author: amitmarkel

Translate Jabaco into your native language

Hello, Hebrew translation without <messages> done. Name: Amit Markel Language: Hebrew Version: 1.5.0 Status: In progress... <Messages> not yet translated. File: index.php?page=Attachment&attachmentID=122 (I saved the file in ANSI, and set the encoding to ISO-8859-8 [codepage=177]) I'm also not sure about the debugging menu because I haven't really used these functions, and these are grayed in Jabaco (along with the Pause button & Breakpoints). Cheers Amit

Tuesday, August 25th 2009, 8:16pm

Author: amitmarkel

Jabaco crash when clicking Show Class button

Hello, The Show Class button opens a browser window explaining a selected class, for instance type short, hit <enter>, and afterward click Show Class: http://java.sun.com/j2se/1.4.2/docs/api/…ort.html#%28%29 opens. I don't think there is a need to click that button without choosing a class , but this is a GUI-related bug, that should be solved by ignoring the click when nothing is selected. BTW (Manuel): Any progress with the images issue? Eagerly waiting for the next version.. Regards, Amit

Sunday, August 9th 2009, 12:35am

Author: amitmarkel

RELEASE: Jabaco 1.5.0 BETA - 2009-08-08

Indeed good progress, Keep it up! Amit

Tuesday, August 4th 2009, 9:57pm

Author: amitmarkel

Line() memory leak?

Hello, Problem solved... goto Edit. I've now tried to copy&paste the timer code into a sub and set it to be called on Applet_Click(). Then I added to the sub: While True ... DoEvents Sleep and Wend (leaving the Dim out before ), but I've got the same effect: after a while the execution stoped, and all lines drawn disappeared although AutoRedraw=True. Perhaps there is a memory leak in Line(). Edit: I have just noticed the framework snapshots section! This problem has already been fixed - hence my...

Sunday, August 2nd 2009, 6:26pm

Author: amitmarkel

Colours not working with Line?

Hi, I tried to Line() also, and I managed to change the colour by using the control's ForeColor property. Regards, Amit

Sunday, August 2nd 2009, 2:52pm

Author: amitmarkel

Achtung die kurve (a game), timers problem?

Hello, EDIT: This is not a timer problem. Skip this post and read the bottom of my next post. I suddenly remembered that I encountered a problem regarding the Timer component when trying to write an Achtung die kurve clone (not porting an application from VB6). What seems to be happening is that after a short while timers stop working (maybe jabaco is counting the cycles). Herewith is the complete code I have just written; place a timer with Interval=12 on a black applet. The keycodes are for th...

Monday, July 20th 2009, 4:11pm

Author: amitmarkel

Control arrays LBound

Yeah I know: I just thought that solution could be a little "less elegant" if a LBound function already existed. Thanks however. Next times I'll include any bypassing solutions , I thought it just might have been a simple bug. I am sharing my thoughts in goal to help improve Jabaco because in the future it will be powerful, and I wish to aid in bringing that closer. I yet learnt Jabaco and the framework Fully to help with solutions (regarding bugs or suggestions) or assisting in writing document...

Monday, July 20th 2009, 10:17am

Author: amitmarkel

Control arrays LBound

Hi community, Manuel, I've tried to LBound and UBound control arrays. Whereas UBound works, I think there is a bug with LBound. I've created a PictureBox array of Picbx(1) and Picbx(2) for example, and other controls such as labels. LBound seems to always result with a zero. I tried to do it in this fashion: Jabaco Source 1 Msgbox LBound(Picbx) & UBound(Picbx) The result is 02, where in VB6 the result is 12. Regards Amit

Sunday, July 19th 2009, 9:30am

Author: amitmarkel

Timers

OlimilO: Thanks for the example. Also, I always used the space() function, so I guess I just forgot about that string(,) function. Manuel & Others: I posted another question not about the IDE's GUI, but about Timers and WinAPI. I guess the timer problem has already been noticed, but no one responded about it, and I think it is important. (Maybe it is a problem in my computer? I tried reinstalling... so it is either a code mistake or a bug). Link Cheers, Amit

Saturday, July 18th 2009, 10:06pm

Author: amitmarkel

ZOrder, CTRL+A, TabIndex, Fonts

I find Jabaco simply great! I just wanted to point out a few points I encountered, to help, that is all! Now trying to run db2000 TXT2PDF, but it seems VB/JBGridEditor and VB/WinsockItem are missing, perhaps it was developed on a previous Jabaco version? Jabaco says on this function highlighting String: Jabaco Source 1 2 3 4 5 6 7 8 9 10 11 12 13 Private Function IntegerToString(nINT As Integer, nCHRs As Integer, fCHR As String) As String ' !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!...

Saturday, July 18th 2009, 9:18pm

Author: amitmarkel

ZOrder, CTRL+A, TabIndex, Fonts

Thanks. So the only way to do it not at runtime is to cut-paste? Where in the case of many controls it is more difficult.. I would like to see the form as it will be displayed Amit

Saturday, July 18th 2009, 8:36pm

Author: amitmarkel

ZOrder, CTRL+A, TabIndex, Fonts

I opened an existing VB6 project, but there were three things that bugged me: * I couldn't find the ZOrder property, this is an important property that really should be implemented! * Also, CTRL+A doesn't select any controls. * Moreover, clicking on controls while holding SHIFT or CTRL doesn't work: either to select more controls or to deselect these. IMHO, these bullets are very important, especially ZOrder and selection\deselection. Edit: In the project I used a control from Planetsourcecode -...

Saturday, July 18th 2009, 4:42pm

Author: amma

Some problems I ran into

index.php?page=Attachment&attachmentID=95 Hello Jabaco community, Edit: This post is obsolete (because the problem was in Line() and not with the timers because I didn't install the latest framework version and using the Key_Down and Up with a variable I got the same effect as with AsyncKeyState), except the question whether WinAPI calls are possible on a web applet with IE and Firefox. When I saw this Jabaco application I was very glad because-of the option to export VB programming to JAVA! I a...

WoltLab Burning Board