You are not logged in.

Search results

Search results 401-420 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.

Monday, October 26th 2009, 10:47pm

Author: theuserbl

For Manuel and klctal

Manuel rewrites the IDE-Designer with Java-Classes and klctal have its Jabaco written VXC. Possible this could be interesting for you two: http://www.jroller.com/santhosh/date/20061029 Java Resizable components.

Wednesday, October 21st 2009, 5:23pm

Author: theuserbl

Three ideas: Lib-directory, removing WinLAF, Project-zip

Hi! Yesterday I have again played a little bit with Jabaco. And me comes three ideas for a possible future Jabaco: 1. A Lib directory. At the moment there is in the Jabaco-directory one file called Jabaco.jar JABACO_HOME\Jabaco.jar But I think, it could be nice, if instead of that, there existing a lib-directory. Where all jar-files in it, are automatically included in new Projects. Then the Jabaco.jar file could also be devided in more files: JABACO_HOME\lib\Jabaco200910070500.jar JABACO_HOME\l...

Friday, October 16th 2009, 10:07pm

Author: theuserbl

Do it like ...

Quoted from "Manuel" 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. Quoted There are several reasons why you should use Jabaco instead. And there are much more in future (mobile development, enterprise applications, web applications). Yes, for the JVM written programs can also be started per Webstart. With this, there comes lots of more possib...

Friday, October 16th 2009, 6:54pm

Author: theuserbl

Do it like ...

Do it like Game Editor and IntelliJ - make Jabaco OpenSource: Game Editor goes OpenSource: http://www.heise.de/newsticker/meldung/F…ows-830356.html IntelliJ IDEA goes OpenSource http://www.heise.de/newsticker/meldung/J…rce-830921.html And very important: Porting it to the JVM on the long way. 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 wh...

Wednesday, October 14th 2009, 1:23pm

Author: theuserbl

Framework 1.2 lacks the VB tree

Quoted from "OlimilO" P.S.: it is only possible to upload files up to 160kb of size, so it is not possible for me to upload my compiled Jabaco-framework in the forum. For this there existing http://www.file-upload.net/ http://www.mediafire.com/ (with Virus-scan included) ... etc. Greatings theuserbl

Friday, October 9th 2009, 10:20pm

Author: theuserbl

JFrame vs JDialog.

I have now downloaded Lassie and tested it. It comes only as source code (without binary) And the program works nice. But a license doesn't stand in there. It is Public Domain?

Friday, October 9th 2009, 7:56pm

Author: theuserbl

JFrame vs JDialog.

Quoted from "OlimilO" Have you seen the little Lassie Project. it lists all superclasses for a given namespace#classname. Cool! Haven' it downloaded yet, because I am currently in an Internetcafé, where it is impossible to download something. But I have seen the screenshot. Nice. Is the Sourcecode included? (I ask, because I can´t download it now). And if yes: Under what license stand it?

Tuesday, September 22nd 2009, 10:54pm

Author: theuserbl

Aditional famfam Silk like icons

As you know, Jabaco uses the FamFam Silk icons in the Menu undToolbar. But now I have seen, that there is an enhancedment from anybody other for the FamFam Silk, under the same license (Creative Commons Attribution): http://damieng.com/creative/icons/silk-companion-1-icons

Wednesday, September 16th 2009, 8:14pm

Author: theuserbl

Substance skins with Jabaco

Alternativly you can create your program normally and start it then with Source code 1 java -Dswing.systemlaf=org.jvnet.substance.skin.SubstanceMistAquaLookAndFeel -jar YourProgram.jar But be sure, that you have copied before the Sunstance jar file in your JRE-ext directory. I think its under C:\Program Files\Java\jre6\lib\ext Otherwise Java can not find it. Then it helps also not to set it in the Classpath, because the "-D" flag have a higher priority. Edit: Some additional note: That is, what ...

Wednesday, August 19th 2009, 6:38pm

Author: theuserbl

VBCircle

Hmmm.. thinks that there existing still little problems with it. 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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 Dim angle As Double Public Sub Form_Load() angle=0 DrawReu(200,200,300,angle) End Sub Public Sub DrawReu (x As Single, y As Single, width As Single, rotation As Double) Picture1.VBCircle(x,y,3,0,0,0,1,-1) Hoehe = sqr((width*width)-((width/2) * (width/2))) 'DHoehe = 2*...

Tuesday, August 18th 2009, 5:23pm

Author: theuserbl

VBCircle

