You are not logged in.

Search results

Search results 281-300 of 436.

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.

Wednesday, August 31st 2011, 10:29pm

Author: theuserbl

BeanBuilder modification

Ok, decided to create a package of a Jabacoified BeanBuilder, You can download the executable jar file at: [ jbaBeanBuilder.jar ] Sourcecode is included in it. But only the mentioned Handle.java was changed and a XML-file. But as controls now the Jabaco ones are as default and not the Swing ones. :-) Don't wonder, that the properties looking so different, then that of the Jabaco IDE. BeanBuilder shows JavaBeans. And so the size of the controls and so on are done the Java-way and not the Jabaco-w...

Tuesday, August 30th 2011, 6:22pm

Author: theuserbl

UML picture

Quoted from "prinstan" Thanx, But can you please help me with with some plugins of vb tools like sliders and ms comm to download and install If yiou mean to use VisualBasic6-plugins or VisualStudio.NET-plugins in Jabaco, that is not possible. Jabaco is binary-incompatible to VisualBasic. But it is for small programm Sourcecode-compatible. Or easy to port from VB to Jabaco. But never forget: Jabaco is more like Java, with a VisualBasic-like syntax and an VisualBasic-like IDE.

Sunday, August 28th 2011, 1:55am

Author: theuserbl

BeanBuilder modification

This is for people with basic or advanced experiences with the Java language. At http://java.net/projects/bean-builder you can download BeanBuilder. I have also uploaded Revision 22 of it here: beanbuilder-rev22.zip To give the designer-part of it a Visual Studio LookAndFeel download Handle.zip, unpack the file Handle.java and replace the file of the BeanBuilder with it. In Screenshot24 you can see, how it then looks like. Greatings theuserbl

Sunday, August 28th 2011, 1:26am

Author: theuserbl

UML picture

Quoted from "prinstan" i have download the zip file but how to install it Zip is a archve file. So you have to use programs like WinZip, WinRar or anything else to unzip it in a directory of your choice. And then use your browser to look at the html-files in it,

Tuesday, August 16th 2011, 3:41pm

Author: theuserbl

RELEASE: Jabaco 1.4.2 BETA - 2009-06-21

Quoted from "swissmade" Quoted from "Manuel" The GUI-editor-raster-size is now editable Hi all, I can not find this. Use version 1.5.2 I like to set the raster-size of the GUI. Any idea. Thanks for help Swissmade In the Jabaco-directory is a file called Jabaco.xml: Source code 1 2 3 <Config> <Raster Start="7" X="8" Y="8"/> </Config>

Saturday, August 13th 2011, 3:12pm

Author: theuserbl

RE: RE: Set Parameters for Java Applet

Quoted from "swissmade" Not happy to say that I don't get this working. Ok, here the easy way: 1. Download AppletInJabaco.zip This program integrates the clock example of the Java JDK. The example is in the zip-file, too. 2. Load "AppletInJabaco.jba" in Jabaco. 3. press "F1" and adding the directory in which Clock.class can be found. 4. Start the Jabaco program Now the Clock-Applet should be running in an Jabaco-Form 5. Press again "F1, deleting the directory which "Clock.class" have and adding...

Saturday, August 13th 2011, 3:36am

Author: theuserbl

RE: Set Parameters for Java Applet

Quoted from "swissmade" Hi all, Can antibody help with this to translate to Jabaco. Currently I am again on Linux, so currently I can only help you in Java. But if you want, I can translate it later to Jabaco. Quoted I think I have to use something like setParameters Sounds right, but there don't exists a setParameters()-method. Quoted <applet code="com.somecode" archive="test.jar" width="320" height="240"> <param name="url" value="URL-IP/> <param name="profile" value="Test"/> <param name="acce...

Friday, August 5th 2011, 8:51pm

Author: theuserbl

RE: RE: RE: Error running Applet or Form

Quoted from "swissmade" Yes it is the same error. I understand that I have to download the framework Source and delete WinLaf or just disable it? I try to find it. Still not working and I don't know how to delete WinLaf From Framework found the classes more then ones. Have somebody a Jabaco.jar file where this is deleted?? Ok, have now created all four files: http://jbaindi.googlecode.com/files/Jaba…movedWinLaF.jar http://jbaindi.googlecode.com/files/Fram…movedWinLaF.jar http://jbaindi.googleco...

Friday, August 5th 2011, 12:31pm

Author: theuserbl

RE: Error running Applet or Form

Quoted from "swissmade" It is a old error and I'm new here. Get an Java error when start the applet or exe . After continue the application is running. What is the error message? If you mean the error, ehci is mentioned at [ http://www.jabaco.org/board/629-error-ja…ethoderror.html ] then you have to delete the WinLaF in the Jabaco-Framework (mentioned in the linked thread). Java comes on Windows already with an Windows-LoolAndFeel. But up to and including Java 1.4 its LookAndFeel differs in som...

