You are not logged in.

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.

swissmade

Beginner

  • "swissmade" is male
  • "swissmade" started this thread

Posts: 46

Date of registration: Aug 4th 2011

Location: The Netherlands

Occupation: Old Fasion Programmer

Hobbies: Play Music with my Bass

  • Send private message

1

Wednesday, November 27th 2013, 10:58am

Color Picker and Editor Crash

Hi Guys,
Nice to see that Jabaco still alive.

I have some funny problem.
When I try to edit the Color with the Colorpicker of a form the GUI crash.
When I edit some lines GUI Crash
Also I miss some Classes.
Reinstall Jabaco won't help.

Sombody any Idea see image

Thanks for help.
swissmade has attached the following image:
  • Image.jpg

Dani

Intermediate

Posts: 325

Date of registration: Nov 19th 2009

Location: GERMANY

  • Send private message

2

Wednesday, November 27th 2013, 1:43pm

Hey there,

hm, I don't know ... try using the latest Framework / Jabaco.jar from here:
http://www.jabaco.org/wiki/Latest_JabacoFramework_Binary

make sure you replace your

'C:\Program Files (x86)\Jabaco\Jabaco.jar'

with the new one.

I am curious, why did you add 'Jabaco-REV105.jar' to your Imports?
A standard SDI Projects Imports looks like this...



Dani

swissmade

Beginner

  • "swissmade" is male
  • "swissmade" started this thread

Posts: 46

Date of registration: Aug 4th 2011

Location: The Netherlands

Occupation: Old Fasion Programmer

Hobbies: Play Music with my Bass

  • Send private message

3

Wednesday, November 27th 2013, 1:57pm

Not Helping

Hey Dani,

Thanks for help but still not helping.
Strange on my Notebook also Win7 64 its just working.
Rev105 I add because of some classes missing in the others.

Create a new SDI Project and try to change the Color of the Background for the Form UI Crash. :huh:

Hey there,

hm, I don't know ... try using the latest Framework / Jabaco.jar from here:
http://www.jabaco.org/wiki/Latest_JabacoFramework_Binary

make sure you replace your

'C:\Program Files (x86)\Jabaco\Jabaco.jar'

with the new one.

I am curious, why did you add 'Jabaco-REV105.jar' to your Imports?
A standard SDI Projects Imports looks like this...

index.php?page=Attachment&attachmentID=376

Dani

theuserbl

Intermediate

Posts: 436

Date of registration: Dec 20th 2008

  • Send private message

4

Saturday, November 30th 2013, 3:26am

RE: Color Picker and Editor Crash

I have some funny problem.
When I try to edit the Color with the Colorpicker of a form the GUI crash.
When I edit some lines GUI Crash

Hmmm... thats not funny. Seems that there are some problems with the native part of Jabaco.
I don't know much about the COM-interface in Windows and so on.
So, this seems not to be a problem with the Java-part of Jabaco.

Quoted

Reinstall Jabaco won't help.

Hmmm... hard to say it: I think a reinstall of Windows could help. ;(


But before you reinstall the operating system, try if it helps to remove Jabaco rev 105 from your packages. Don't know, if dupolicated frameworks makes problems for the IDE.
What is, if you create a completly new Jabaco-SDI-application, without integrating the other packages? Crashes it then, too?

Quoted

Rev105 I add because of some classes missing in the others.

Rev 105 have no class, which isn't in Rev 126.
But Rev 126 have additional VB/JBCellEditor$CheckBox.class
Because it is only a subclass of VB/JBCellEditor.class you can say, that of counting the classes, between Rev 105 and Rev 126 is no difference.


Quoted

Also I miss some Classes.

You have all classes. They have only new names.
You have started your project with the old original framework. All classes in Jabaco.jar are automatical loaded. When you saved your project, all loaded classes are written in the project-files. And when you replace the old framework with a new one and load the old project, then it can't find the renamed classes. But they are already again loaded, because they are in Jabaco.jar.

To the files:
  • VBA/JabacoEventQueque
    Was renamed by OlimilO in Rev 51 on October 11, 2009 to VBA/JabacoEventQueue.
    Reason: Manuel have written the english word "queue" wrong, OlimilO have corrected it.
  • VBA/FileSystem
    I renamed the package-path in Rev 57 on March 15, 2010 from VBA to VB.
    Reason: I know, that in VB6 FileSystem is in VBA, but this was the only file, which is written in Jabaco, the source is in VB, but it compiled to VBA.
    After that change, in VBA are only Java-sources and binaries created with the Java-compiler and in VB are only Jabaco-sources and binaries created with the Jabaco-compiler.
  • VBA/VBFileAccess, VBA/VBFileLock, VBA/VBFileMode
    All three are enums in FileSystem. And so they are compiled in the same package, in which FileSystem is compiled. So with the change from VBA/FileSystem to VB/FileSystem, this three files moves to the VB-package, too.

Greatings
theuserbl

swissmade

Beginner

  • "swissmade" is male
  • "swissmade" started this thread

Posts: 46

Date of registration: Aug 4th 2011

Location: The Netherlands

Occupation: Old Fasion Programmer

Hobbies: Play Music with my Bass

  • Send private message

5

Saturday, November 30th 2013, 11:43am

Color Picker and Editor Crash

Hi all,
I have already replaced the framework with the latest.

When I start to create a new SDI I go directly to the colorpicker and try to change the background color.
Result Crash.


Install Jabaco in a Virtual Box windows 8 no Problem at all.
Jabaco is making use of some CodeJock Activex maybe there is some problem.

I will test this out delete Jabaco and clean the registry.
Reinstall the OS is no option.

Many thanks for trying to help guys. :thumbsup:

swissmade

Beginner

  • "swissmade" is male
  • "swissmade" started this thread

Posts: 46

Date of registration: Aug 4th 2011

Location: The Netherlands

Occupation: Old Fasion Programmer

Hobbies: Play Music with my Bass

  • Send private message

6

Monday, December 16th 2013, 3:21pm

Editor Crash

Back again with the same issue.
The editor Crash at the moment you declare a variable.
like
Dim test as (and then crash)
or
Dim test as boolean.
test = (crash)
Java is latest version
Hope somebody can help.
Cheers,
Swissmade

Dani

Intermediate

Posts: 325

Date of registration: Nov 19th 2009

Location: GERMANY

  • Send private message

7

Monday, December 16th 2013, 5:09pm

Hey there,

I tried everything ... I can not get the editor to crash ^^

hmmm, did you try to register every *.dll and *.ocx manually?!

Other than that, I don't know, sorry...


Dani

swissmade

Beginner

  • "swissmade" is male
  • "swissmade" started this thread

Posts: 46

Date of registration: Aug 4th 2011

Location: The Netherlands

Occupation: Old Fasion Programmer

Hobbies: Play Music with my Bass

  • Send private message

8

Monday, December 16th 2013, 5:12pm

Hey there,

I tried everything ... I can not get the editor to crash ^^

hmmm, did you try to register every *.dll and *.ocx manually?!

Other than that, I don't know, sorry...


Dani
Hi Dani,
I will try,
Thanks

Bad not helping.
Uninstall Jabaco, Clean the Registry and reinstall Jabaco.

Its not helping. :cursing: :cursing: :cursing: ?(

This post has been edited 1 times, last edit by "swissmade" (Dec 18th 2013, 1:29pm)


Rate this thread
WoltLab Burning Board