The current Circle-Implementation of Jabaco is like the version of Java. If you prefer the Circle of QBasic and Visual Basic, I have modified the current implementation a bit for it. Write in your local Framework in the PictureBox.jsrc file the following 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 26 27 28 29 30 31 32 33 34 35 36 37 38 Public Sub VBCircle(x As Single, y As Single, radius As Single, color As Long, startAngle As Single, endAngle As Single, aspec...

Saturday, July 25th 2009, 10:42pm

Author: theuserbl

VB 6 examples

Oh, I see, that he have also a lot more examples of other VB6 books: The Visual Basic 6.0 Kompendium: http://www.activetraining.de/ActiveTrain…spx?BuchID=1006 Now I learn Dtabase programming with Visual Basic 6.0: http://www.activetraining.de/ActiveTrain…spx?BuchID=1005 But I think for database programming Jabaco goes the Java-way.

Saturday, July 25th 2009, 10:34pm

Author: theuserbl

VB 6 examples

Hi! I have now seen, that for the old german book "Jetzt lerne ich Visual Basic 6.0" ("Now I learn Visual Basic 6.0") existing still the example-files at http://www.activetraining.de/ActiveTrain…spx?BuchID=1003 So, if you don't need a complete book but want to use some examples, then you can find them there.

Friday, July 24th 2009, 11:02pm

Author: theuserbl

Priority of platformindependent Jabaco IDE

Here you can tell, how imporant it is for you, that the Jabaco IDE runs on other Systems then Windows.

Friday, July 24th 2009, 9:13pm

Author: theuserbl

A little JabacoJava

If anybody think around, how Jabaco works, here a little Java-example: Source code 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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 /* For example: We have in Jabaco created a little program. Form1 have a Height of 280 and a Width of 360. In there we have drawn a Button on the position 150 from Top and 60 from Left. It have a Height of 100 and a ...

Thursday, July 23rd 2009, 11:13pm

Author: theuserbl

DateDiff, DateSerial

Sieht suupi aus. Aber was mich mal wieder interessiert: Wird das auch ins offizielle Framework wandern oder ist es wieder einer der Dinge, die man nach jeder neuen Jabaco-Version bei sich selber neu am Framework nachrüsten muß?

Sunday, July 19th 2009, 10:42pm

Author: theuserbl

Deleting debug-information

And here the code of Form1.class in the same way deassembalted: Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 javap -s -l -c Form1 Compiled from "Form1.jsrc" public class Form1 extends VB.Form{ public Form1(); Signature: ()V Code: 0: aload_0 1: invokespecial #9; //Method VB/Form."<init>":()V 4: aload_0 5: invokevirtual #12; //Method initVars:()V 8: nop 9: return LocalVariableTable: Start Length Slot Name Signature 0 10 0 me LForm1; } It is shorter then Module1. But as you can...

Sunday, July 19th 2009, 10:37pm

Author: theuserbl

Deleting debug-information

Quoted from "OlimilO" thanks for the idea. Thanks for your response. Quoted There is a similar option in Jabaco: In the project-explorer select your projectname (the very above item), then look into the properties editor. Right next to the "Compile"-item you can select "Bytecode" or "Debug". I have tried it now out, but it seems, that it don't work. I have changed "Debug" to "Bytecode". Then I have created a Button on the Form. After it I have compiled it to jar. The jar I have then extracted. ...

Sunday, July 19th 2009, 6:37pm

Author: theuserbl

Deleting debug-information

With Javac it is possible with the options "-g" and "-g:none" to either creating .class files with a lot of debug-code or small files without debug-code. If you compile without any -g option, it compiles withsome debug-code. Jabaco on the other side, creates only code with the same amount of debug code (for example the LineNumberTable and so). If you want to remove it, have a look at http://blogs.sun.com/ahe/entry/how_to_st…bug_information There stand, that a Source code 1 pack200 -r -G debug.ja...

Sunday, July 19th 2009, 6:29pm

Author: theuserbl

Framework bugs

At http://www.jabaco.org/board/p983-trying-…on.html#post983 Manuel annonced a new Jabaco-version on the end of tthis month. So I think, it is a good opportunity to create a thread with all known Framework bugs (and existing bugfixes), so that it can be integrated in the newest Jabaco-version. I will begin with the list of bugs: 1) Bug with filled rects. The bug which I have mentioned on http://www.jabaco.org/board/p252-bugs-co.html (Dec., 12th '08 ) http://www.jabaco.org/board/248-meine-er…beta-...

WoltLab Burning Board