You are not logged in.

Search results

Search results 1-20 of 30.

Wednesday, January 30th 2013, 9:53am

Author: htillmann

Startup issue in Windows 7 RC1

Thanks for the quick answer, I know, I it did aleady yesterday with admin rights, installation and registration, without success. It really depends on the web access which is blocked by the proxy. A few minutes ago i was able to register via a WLAN connection without proxy. Now everything is fine. Hubertus

Tuesday, January 29th 2013, 2:12pm

Author: htillmann

Startup issue in Windows 7 RC1

Back again, no it does not help. I am still trying to register Jabaco. Directly after clicking "activate" I get this errormessage. Isn't there a way to put/enter "license code" and "eMail address" somewhere in the registry? As long as I cannot register, I cannot compile. Thanks Hubertus

Thursday, August 16th 2012, 9:59am

Author: htillmann

Win7 pro

Hi all, is there any new information about this issue? I try to get Jabaco running on Win7 pro behind a proxy too. XPmode doesn't work either, same error message. Thanks Hubertus

Tuesday, February 1st 2011, 4:29pm

Author: htillmann

string conversion from utf8

thanks Dani, that was it. I just altered the characterset of the CMS from UTF-8 to Latin. No garbage anymore. regards Hubertus

Tuesday, February 1st 2011, 1:03pm

Author: htillmann

string conversion from utf8

Thanks A1880, I have just realized that the browser might be the cause for showing garbage. My Webapplikation with PHP running in a CMS seems to be responsible. I'm coming back with a solution or a cry for help. regards Hubertus

Tuesday, February 1st 2011, 10:15am

Author: htillmann

string conversion from utf8

Hi all, i have some german "Umlaute" in a mySQL database in UTF8 format. How can I show the correct characters in my jabaco frontend textfield? regards Hubertus

Friday, January 28th 2011, 10:10am

Author: htillmann

Neue Controls

Hi A1880, schade, hatte gehofft es wäre einfacher. Leider komme ich nicht auf dein Beispiel. Gruß Hubertus

Thursday, January 27th 2011, 5:19pm

Author: htillmann

Neue Controls

Hi zusammen, unter http://www.heise.de/software/download/st…t_library/77123 gibt es ein paar schöne Anzeigeelemente mit Zeigern und LEDs, beispielsweise für Tacho- oder Thermometer. Gibt es eine (einfache) Möglichkeit, die als zusätzliche Controls in Jabaco einzubeinden? Das ganze besiert auf Swing und Javascript. Für Javaexperten mag die Frage blöd sein, ich bin keiner. Gruß Hubertus

Thursday, January 20th 2011, 9:20am

Author: htillmann

Error: Java.lang.NoSuchMethodError

Hi all, got the same problems: here what i did: 1. running jdk 6.17 and jre 6.23 -> no Error in Jabaco running the prog -> Error when running compiled exe-file. 2. running jdk 6.21 and jre 6.23 -> no Error in Jabaco running the prog -> Error when running compiled exe-file. 3. running jdk 6.23 and jre 6.23 -> Error in Jabaco running the prog -> Error when running compiled exe-file. Pressing 'Continue' program continues normally. Looks like it really deals with the Java Version. It seems as there'...

Tuesday, October 5th 2010, 4:17pm

Author: htillmann

Serial Port

No problem, having a solution, I'll post HUbertus

Tuesday, October 5th 2010, 3:47pm

Author: htillmann

Serial Port

It is your suggestion Source code 1 en = Cast(CommPortIdentifier.getPortIdentifiers(), CommPortEnumerator)

Tuesday, October 5th 2010, 3:12pm

Author: htillmann

rxtx with Jabaco

Hi A1880, thanks for the tip. compiling is Ok now: rxtx is loaded: Listening for transport dt_shmem at address: Jabaco20832921x686 Stable Library ========================================= Native lib Version = RXTX-2.1-7 Java lib Version = RXTX-2.1-7 but then I get: java.lang.IllegalAccessError: tried to access class gnu.io.CommPortEnumerator from class Form1 at Form1.Command1_Click(Form1.jsrc:14) at Form1$CommandButton._Click(Form1.jsrc:41) at VB.CommandButton.actionPerformed(CommandButton.jsrc)...

Monday, October 4th 2010, 6:07pm

Author: htillmann

rxtx with Jabaco

Hi Santiago and A1880, I made your example run with javax.comm on XP/SP3 but could not make it run on linux. Now I'd like to test with rxtx but compiling the prog below throws an error at line 12 "converting from java/util/Enumeration to gnu/io/Enumerator is impossible". Why that? Got no idea! I'm thankful for some hints. regards Hubertus 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 Option Explicit 'Import javax#comm Import gnu#io ...

Wednesday, August 18th 2010, 3:06pm

Author: htillmann

not closable window

Hi A1880, strange thing but no idea, sorry. Did you try on a linux system? greets Hubertus

Monday, August 16th 2010, 3:22pm

Author: htillmann

not closable window

Thanks Peter, was too easy. greets Hubertus

Monday, August 16th 2010, 11:05am

Author: htillmann

not closable window

Hi all, I need to create a program for a touch screen teminal, running always in the foreground, impossible to close. For the MDI-Child it's possible to set the flags "closable","maximizable",etc , but not for the MainForm. Does somebody now how to manage this with Jabaco? On Linux I work around by making the window bigger than the screen resolution, so the window frame and the buttons for closing are invisible but XP always starts at (0,0) with the window. greets Hubertus

Monday, May 31st 2010, 9:21am

Author: htillmann

Reading and writing binary data

Hi OlimilO, thanks a lot, i think i am going to do it old fashioned and cut it into pieces by myself for now. regards Hubertus.

Friday, May 28th 2010, 10:38am

Author: htillmann

get in VB

Hi OlimilO, do you know a way to read a line into a structure, like VB does with get? Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 Type ini_Struc sZeile As String * 2 sName As String * 7 sValue As String * 3 CRLF As String * 2 End Type Dim IniLine As ini_Struc ... RecLen = Len(InLine) Open FileName & ".ini" For Random Shared As #FN Len = RecLen Inp_Recs = LOF(FN) \ RecLen For i = 1 To Inp_Recs Get FN, , iniLine Text1.Text = Text1.Text & iniLine.sZeile & "Name :" & iniLine.sName & "Wert :" ...

Sunday, August 2nd 2009, 10:23pm

Author: htillmann

Fehlende Klasse im neuen Framework

Scheint doch ein anderes Problem zu sein. Bei Jabaco Source 1 JBGrid1.Header(i-1) = res.getMetaData.getColumnName(i) brettert er mit Quoted java.lang.ClassCastException: java.lang.IllegalAccessError cannot be cast to java.lang.Exception at Applet1.SuchName(Applet1.jsrc:219) at Applet1.cmdSuchen1_Click(Applet1.jsrc:180) at Applet1$CommandButton._Click(Applet1.jsrc:253) at VB.CommandButton.actionPerformed(CommandButton.jsrc:96) at javax.swing.AbstractButton.fireActionPerformed(Unknown Source) at j...

Sunday, August 2nd 2009, 9:52pm

Author: htillmann

Fehlende Klasse im neuen Framework

Hi Manuel, im aktuellen Framework fehlen die Klassen: VB/JBGridEditor und VB/WinsockItem. Hat das einen speziellen Grund oder ist das ein Versehen? Meine alte Anwendung brettert deswegen mit der neuen Version auf. Hat mich etwas Zeit gekostet das zu finden, habe an anderen Stellen gesucht. Gruß Hubertus

WoltLab Burning Board