You are not logged in.

Search results

Search results 21-40 of 256.

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.

Friday, October 16th 2009, 11:14pm

Author: Manuel

Do it like ...

Quoted Quoted Quoted - The Compiler is in native-code and runs so faster The only reason why it runs fast enough is C++. The Compiler is written in C++? I thoughted, that nearly all of the IDE and Compiler are VB6. Many parts are written in VB6 and I tried to use VB6 only. But it's not possible to reach acceptable performance without C++. Quoted Sure, if you port the IDE to the JavaVM, then its no problem. This process will take some time.

Friday, October 16th 2009, 9:40pm

Author: Manuel

Do it like ...

Quoted Do it like Game Editor and IntelliJ - make Jabaco OpenSource: We've discussed this topic enough for the moment. You know my position. Quoted The current Jabaco is "only" a half step. Make a full step! To use Visual Basic 6, you need only Windows. No JVM or other thing are needed. To use Java you need ony a any hardware and OperatingSystem, on which runs the JDK. But Jabaco is between two chairs: You need Windows (or in the future WINE) and the JVM. This have a lot of disadvantages. Very ...

Saturday, September 19th 2009, 1:07am

Author: Manuel

MsgBox only in main Thread?

Quoted Is that a fundamental limitation of Java Swing? It is: http://java.sun.com/docs/books/tutorial/…ency/index.html

Saturday, September 19th 2009, 12:58am

Author: Manuel

Security Meldung

Quoted java.lang.IllegalAccessError: tried to access field Applet1.benutzername from class channelfenster Das gefällt dem Sicherheitsmanager wohl nicht. Versuche doch einfach eine öffentliche Methode / ein öffentliches Property innerhalb von Applet1 zu definieren. Jabaco Source 1 2 3 Public Property Get Benutzername() As String Benutzername = myBenutzername End Property

Friday, September 11th 2009, 8:34pm

Author: Manuel

update "Showcase"

Quoted 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 It's not the final layout at the moment. I'll change several things during the next month.

Thursday, September 10th 2009, 10:19pm

Author: Manuel

Ein paar Dinge...

Quoted Jabaco an sich ist aber nicht so abstrahiert gehalten, dass man den Formeditor direkt dazu verwenden könnte? Doch, aber leider noch nich komplett. Ich will nicht zu viel vorweg nehmen ... der GUI-Editor wird noch stark verbessert werden.

Thursday, September 10th 2009, 9:29pm

Author: Manuel

Ein paar Dinge...

Quoted Und ich kann dann statt import javax.swing.JPanel; einfach Dim xyz As javax#swing#JPanel schreiben? Ist eine Möglichkeit. Quoted Oder gibt's import trotzdem? Wenn nicht, wäre das ja recht viel Tipparbeit für jede Variable. Geht seit 1.4.2 Quoted Und komm ich an getContentPane() über parent? Klar. Quoted Btw. besteht die Möglichkeit, auch SWT statt Swing zu verwenden? Das Framework ist offen ... natürlich könntest du auch SWT, AWT, Jambi & co verwenden, bzw. die Klassen im Framework tausc...

Thursday, September 10th 2009, 9:05pm

Author: Manuel

Ein paar Dinge...

Quoted Und jetzt noch was, was einem nicht so festlegt, also wirklich einen komplett leeren Container zum selbst Befüllen/Zeichnen, und an jedem Rand des Fensters, auch rechts und unten. Würde mich wirklich freuen Du bist nicht festgelegt. Über "Parent" kannst du direkt mit Swing arbeiten: http://www.jabaco.org/wiki/Jabaco_Framework http://java.sun.com/j2se/1.4.2/docs/api/…g/JToolBar.html http://java.sun.com/docs/books/tutorial/…ts/toolbar.html http://java.sun.com/j2se/1.4.2/docs/api/…ing/JFram...

Thursday, September 10th 2009, 7:01pm

Author: Manuel

Ein paar Dinge...

Quoted Und wie krieg ich jetzt irgendwelche Toolbars rein? Also auch selbstgezeichnete, eigene Usercontrols und so? Mir erschließt sich das noch nicht ganz. http://www.jabaco.org/wiki/VBMenuBar http://www.jabaco.org/wiki/VBToolBar

Wednesday, September 9th 2009, 11:59pm

Author: Manuel

Ein paar Dinge...

Quoted Mag schon sein, aber exakt der gleiche Code hat vorher in VB6 funktioniert. Jabaco ist nicht 100 % kompatibel zu VB6. Jabaco ist ein BASIC-Dialekt für die JVM. Quoted Private WithEvents WS As WinSock So kannst du WithEvents verwenden: Jabaco Source 1 Dim WithEvents WS As WinSock Evtl. werde ich das in der nächsten Version noch ändern. Quoted Und im MDI-Parent? Auch da hat man gerne hin und wieder verschiedene Dinge wie bspw. Toolbars oder so. Du musst deine Sicht ändern. Versuch nicht al...

Wednesday, September 9th 2009, 10:28pm

Author: Manuel

Ein paar Dinge...

Quoted * WithEvents geht nicht Da hast du wohl was falsch gemacht? Quoted * Ich kann keine Picturebox oder ähnliches im MDI-Formular positionieren In einem MDI-Child sollte es da keine Probleme geben. Quoted Ich habe dem Programm eine zweite Chance gegeben [...] schon wieder was, was das Ding nicht kann? Dein Posting wirkt genervt. Ich sehe keinen Grund dafür. Du musst die Software nicht nutzen? Sollte ich dein Posting nur falsch interpretiert haben: Das Framework ist Open Source und neue Funkt...

Sunday, September 6th 2009, 5:50pm

Author: Manuel

Auto-save

noted

Tuesday, September 1st 2009, 12:23am

Author: Manuel

BUG with loading images in any control

fixed since version 1.5.2

Tuesday, September 1st 2009, 12:21am

Author: Manuel

Open project bug

fixed since version 1.5.2

Tuesday, September 1st 2009, 12:20am

Author: Manuel

Unhandled win32 exception

fixed since version 1.5.2

Tuesday, September 1st 2009, 12:07am

Author: Manuel

RELEASE: Jabaco 1.5.2 BETA - 2009-09-01

Jabaco - the BASIC programming language for the Java Virtual Machine. Changelist: Performance improvementBugfix: Undefined ForNext-VarBugfix: Select class + initialize completionBugfix: Event inheritanceBugfix: Next-Assign (necessary for the iterator-interface)Bugfix: Add new resources within the propertygridBugfix: Load project path-correctionBugfix: Load usercontrolBugfix: Change property and select itemBugfix: Change font Related links: Features since 1.5.0: RELEASE: Jabaco 1.5.0 BETA - 2009...

Thursday, August 27th 2009, 12:05am

Author: Manuel

Translate Jabaco into your native language

Quoted (I saved the file in ANSI, and set the encoding to ISO-8859-8 [codepage=177]) Could you save it as UTF-8 and set the encoding to UTF-8? Should be very easy with notepad++ (format=>convert to utf8) on your system.

Tuesday, August 25th 2009, 12:33am

Author: Manuel

Launching Jabaco

Sounds good. Maybe interesting for you: http://java.sun.com/javase/technologies/desktop/media/jmf/ http://java.sun.com/javase/technologies/…/2.1.1/samples/

WoltLab Burning Board