You are not logged in.

Search results

Search results 1-20 of 37.

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, January 20th 2010, 5:31am

Author: axtens

Jacob's changed and I can't figure it out

Viele dank, Hardo Let us say for now that my code works for Jacob 1.15-M3 as found on http://sourceforge.net/projects/jacob-project/ If I get it working with subsequent Jacobs, I let everyone know. Kind regards, Bruce.

Tuesday, January 19th 2010, 2:48am

Author: axtens

Jacob's changed and I can't figure it out

Yep, looks like it's time to talk to the Jacob folk themselves.

Monday, January 18th 2010, 4:16pm

Author: axtens

Jacob's changed and I can't figure it out

Hmmm ... interesting. Quoted # # A fatal error has been detected by the Java Runtime Environment: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x77d66545, pid=5976, tid=6140 # # JRE version: 6.0_17-b04 # Java VM: Java HotSpot(TM) Client VM (14.3-b01 mixed mode, sharing windows-x86 ) # Problematic frame: # C [ntdll.dll+0x36545] # # An error report file with more information is saved as: # J:\jacob\hs_err_pid5976.log # # If you would like to submit a bug report, please visit: # http://java.su...

Monday, January 18th 2010, 2:56pm

Author: axtens

Jacob's changed and I can't figure it out

G'day everyone Last year I wrote a demo showing how to call WScript.Network from Jabaco using Jacob. That was using Jacob 1.5. Now there's a Jacob 1.7 and I'm having a hard time figuring out how to get the same bit of code to work. This issue was pointed out by a someone commenting on the blog posting. Quoted Hallo Bruce, Thank You for the Your article. I've tested the program (Windows 7, Jacobo 1.5.2, path to jacob.jar added to classpath, jacob.dll in c:\widows\system32) and got the the error "...

Friday, December 11th 2009, 10:21am

Author: axtens

J2ME support

I noticed that someone wrote about J2ME a few months back. What was the final situation with that? I've just been given a Nokia 5000 phone. What are my chances of using Jabaco to write software for it? Bruce.

Monday, October 26th 2009, 2:51pm

Author: axtens

Jabaco, Java and System Services.

Just submitted this to StackOverflow. Any ideas here? Bruce.

Sunday, October 25th 2009, 3:30pm

Author: axtens

jabaco error...

Nice bit of work that. The interesting thing is that it compiles and runs on my Jabaco without failure! In fact, I can't crash sbmini.exe at all (partly, I suppose, because it doesn't do much (yet)). Now I am using the most recent Snapshot. Maybe that makes a difference. Let's see if anyone else has downloaded the project. Maybe someone's got a fail they can report. Sadly (in a sense) I have nothing at all to report. Bruce.

Saturday, October 24th 2009, 4:02pm

Author: axtens

jabaco error...

Fair enough. So can you be more specific about the problem you were having originally. Are you able to narrow the problem down to a few lines of code? Can you take the offending code and put it in a smaller project that we can look at together? It's not that we don't want to help. It's just that your original question was too vague and none of us here have the prophetic insight of a Joseph or a Daniel. Bruce.

Saturday, October 24th 2009, 4:41am

Author: axtens

Inconsistency in import of VB6 project

G'day everyone The form below imported okay, except for the Source code 1 Alignment = 2 which fell back to left-justified. Not a big deal on a small project but likely a bigger deal on larger projects. Kind regards, Bruce. 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 VERSION 5.00 Begin VB.Form Form1 Caption = "Form1" ClientHeight = 3090 ClientLeft = 60 ClientTop = 450 ClientWidth = 4680 LinkTopic = "Form1" ScaleHeight = 3090...

Saturday, October 24th 2009, 4:35am

Author: axtens

Centred text in label control differs between VB6 and Jabaco

G'day everyone, I have a form, and label control on the form. The alignment of the text in the control is fmTextAlignCenter. The VB6 equivalent is also also centred. The resulting displays with the same text are different. This is the VB6 output and this is the Jabaco Both are centred, but a different concept of centring has been assumed by VB6 vis a vis Jabaco. Kind regards, Bruce.

Saturday, October 24th 2009, 4:17am

Author: axtens

jabaco error...

Quoted from "alctkl" anyone help me? If you're happy to send me the project you're working on, I'm happy to have a go figuring out what's not working and how to make it work. Kind regards, Bruce.

Thursday, October 22nd 2009, 3:46pm

Author: axtens

Startup issue in Windows 7 RC1

This occurs whenever I startup Jabaco. It happens whether I try to register or leave it till later. It doesn't seem to matter whether I start with raised credentials or not. Kind regards, Bruce. P.S. I have a machine at work with W7 RC1 on it, and it doesn't have this problem. P.P.S. I am behind a proxy at home but not at work.

Thursday, October 22nd 2009, 2:38pm

Author: axtens

And a place where downloads are stored

... and could we have a place in the forum where downloads can be readily accessed. I can't think who'd want to download my Alerter project, but if someone did, it'd be great if they had a place in the forum where they could go and see a list of project and author. Bruce.

Thursday, October 22nd 2009, 2:34pm

Author: axtens

How do I help with Framework?

OlimilO More than once you've asked for help with the Framework. Please could you spell out for me, or tell me where it's already spelled out, what that help entails. I've installed Ant and Tortoise and downloaded a snapshot of the Framework, but I'm a bit confused as to what is actually required and how to achieve it in a useful form. For instance, must I be a Java guru (or even a Java disciple)? Is there a list of things that need to be added, modified etc.? Is there a section in the forum for...

Thursday, October 22nd 2009, 4:07am

Author: axtens

IDE to print source/s

G'day IDE has a Print command which selects the printer but doesn't seem to go beyond that. Kind regards, Bruce.

Thursday, October 22nd 2009, 4:04am

Author: axtens

Hour() of meridian-free date/time gives 'wrong' answer

Jabaco Source 1 2 3 Dim d As Date d = CDate("22/2/2009 12:00:00") msgbox hour(d) There is no AM/PM, and Jabaco returns zero. However, VBScript (and I expect VB as well) returns 12. Kind regards, Bruce.

Saturday, October 17th 2009, 12:18pm

Author: axtens

Using ActiveXdlls in Jabaco with the Help of JACOB and TyTex

Woo hoo! This sounds great. I've downloaded it already and can't wait to fiddle! Thanks, OlimilO!

Friday, October 16th 2009, 3:57am

Author: axtens

Can't quite figure out VarPtr

VBA#VbFileAttribute, sad to say, isn't in my copy of the Framework, which is the 08/08/2009 version. Is there a better one? Bruce.

Friday, October 16th 2009, 3:30am

Author: axtens

Can't quite figure out VarPtr

Quoted from "OlimilO" in the next version of the Jabaco framework the getName-function of an enum-value will also deliver all names as flags set in a flag-enum. (so is the VBFileAttributes-enum) Marvellous idea! Wonderful! When?

Wednesday, October 14th 2009, 12:16pm

Author: axtens

JABACO referred to on Code-a-holic

[Jabaco] JaCOB and WScript.Network

WoltLab Burning Board