You are not logged in.

Search results

Search results 1-20 of 38.

Saturday, August 3rd 2013, 1:53pm

Author: IAO

Testing with MsComm32.ocx and JaCoB (RESOLVED)

Hi... This Java program helped me to complete the program in Jabaco. The Java program had a problem to display the output. Yesterday I could improve the program to display the output with String values. Quoted Before:_____________Now: 18f1d7e_____________-83 55e55f______________-92 2c1e6b______________-16 3bc257______________75 1dd3812_____________96 Java Code: Receive rs232 with MSComm32.ocx and JaCoB 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 3...

Wednesday, July 31st 2013, 9:29pm

Author: IAO

Testing with MsComm32.ocx and JaCoB (RESOLVED)

Hiiiii. I am a triple donkey. The program works. Now receive with binary_mode. Remember JaCoB library with F1. Work well. 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 55 56 57 58 Option Explicit Import com#jacob#activeX#* Import com#jacob#com#* Dim oInBufferCount As Integer Dim MSComm1 As ActiveXComponent '***===================================================================...

Monday, July 29th 2013, 4:09pm

Author: IAO

Testing with MsComm32.ocx and JaCoB (RESOLVED)

Hi... I have the same problem with Java. I receive data in text mode, but not receive data in binary mode. The problem is not with Jabaco, the problem is in my brain. greetings...

Wednesday, July 24th 2013, 11:15pm

Author: IAO

Testing with MsComm32.ocx and JaCoB (RESOLVED)

Hi... I have done many tests. In binary mode not working. The program gives me no errors, but does not receive in binary mode. I'm tired of testing with this. I will test in java. I'm sure the problem is Jabaco, and the arrays. If anyone wants to test, here I leave my last attempt in binary mode. 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 55 56 57 58 59 60 61 62 63 64 65 66...

Thursday, July 18th 2013, 1:08pm

Author: IAO

example of insert, delete, update with jabaco please

Hi.... Then you look the Dani program, you can see here with sqlite example. Source code 1 2 3 4 5 http://www.jabaco.org/board/p448-sqlite-3-support.html#post448 and here http://www.jabaco.org/board/p2154-sqlite-3-support.html#post2154 I hope this example can help you. greetings to all.. .

Sunday, July 14th 2013, 7:39pm

Author: IAO

Some programs to share

Hi... Here's a working example. To receive in Jabaco with mscomm32.ocx in ModeText. (Not ModeBinary) To understan Look here first. MSComm32 with Jabaco and Jacob Put in designer editor: 2 Buttoms, 1 Text1, 1 Label1 and 1 RichTextBox1 (Remember F1 to load Jacob Library) 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 Option Explicit 'Import com#jacob#activeX#ActiveXComponent Import com#jacob...

Sunday, July 14th 2013, 7:20pm

Author: IAO

Testing with MsComm32.ocx and JaCoB (RESOLVED)

I moved this publication for this link. Please excuse me Program MScomm Receive Jabaco To receive in Jabaco with mscomm32.ocx in ModeText. (Not ModeBinary) .

Sunday, July 14th 2013, 3:19pm

Author: IAO

Testing with MsComm32.ocx and JaCoB (RESOLVED)

Hi... I thought Jabaco program, was complete. But two things missing. Send and Receive to RS232. The most important I was trying to send and receive with mscomm32.ocx In Jabaco to send with mscomm32.ocx is easy: Jabaco Source 1 Dispatch.put (MSComm1, "Output", "Hellooo" & vbCrLf) To receive data I have a few problems. I will continue testing to receive data with mscomm32.ocx Greatings

Friday, July 12th 2013, 1:51am

Author: IAO

Problem with Timer1 and Timer2 (RESOLVED)

