You are not logged in.

Search results

Search results 321-340 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.

Friday, February 18th 2011, 8:40pm

Author: theuserbl

Error: Java.lang.NoSuchMethodError

Quoted from "A1880" So, one needs a proper Jabaco.jar to circumvent this error? A1880 I think the best way would be to remove WinLAF from Jabaco.jar (with all dependencies). In my eyes it makes no sence to have it in it. It takes a lot of space and I see no advantage over com.sun.java.swing.plaf.windows.WindowsLookAndFeel. WinLAF works only on Windows, too. And Jabaco using mostly the SystemLookAndFeel.

Friday, February 18th 2011, 8:36pm

Author: theuserbl

Error: Java.lang.NoSuchMethodError

Ok, more information. Java 1.6.0_20 have this code Source code 1 2 3 4 5 6 7 public DesktopProperty(String paramString, Object paramObject, Toolkit paramToolkit) { this.key = paramString; this.fallback = paramObject; this.toolkit = paramToolkit; flushUnreferencedProperties(); } Java 1.6.0_23 have this one: Source code 1 2 3 4 5 6 7 public DesktopProperty(String paramString, Object paramObject) { this.key = paramString; this.fallback = paramObject; flushUnreferencedProperties(); } (decompiled wit...

Friday, February 18th 2011, 8:23pm

Author: theuserbl

Error: Java.lang.NoSuchMethodError

Ok, the bug is in WinLAF. In the package net.java.plaf.windows.common, the file WindowsTitledBorderPatch have this code (decompiled with jd-gui): Source code 1 2 3 4 Toolkit toolkit = Toolkit.getDefaultToolkit(); DesktopProperty highLight = new DesktopProperty("win.3d.highlightColor", UIManager.getColor("controlLtHighlight"), toolkit); DesktopProperty shadow = new DesktopProperty("win.3d.shadowColor", UIManager.getColor("controlShadow"), toolkit); Don't know why it don't make with other Java ver...

Friday, February 18th 2011, 7:19pm

Author: theuserbl

RE: Error: Java.lang.NoSuchMethodError

I have JDK 1.6.0_23 on my windows machine. And additional is JDK 1.6.0_20, which was previously installed. On my System Jabaco works fine. Quoted from "LuizRedes" Java.lang.NoSuchMethodError: com.sun.java.swing.plaf.windows.DesktopProperty.<init>(Ljava/lang/String;Ljava/lang/Object;Ljava/awt/ToolkitV Thats right. The method DesktopProperty(String, Object, Toolkit) dont't exists. There exists only the method (constructor) DesktopProperty(String, Object) in the class DesktopProperty. Jabaco runs t...

Sunday, January 30th 2011, 10:24pm

Author: theuserbl

No blinking cursor in textbox

Quoted The line is in the BackColor Property. I have the same issue in my program but if I set the BackColor of the textfield while the program runs, the caret is perfekt afterwards. O.O You are right. Thanks for that info. The BackColor Property is right implemented, so I have looked at the NotRGB implementation. But NotRGB is right implemented, too: http://code.google.com/p/jabacoframework…c=svn81&r=81#94 And NotRGB works in Java-programs perfet. And now you they, that it works during running...

Friday, January 28th 2011, 8:45pm

Author: theuserbl

No blinking cursor in textbox

Look at this: http://code.google.com/p/jabacoframework…tBox.jsrc&old=9 There OlimilO have added tne line Jabaco Source 1 Parent.setCaretColor(RGBtoColor(NotRGB(v))) which makes this problem. I know what he wanted with it. A cursor with negative colors. So that you see on a black background still a cursor/carret with white color. But it don't work correct and makes this problem. Don't know, which would be the best solution to fix it. I see three possibilities: 1. Outcomment this line. 2. Writing ...

Thursday, January 27th 2011, 8:27pm

Author: theuserbl

Frameworktest JAR as source?

Quoted from "A1880" You might want to have a look at the "ControlDemo" which is part of the Jabaco samples. Every example program demonstrates different things of Jabaco. There are controls in ControlDemo, which are not in FrameworkTest. And there are controls in FrameworkTest, which are not in ControlDemo. So better is, to have a look at all demo-programs.

Thursday, January 27th 2011, 8:24pm

Author: theuserbl

Frameworktest JAR as source?

First you need the latest Jabaco.jar: http://www.file-upload.net/download-3130203/Jabaco.jar.html It is from the 14.1.20111. If you still don't have it, then download it and replace your Jabaco.jar in your Jabaco-directory with it. Then here is the Jabaco-Source: http://www.file-upload.net/download-3167…urcesl.zip.html Run in the VB-directory the project FrameworkTest.jba . Important: Don't go too fast. Load at first the project in the IDE. Then wait, until you can move with your cursor/carret t...

Wednesday, January 26th 2011, 8:16pm

Author: theuserbl

Accessing external java classes

Open the ClassBrowser (for example by pressing [F1]) and then adding a jar-file. After that, choosing in the Classbrowser your Class file in the jar or write with the command "Import" in the IDE, which class you want to import.

Sunday, January 23rd 2011, 11:05pm

Author: theuserbl

Is VB and VBA implementation documented?

Quoted from "scGuy" Please clarify in the code above: As a VB programmer, I consider a "Date" as a data type, not an object, therefore the "new" keyword would never be used. Dates are dim'd just like integers, etc... In this case is Date not a Jabaco-function. Date comes from Java and can be found at java.util.Date. Quoted The above code includes "now = New Date()" which implies that the "Date" item in Jabaco is not a data type, but an object. Is this true? In Java it is an object. And because ...

Saturday, January 22nd 2011, 7:57am

Author: theuserbl

Framework Downloads How-To

Quoted from "scGuy" Sounds like the best thing to do would be to get an svn client and do my own builds, to always have the latest and greatest. In the mean time, thank you for your link above. As for the framework downloads section, I guess I'm not sure who's in charge of posting .jar's there, that's all I meant by "official" versions. For some time, the Jabaco.jar could be compiled with Apache Ant. In that times Manuel only starts ant and the Jabaco.jar was automatical genereated and uploaded...

Saturday, January 22nd 2011, 7:48am

Author: theuserbl

RE: Error in build.bat

Quoted from "scGuy" Perhaps JAVA_HOME does not point to the JDK. It is currently set to "C:\Program Files\Java\jre6" That is the JRE (Java Runtime Environment). Not the JDK (Java Development Kit). At first the Java files will be compiled. And that is only possible with a Java compiler, which is in the JDK. Quoted C:\Program Files\Jabaco\Framework\Framework>echo %JAVA_HOME% C:\Program Files\Java\jdk1.6.0_23\bin Again the wrong path. Your JAVA_HOME should be set to C:\Program Files\Java\jdk1.6.0_...

Saturday, January 22nd 2011, 2:10am

Author: theuserbl

Framework Downloads How-To

Quoted I'm concerned about the fact that it appears people are modifying and using Jabaco.jar versions that a re not generally available, The Jabaco Framework is OpenSource. So it isn't so, that there existing a lot of Jabaco.jar forks. The baseline is the sourcecode in the svn. Everybody can create itself from the official sources the actual Jabaco.jar. I have often mentioned here, how to do it. (And if you contact Manuel, you can youself additional modify the sources in svn) But not everybody...

Friday, January 21st 2011, 2:31am

Author: theuserbl

Dir() and wildcards

Currently wildcards are not supported. Dir() is currently only a raw implementation. Have a look at its code: http://code.google.com/p/jabacoframework…System.jsrc#321 But if you download the svn, there is an example program included, where you can browse throw the directorys. Here a part of it a little bit changed for you. Possible it helps ypu: Jabaco Source 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 Public Sub Command1_Click() Dim myDirectory As String Dim myHidden As Bo...

Thursday, January 20th 2011, 3:57am

Author: theuserbl

Here I'm Puzzled - Picturebox

I have only little knowledge about VB6. I come from QBasic and using currently mostly Java. And Jabaco from time to time as fun. To load a picture in Jabaco, you have multiple possibilities: Possiblility 1) Choosing in the IDE designer under "Properties" and "Picture" a picture. Possiblility 2) Jabaco Source 1 2 3 4 Public Sub Picture1_Click() Picture1.Picture = New Resources("mypic.bmp") Picture1.Refresh End Sub In this case you have to run it one time and then going in the menu over "Project" ...

