You are not logged in.

Search results

Search results 101-120 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.

Monday, May 18th 2009, 3:51pm

Author: Manuel

RTL layout

This could be a simpler solution for your problem: Jabaco Source 1 2 3 4 Public Sub Form_Load() Call Me.Parent.applyComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT) Call Me.Parent.doLayout() End Sub

Monday, May 18th 2009, 1:43am

Author: Manuel

RTL layout

Quoted is it possible to have RTL layout using Jabaco ? It's possible to set the orientation for every component-class: Jabaco Source 1 2 Call OptionBox1.Parent.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT) Call ComboBox1.Parent.setComponentOrientation(ComponentOrientation.RIGHT_TO_LEFT)

Friday, May 15th 2009, 5:47pm

Author: Manuel

NEWS: Jabaco Tutorials

Quoted But where is that "media-wiki software"? Direct link: http://www.jabaco.org/wiki/

Monday, May 11th 2009, 8:44pm

Author: Manuel

A login form that connects to a database

Ok. I'll help you. What would you like to know exactly?

Monday, May 11th 2009, 8:26pm

Author: Manuel

My Jabaco has stoppped making correct jar-files and executables

Quoted The classes that are compiled in the Temp file in the Jabaco folder are not added to the Jar-File It sounds as if you added old temp-files to the jar. Only the "handled" project-files will be added to the jar.

Monday, May 11th 2009, 6:33pm

Author: Manuel

Klassen aus anderen Projekten importieren und löschen

Quoted ist es eigentlich möglich eine einmal erstellte Klasse, Modul, Form oder Ressource in einem Proejekt zu ex- bzw. importieren? Bisher habe ich z.B. immer eine gleichnamige Klasse neu angelegt und dann im Dateisystem die gleichnamige Vorlage kopiert. Schön würde ich es finden wenn der Im- oder Export über ein Kontextmenü möglich wäre. Ok. Nächste Version. Quoted Etwas vorsichtig muss man auch mit dem Löschen der o.g. Bestandteile sein. Wenn ich eine Klasse ausgewählt aber nicht aktiviert h...

Tuesday, April 21st 2009, 7:10pm

Author: Manuel

Bug?

Quoted i've wanted to do web applets, but everytime i use a textbox or richtextbox it doesnt display properly i can't reproduce this problem. could you attach your project?

Wednesday, April 15th 2009, 9:57pm

Author: Manuel

Insert image

Quoted I working on a program where the user can browse for pictures on the pc and add it so that it can be inseted into a database.I need help. Would you like to know how to insert the image in your database? This could be a good entrance for you: http://www.roseindia.net/jdbc/save_image.shtml

Tuesday, April 14th 2009, 10:44pm

Author: Manuel

Frage zu einer Klasse

Hmm ... und wo finde ich den "SAP Java Connector" ? Der "SAP Service Marketplace" will einen Benutzernamen / Passwort.

Tuesday, April 14th 2009, 10:19pm

Author: Manuel

Frage zu einer Klasse

Quoted Public Sub ChangePropertiesForABAP_AS(Prop As Properties) Methoden mit einem Unterstrich werden bei der automatischen Vervollständigung nicht angezeigt - du kannst die Methode aber trotzdem verwenden. Ich würde den Namen der Methode ändern, wenn diese nicht zu dem Interface "DestinationDataProvider" gehört. Quoted Auch habe ich das Problem, das nach Änderung eines Klassen-Moduls nicht sofort alle Methoden sichtbar werden Die Klassen werden nur unter bestimmten Voraussetzungen aktualisier...

Tuesday, April 14th 2009, 8:25pm

Author: Manuel

NEWS: Jabaco Tutorials

Many people asked me for documentation and programming samples. The new Jabaco Wiki should be the first step to solve this problem. It is a new area for future documentation and will be filled with a collection of tutorials and programming samples for the Java / Jabaco programming language in a few month. Feel free to create new articles and change / discuss about the current structure / content. The MediaWiki-Software is installed with a connection to the community-database. It is possible to u...

Tuesday, March 24th 2009, 3:04pm

Author: Manuel

Bug Report: Arithmetic operations

Quoted ARE supported, but give the WRONG ANSWER. Both should give 16, but the first gives a real number larger than 1000 and the second gives the integer 100. Quoted So, the error is that the priority of "^" is equal to that of "+". It should be higher. Thank you. I forgot to set the priority for "^" Quoted Secondly, it is annoying but it keeps asking the resources to be relocated, it will say it cannot find the field "bitmap.gif" and when I browse to it again it will create a new file "bitmap2...

Monday, March 16th 2009, 11:38pm

Author: Manuel

C-Like Commenting

Quoted using ' is inneficient [...] because if I have to comment out over 200 the jabaco-ide will do this job for you. mark the some lines and search for the "(un)comment"-icon in the toolbar.

Monday, March 16th 2009, 10:38am

Author: Manuel

Console mode appears to be not quite console mode

Next version will fix this problem with Exe-files. You should use Jar-files as current workaround. Compile your source to Quiz.jar and start it with "java -jar Quiz.jar Module1".

Wednesday, March 11th 2009, 11:14pm

Author: Manuel

ListBox.ListIcon ?

Quoted I've got the impression that the Jabaco framework has no icon support in the ListCellRenderer yet. But I'm not sure. I think it's a small bug in ListCellData.getComponent. Adding "tmpLabel.setIcon(getIcon())" before "tmpLabel.setText(Text)" should solve your problem (haven't the right environment for testing at the moment). Most of the administration-tasks will be done next few days and I can offer you SVN-snapshots.

Tuesday, March 10th 2009, 11:53pm

Author: Manuel

Reading an INI File?

Quoted Hope Manuel will read this I noticed your good suggestion. We should improve the API-support. JNA is a possible way - I'm not sure with the LGPL license and the size of JNA...

Monday, March 9th 2009, 8:04pm

Author: Manuel

db2000 lightchat

Quoted I thought Winsock was just windows? The interface is similar to the Winsock class of Visual Basic. That's the only reason for the name - Jabaco Winsock works on every Java platform. FYI: You are also able to use the Java socket directly.

Friday, March 6th 2009, 8:16pm

Author: Manuel

Speed comparison and SetPixelV

Quoted Athough, the reason I wanted SetPixelV is because I need to have multiple colours. Jabaco Source 1 2 Me.ForeColor = RGB(r, g, b) Me.PSet x, y Further informations about 2D graphic-methods: http://java.sun.com/docs/books/tutorial/2d/index.html Quoted Also, when I put a Do loop into Sub Main it doesn't load the form, no matter what I do. Could you attach your sample-source? I can't reproduce.

WoltLab Burning Board