Hi.... I think this solved my problem. The program is working as I wanted. Put 2 timer(Timer1 and Timer2, 1 Label, 1 Buttom controls in form designer. 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 Private Winapi Function Sleep Lib "Kernel32.dll" (ByVal aTime As Integer) Dim i As Integer, g As Integer Public Sub Command1_Click() Timer1.Interval=400 Timer1.Enabled = True g=10 Do '***Yield to other programs '***(bette...

Thursday, July 11th 2013, 7:44pm

Author: IAO

Problem with Timer1 and Timer2 (RESOLVED)

Hi I have a problem with Timer1-2 running at the same time. Timer1 should run first, at the end Timer1, Timer2 should run. Sometimes Timer1 does not run. Direct jumps Timer2 I have two days doing tests and I can not see what's wrong. In VB6 this works well.. Put 2 timer, 1 label, 1 buttom 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 Dim i As Integer , g As Integer Public Sub Command1_Click() Timer1.Enabled = True Timer1.Interval...

Monday, July 8th 2013, 2:49pm

Author: IAO

RadAsm IDE. Would it be possible to integrate with Jabaco?

Hi.. I thought about the possibility of a new IDE with new Editor Designer. But I see it is not so easy. I just had some crazy idea in my brain. Thanks for your reply. .

Monday, July 8th 2013, 2:24pm

Author: IAO

Some programs to share

Hi... Scanner Method RXTX serial port rs232 Jabaco Send Receive I do not give many explanations you already know. F1 RXTX Library to load. 3 buttom, 1 text1, 1 label1 and run. copy/paste to form1. 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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 Option Explicit Import gnu#io#* '***Import RXTX gnu.io.*; Import java#io#* '***Imp...

Sunday, July 7th 2013, 6:53pm

Author: IAO

RadAsm IDE. Would it be possible to integrate with Jabaco?

Hi.. Quoted http://www.oby.ro/rad_asm/ I saw that Mr. Ketil Olsen (KetilO) made an adaptation for FreeBasic. I used RadASM long time ago with MASM32. RadASM has support for Pascal, C / C + +, Basic and others. Could we adapt RadAsm with Jabaco framework? I do not know if RadASM is free sources. But I know it has a lot of configuration. I keep looking for the possibilities. I'll do some tests to understand better. Happy days to all.... .

Sunday, July 7th 2013, 12:26am

Author: IAO

You're new to Jabaco and you're lost

Hi... Until further notice, never use option "Update Jabaco " from the Help Menu (?). Never-Nain-Nunca That's all for now. Greetings and best wishes. .

Saturday, July 6th 2013, 9:30pm

Author: IAO

You're new to Jabaco and you're lost

Hi.. Jabaco works well but is not updated. I was very confused. There is much information but you have to read a lot in the forum. This is the latest version of Jabaco. SubFolder forum: History & News RELEASE: Jabaco 1.5.2 BETA - 2009-09-01 The Lincense key is free, but if incoming by spam folder email you don´t see the License. For Jabaco work better, you must update the framework. Last updated framework:Jabaco-rev105.jar by mr. theuserbl Quoted https://code.google.com/p/jbaindi/downloads/list ...

Saturday, July 6th 2013, 8:27pm

Author: IAO

Some programs to share

Hi... I translate other program vb6 to jabaco. It show sine in picture Copy/paste in Form1 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 Option Explicit Dim cx As Integer, cy As Integer Dim cx1 As Integer, cy1 As Integer Dim i As Integer, j As Long Dim dato(1000) As Long '***Const pi = 3.14159265358979 Const pi = Atn(1)*4 Private Sub Command1_Click() j = 0 Command1.Caption = "Draw && Send...

Tuesday, July 2nd 2013, 12:44am

Author: IAO

BeanBuilder and RSyntaxTextArea question.

Hi... Today I saw these two link by mr. theuserbl. BeanBuilder modification Unimozer, RSyntaxTextArea and more Are they working? JabacoTokenMaker link don't work, its broken. happy days to all... .

Monday, July 1st 2013, 11:18pm

Author: IAO

Some programs to share

Hi... I wanted to know how to make a java program with the framework jabaco.jar. Thank you mr. theuserbl. Today I have an example made ​​by Mr. theuserbl and I want to share. You should read this link before making this test. Controls with Events without GUI Designer I use Netbeans IDE 7.3, winxp sp3, java sdk1.7, jabaco.jar rev-105. Make an empty project and put these three files in the \src folder. Add library "jabaco.jar" to the project, and Run de app Source code 1 2 3 4 5 6 7 8 9 10 11 12 1...

Sunday, June 30th 2013, 6:28pm

Author: IAO

Array performance test in Java

Hi... mr. theuserbl: Your tutorial worked perfect. Thank you very much for sharing this BeanShell. I use with Jabaco-rev105.jar. You are a great man, a * hacker *. index.php?page=Attachment&attachmentID=355 Happy day to all and best wishes. .

Sunday, June 30th 2013, 2:36am

Author: IAO

Array performance test in Java

Hi... I can see that "Jabaco" takes more milliseconds to generate and fill the array. WOW BeanShell. I'll calmly read this link to understand everything. Thank you. There are many things to learn. Thank you. Greatings .

WoltLab Burning Board