Thursday, January 20th 2011, 3:02am

Author: theuserbl

Framework Downloads How-To

The first part you write is right. But then Quoted from "scGuy" It is mentioned above however that things like the code-hints functions of the IDE may not get updated when you replace the jabaco.jar file? I wrote for this part: Quoted In the editor of the IDE with the code-completion it takes probably effect. Better restarting Jabaco. I should better write "it takes propably DIRECT effect. So after a restart the code-hints of the actual Jabaco.jar works. If you press [F1] (the ClassBrowser) and ...

Tuesday, January 18th 2011, 9:59am

Author: theuserbl

RE: Framework Downloads How-To

Quoted from "scGuy" Does the change immediately take effect in the IDE and if you compile projects? Thanks! Oh, I forget again something to say: If you want to compile projects it takes immediately effect. In the editor of the IDE with the code-completion it takes probably effect. Better restarting Jabaco. And in the GUI-designer of the IDE it takes in Jabaco 1.5.2 never efect. For example, if you use my Jabaco.jar you can make use of rounded shapes. But you can only see them, if your program r...

Tuesday, January 18th 2011, 3:18am

Author: theuserbl

RE: Framework Downloads How-To

Quoted from "scGuy" Is it true that all you do is download the framework file you want, rename it to jabaco.jar, and overwrite your old one? Yes, that is true. Then you have more and updated functions in the language. But what do you men with "the framework file you want" ? Take that one I have postet. That works. Or on http://www.jabaco.org/framework.html take one with more then 500KByte. The newer one are not completely successful compiled. If you want really the newest framework download the...

Tuesday, January 18th 2011, 2:04am

Author: theuserbl

RE: Framework Downloads How-To

Quoted from "scGuy" I assume these downloads are here so you can update your jabaco installation to include all the latest bug fixes, enhancements, etc. Is it true that all you do is download the framework file you want, rename it to jabaco.jar, and overwrite your old one? Does the change immediately take effect in the IDE and if you compile projects? Thanks! At first, the newest Jabaco.jar you can download at http://www.file-upload.net/download-3130203/Jabaco.jar.html and the source code you c...

Friday, January 14th 2011, 10:25pm

Author: theuserbl

Is VB and VBA implementation documented?

Oh, if you want to test it: http://www.file-upload.net/download-3130203/Jabaco.jar.html

WoltLab Burning Board