You are not logged in.

Search results

Search results 41-60 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, August 24th 2009, 9:59pm

Author: Manuel

Launching Jabaco

Quoted My biggest hope will be to see how well Jabaco interfaces with third party DLLs. If Jabaco is thread safe and able to call DLLs then you will be seeing a lot of me! The default Jabaco UI-controls are based on Swing. Swing supports a pluggable look and feel. The Swing-Implementation is very clean and abstract. You should modify the Jabaco Framework rather than implementing new heavyweight controls.

Sunday, August 23rd 2009, 4:36pm

Author: Manuel

Launching Jabaco

The codejock.ocx is obsolete. You should ignore this file. Try to reinstall MSXML6: http://www.microsoft.com/downloads/detaiā€¦&displaylang=en

Thursday, August 20th 2009, 8:26pm

Author: Manuel

VBCircle

Good job. Quoted Is it my VBCircle implementation or Jabaco or Suns Arc-implementation ? It's not Jabaco That's the drawArc definition: Java source code 1 public abstract void drawArc(int x, int y, int width, int height, int startAngle, int arcAngle) Try to use rounded values: Jabaco Source 1 2 3 4 5 If aspect > 1 Then Call my2DGraphics.drawArc(Round(x - radius / aspect), Round(y - radius), Round(radius * 2.0 / aspect), Round(radius * 2.0), Round(halfStep1), Round(halfStep2)) Else Call my2DGraph...

Thursday, August 20th 2009, 5:59pm

Author: Manuel

Simulate vbModal

Quoted I am not Java trained, but it seems there is not yet a simple implementation for: frmChild1.Show vbModal. Try to use a Dialog for modal windows. Supported since 1.4.2 (RELEASE: Jabaco 1.4.2 BETA - 2009-06-21)

Thursday, August 20th 2009, 12:40am

Author: Manuel

All forms load, but only one form.Show executes

Quoted I am not sure, by the way, if Jabaco supports static methods. Supported in two ways: Modules and the "static"-attribute within a class-module.

Monday, August 17th 2009, 11:30pm

Author: Manuel

String Class Question

Quoted Question is: How Jabaco teat STRING? Like a object, or like a datatype? String is an object in the Java world. With Jabaco you can use it as object: Jabaco Source 1 2 3 4 Dim test As New java#lang#String test = test.concat("test1") test = test.concat("test2") MsgBox test Or as datatype: Jabaco Source 1 2 3 4 Dim test As String test = test + "test1" test = test + "test2" MsgBox test

Monday, August 17th 2009, 7:33pm

Author: Manuel

Quick question: Form Load()

Quoted However, I am not able to change the Form1.Caption. In fact, the form does not display, but I don't receive an error message. Just for information: Form1 is a global static field. You should use "Me" within the load-process.

Sunday, August 16th 2009, 11:01pm

Author: Manuel

2 questions..

Quoted How to use sockets with a Console Application? I've uploaded a sample-project for you: http://www.jabaco.org/wiki/WinSock Quoted And How to Get all results of an SQL query trought JDBC? SQLITE 3 support

Wednesday, August 12th 2009, 6:54pm

Author: Manuel

Programmer Salaries - International Comparison


Fatal error: Uncaught TypeError: Argument 1 passed to WCF::handleException() must be an instance of Exception, instance of Error given in /pages/c3/4c/d0012237/home/htdocs/jabaco/board/wcf/lib/system/WCF.class.php:254 Stack trace: #0 [internal function]: WCF::handleException(Object(Error)) #1 {main} thrown in /pages/c3/4c/d0012237/home/htdocs/jabaco/board/wcf/lib/system/WCF.class.php on line 254