You are not logged in.

Search results

Search results 1-18 of 18.

Thursday, January 26th 2017, 12:23am

Author: denizunlu

Merry Christmas and Happy New Year

Thank you jbExplorer... will have a look at that...

Tuesday, January 17th 2017, 1:01am

Author: denizunlu

No one In The Forum??

Come on Guys, we have to continue this project... Lets do something...

Saturday, December 31st 2016, 1:10pm

Author: denizunlu

Merry Christmas and Happy New Year

Merry Christmas & Happy New Year... Still expecting a new and strong version of Jabaco... Ready to pay a rational fee as everybody

Saturday, November 19th 2016, 2:33pm

Author: denizunlu

WebSocket Server Sample App

Thank you maXim... Will have to look deeper I guess but all seems like not to support ws:// protocol...

Saturday, November 19th 2016, 12:18pm

Author: denizunlu

WebSocket Server Sample App

Dear Maxim, I checked the links you sent. Thank you for all however none of them gives an example on web socket server side. Im not quite sure whether it is possible to do it with Winsock but I saw a few examples with Jetty WebSocket. https://github.com/jetty-project/embedde…socket-examples I do not know how to migrate this code to Jabaco but I feel it would be very nice if someone could provide some help for this as websocket example does not exists in the forum. Thanks anyway...

Saturday, November 19th 2016, 11:08am

Author: denizunlu

WebSocket Server Sample App

Dear Friends, Although I do not see any new threads, I am thankful to Jabaco which saved my life. I was wondering if someone could help me with providing a sample code for a webSocket server sample application with Jabaco. Thanks...

Saturday, February 23rd 2013, 12:50pm

Author: denizunlu

Winsock Control Doesnt Connect When Run in Browser...

Hi Everyone, Im trying to create an applet with Jabaco which uses Winsock control. The applet runs fine in code environment but when I compile it as a project and run the HTML file Winsock control doesnot connect to the webservice. What could be the cause for that? Any restrictions by browser maybe? Thanks in advance, denizunlu Dim stConn As String Public Sub Command1_Click() Dim stParam As String stParam="s=MSFT&e=%2ecsv&f=sl1d1t1c1ohgv" stConn="POST /d/quotes.csv HTTP/1.0" & vbCrLf stConn=stCo...

Saturday, February 23rd 2013, 12:36pm

Author: denizunlu

Winsock Control Doesnt Connect When Run in Browser...

I have the same problem. The winsock control works fine in Jabaco runtime, but when compiled as HTML+Jar, it doesnot connect in web browser. Any help would be appreciated... Here is my code... Dim stConn As String Public Sub Command1_Click() Dim stParam As String stParam="s=MSFT&e=%2ecsv&f=sl1d1t1c1ohgv" stConn="POST /d/quotes.csv HTTP/1.0" & vbCrLf stConn=stConn & "Host: download.finance.yahoo.com" & vbCrLf stConn=stConn & "Content-Type: application/x-www-form-urlencoded" & vbCrLf stConn=stConn...

Saturday, February 9th 2013, 1:56am

Author: denizunlu

Winsock Control Doesnt Function In Applet

Hi Everyone, Im trying to create an applet with Jabaco which uses Winsock control. The applet runs fine in code environment but when I compile it as a project and run the HTML file Winsock control doesnot connect to the webservice. What could be the cause for that? Any restrictions by browser maybe? Thanks in advance, denizunlu

Wednesday, December 12th 2012, 8:55am

Author: denizunlu

MdiChild Forms Close Event

Quoted from "theuserbl" Thanks for the bug-report. currently this will help you: Jabaco Source 1 2 3 Public Sub dispose() MsgBox "MDI Form unloaded" End Sub Greatings theuserbl Thank you theuserbl. But where should this code be added? In Module or in Framework.jba And I think it is for the MDI form itself, not for MDIChild. Maybe Im missing something but I could not quite understand. On the other hand, I found a way to trigger MDIChild forms "Deactivate" event. If you use the SetDefaultCloseOpe...

Tuesday, December 11th 2012, 9:27pm

Author: denizunlu

MdiChild Forms Close Event

Hi Everyone, Simple question : Normal Forms has an Nmload event but MdiChild does not. I need to do somethings when the MdiChild closes but Deactivate() event does not fire when the form is closed. Is there any way to understand when the Mdichild form closes? Thank you.

Friday, November 30th 2012, 4:57pm

Author: denizunlu

File I/O

Dear Friends, I just realized something. After digging a little, I managed to append some string in a file. Please use vb#vbfilemode.append syntax file appending a string to the end of a file. Jabaco Source 1 2 Dim mvFH As VBFileHandler dim myTestFile as string mvFH=Open(App.Path & myTestFile, vb#VBFileMode.Append) mvFH.appendString sPacket & vbCrLf mvFH.close

Wednesday, November 28th 2012, 6:13pm

Author: denizunlu

How to Get The Latest Jabaco Framework?

Thank you Dani. I will try and report back. Cheers

Wednesday, November 28th 2012, 2:53am

Author: denizunlu

How to Get The Latest Jabaco Framework?

After surfing I understood that the all the *.java files under \VBA folder should be compiled. I tried with the following at CMD prompt and get the following errors : ************************************************************************************************** C:\Program Files\Java\jdk1.7.0_09\bin>JAVAC C:\Users\user\jabacoframework\Framew ork\src\VBA\*.JAVA C:\Users\user\jabacoframework\Framework\src\VBA\Interaction.java:197: error: pac kage com.eaio.nativecall does not exist com.eaio.nati...

Wednesday, November 28th 2012, 2:01am

Author: denizunlu

How to Get The Latest Jabaco Framework?

Dear Friends, I have been testing Jabaco for a time and Im really fascinated with the things offered. However Im not familiar with compiling with Java. Can anyone help me on how to compile the latest r101 framework explaining in detail? Is it not possible to download as *.jar file? Any help is quite appreciated. Thanks, Deniz

Sunday, November 18th 2012, 7:03pm

Author: denizunlu

TextBox Alignment - false input behavior

My code seems to work : Public Sub Applet_Initialize() txtUN1.Parent.setComponentOrientation (componentorientation.RIGHT_TO_LEFT) txtUN1.Text = txtUN1.Text End Sub

WoltLab Burning Board