Friday, July 29th 2011, 2:16pm

Author: theuserbl

Java 7 released

Java 7 released. You can download it at [ http://www.oracle.com/technetwork/java/j…oads/index.html ] This is the first version, which based on the source of OpenJDK. Before it was the other way around. But be careful: The current version have a bug in the Hotspot-compiler. [ http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7070134 ] [ http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7044738 ] [ http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7068051 ] The HotSpot-Compiler have problems wi...

Wednesday, July 27th 2011, 3:23pm

Author: theuserbl

UML picture

You can now download the complete documentation for the Jabaco-framwork, including all the APIviz-generated UML-graphics at: [ JabacoDoc-rev82.zip ] Greatings theuserbl

Wednesday, July 27th 2011, 1:40pm

Author: theuserbl

UML picture

And here one for the VB package: I have uploaded it on an other side, because here is a limit of 160 kB pro file in the forum. And this file is much bigger. With help of the nice Fernflower Decompiler I decompiled the VB-directory classes and then generated a Java-Doc with the nice picture. The Fernflower Decompiler is much better than Jad or JD-GUI.

Wednesday, July 27th 2011, 1:01pm

Author: theuserbl

UML picture

I have heard, that at http://code.google.com/p/apiviz/ is a very nice Doclet for JavaDoc. It integrates in the Documentation files UML-graphics. Here is one of the VBA-package of the Jabaco-Framework: Greatings theuserbl Edit: Integreated an external picture here, too. Because then it is bigger in the forum and it can be better looked at it.

Tuesday, July 12th 2011, 10:30am

Author: theuserbl

Data types problem

In Java there existing basic datatypes (like in C/C++): int, long, float, double, boolean, byte, char And there existing object-datatypes of it (line in .NET), which are little different in use: Integer, Long, Float, Double, Boolean, Byte, Character Jabaco using only the basic data types. Jabacos Integer is the Java int. Jabacos Long is the Java long. Jabacos Single is the Java float. Jabacos Double is the Java double. Jabacos Boolean is the Java boolean. Jabacos Byte is the Java byte. Jabacos C...

Thursday, July 7th 2011, 12:03am

Author: theuserbl

JDK7 RC1 released

Read this: http://mreinhold.org/blog/jdk7-rc JDK7 RC1 released.

Sunday, June 19th 2011, 4:39am

Author: theuserbl

FormViewer for Jabaco *.jsrc files

Updated files: FormViewer.jar FormViewer-src.zip + Nearly all is now correct shown - Still a little bug with scrollbars, which are sometimes complete gray and only shown, when the mouse goes over it. Resources can not be shown (like pictures inside), because some needed information are in the project file (.jba), but I only handle the pure sourcefile (.jsrc) to show it . Please test it! And tell me here, if you find bugs in that program. Greatings theuserbl

Monday, June 13th 2011, 6:22pm

Author: theuserbl

Little update

Have updated it. The updated versions are on the same place like before the old one: FormViewer.jar FormViewer-src.zip + Now it loads all Forms + It shows additional Timer and so on - It still don't set all Properties. It still don't understamd the properties from enums. Greatings theuserbl

Sunday, June 12th 2011, 8:04pm

Author: theuserbl

FormViewer for Jabaco *.jsrc files

Oh, and I have forgotton to mention the prolem with Timer and so on. VBTimer or Timer is no normal control. So it is not derived from JComponent or Component. The JPanel can with "add" only things with "Component" and above. So it comes to an error, to add such a control. In the Jabaco-IDE it have its place. But if you compßile it,it is not visible. So this have also to be catched.

Sunday, June 12th 2011, 7:59pm

Author: theuserbl

FormViewer for Jabaco *.jsrc files

Quoted from "OlimilO" Quoted it is still buggy. at first glance the sourcecode looks good to me. what kind of problems/bugs are there to expect? Some Forms are not right shown. At the moment it can not handle with IResource and so on. I am not sure what happens, when a UserControl is added to a Form, etc. Try it out. You will see, that not all sample running ok. This have also to do, that the main ty-catch block (in ComponentArea.java) assumed that all runs ok. If it comes to an error and "catc...

Sunday, June 12th 2011, 7:39pm

Author: theuserbl

FormViewer for Jabaco *.jsrc files

Quoted from "OlimilO" Hi, Quoted I am sorry, that it is still buggy. But I am not a developer you do not share the sourcecode, do you? regards OlimilO Here is it: FormViewer-src.zip But it is written in Java not Jabaco.

WoltLab Burning Board