You are not logged in.

Search results

Search results 61-80 of 112.

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.

Friday, March 14th 2014, 1:26pm

Author: jbExplorer

How to set my language in order to read?

Yes, I understand, Theera. I'm having a similar problem, displaying characters in the ide, and can't figure out how theuserbl did it. I thought we could work around the problem, by inputting the Thai characters with their unicode values. But that didn't work, either. Anyway, let's await some responses, and reflect on it, for a few days. There might be something obvious, that we're just not seeing. That happens to me, all the time. Quoted from "Theera" My problem is not about how to coding for tr...

Friday, March 14th 2014, 1:22pm

Author: jbExplorer

Using JSCH to get a list of files from an sftp server

Import com#jcraft#jsch#Channel Import com#jcraft#jsch#ChannelSftp Import com#jcraft#jsch#Jsch Import com#jcraft#jsch#JSchException Import com#jcraft#jsch#Session Import com#jcraft#jsch#SftpException Import java#util#Vector Public Sub main(ByJava args() As String) Dim myArgs() As String myArgs = args Dim sResult As String = "" '// Generic return value Dim sHostName As String Dim sUserName As String Dim sPassword As String Dim sDirectory As String Dim prpConfig As New Properties() Dim sshDemo As J...

Thursday, March 13th 2014, 8:34pm

Author: jbExplorer

How to set my language in order to read?

Theera, If you look at happy holidays , you'll see that theuserbl was able to copy and paste the actual contents of "Happy holidays", in various languages. But I haven't the foggiest idea, of how theuserbl was able to directly copy the unicode characters, into the IDE. When I copy them, they just appear as question marks. Anyway, this is what I've got so far. It compiles, but doesn't display any Thai characters: Import java#util#Locale Public Sub btnTestUnicodeMsgBox_Click() Dim lclLocale As Loc...

Saturday, March 8th 2014, 12:54am

Author: jbExplorer

How to set my language in order to read?

Theera, I'm having problem making this work. I tried using the Locale class, but as soon as the Import statement Import #java#util#Locale is input and the project compiled, there is an error: ERROR JABACO (9-1) Hashkey failed! Unfortunately, nothing with the Locale Import will compile, at least not on my Windows 8 PC. theuserbl has already worked out the Jabaco details: happy holidays Maybe it will compile, on your PC.

Friday, March 7th 2014, 1:44pm

Author: jbExplorer

How to set my language in order to read?

Quoted from "Theera" "Translate Jabaco into yout native langauge" it helps me to change only userinterface,but can't helps this problem. However,I have translated some my native language(still not finished). Yes, I understand. So, what you're trying to do, is be able to display a Messagebox, with Thai characters. Ok, gotta catch up on a couple of projects at the office, but will look further into it.

Wednesday, March 5th 2014, 2:42pm

Author: jbExplorer

How to set my language in order to read?

Quoted from "Theera" My coding I need to show Thai langauge in order that any Thai developers can read my sourcecode. So you need to be able to display Unicode characters, like the ones here http://jrgraphix.net/r/Unicode/0E00-0E7F Can't give you a definite answer yet, but will research it. Off the top of my head, I think you would want to convert the Thai characters from the Unicode values to decimal, and concatenate the ChrW( nChar ) of each character, into a string. But actually, I tried tha...

Monday, March 3rd 2014, 5:26pm

Author: jbExplorer

Is there a manual for getting start Jabaco(Jabaco 's guide for Beginner)?

Quoted from "Theera" Hi all, I'm looking for Jabaco 's guide for Beginner. Please tell me. Thank you in advance. Quoted from "Theera" Hi all, I'm looking for Jabaco 's guide for Beginner. Please tell me. Thank you in advance. Not really a manual, but you can start here: http://www.jabaco.org/wiki/Main_Page

Monday, March 3rd 2014, 5:24pm

Author: jbExplorer

How to set my language in order to read?

Theera, sorry I don't understand the question. What text do you want, in the Message box? Do you have a project sample, we can look at?

Sunday, March 2nd 2014, 1:00pm

Author: jbExplorer

msgbox before close form

Quoted from "Theera" Hi all, I need the form to ask when I click the x button which the right-top conner of the windows. How to code in Sub Form_Unload or Module1? Other cases,I can do. Theera, use Dani's sample. Start there, that produces the effect that you want. Then add your command buttons and functionality. http://www.jabaco.org/board/index.php?pa…ttachmentID=308

Friday, February 28th 2014, 7:15pm

Author: jbExplorer

Error JABACO (21-1) ConstantPool

Theera, if you're comfortable sending us a sample of your code, we can try it on our PCs, and let you know what we see.

Friday, February 28th 2014, 7:13pm

Author: jbExplorer

Suitability of Jabaco for Mobile Development

It is the truth, that so far I find Jabaco more useful than B4J. And it seems absolutely insane, that B4J doesn't have direct access to java libraries, that you have to write wrappers. Sorry, but that's my opinion. Someone else might see it differently. I should point out, though, that B4J's debugger, at least currently, is better than Jabaco's. Also, I do have an ongoing project in B4J, simply because it started there, and there's no point redoing it, with another tool.

Tuesday, February 25th 2014, 3:18pm

Author: jbExplorer

How to set column widths in JbGrid?

Yep, like you said, the widths have to be set after the grid is populated. That works, thanks Dani.

Monday, February 24th 2014, 8:48pm

Author: jbExplorer

How to set column widths in JbGrid?

Hi, I'm using ColWidth( nColumnNumber ) = nColumnWidth , but ColWidth() doesn't seem to be working. There's no difference. I searched the forum for 'jbgrid column width', but it returns no results.

Wednesday, February 19th 2014, 3:02pm

Author: jbExplorer

Something is happening

Y-y-y-y-y-Yes!!! Manuel, thanks for keeping us updated. And PLEASE, provide some way to send you donations.

Friday, January 31st 2014, 12:16am

Author: jbExplorer

Executing Mathematica functions from Jabaco

Include JLink.jar in your References/classpath. Import com#wolfram#jlink.* Public Sub main(ByJava args() As String) Dim myArgs() As String myArgs = args Dim ml As KernelLink = Null Dim nResult As Integer = 0 Dim sJLinkDir As String = "" Dim sKernelLinkArguments As String = "" sJLinkDir = "c:\Program Files\Wolfram Research\Mathematica\9.0\SystemFiles\Links\JLink" System.setProperty( "com.wolfram.jlink.libdir", sJLinkDir ) sKernelLinkArguments = "-linkmode launch -linkname 'C:\Program Files\Wolfra...

Wednesday, January 29th 2014, 9:50pm

Author: jbExplorer

Jabaco cannot use Joda Time

Found something very interesting. It took several hours to pin down the problem, but it had to do with a specific jar. With this library loaded, Jabaco starts to compile, and actually generates a jar, but never finishes. The progress bar, that appears when Jabaco is generating a jar or exe, halts at around 60 percent, and you can see that it's stuck, even though you can still move around and use the menus. When you look in the generated jar, it's missing several modules, including the main one. ...

Thursday, January 9th 2014, 3:17pm

Author: jbExplorer

Suitability of Jabaco for Mobile Development

Quoted from "Erel" I'm not really familiar with Jabaco and I definitely don't intend to compare B4J to Jabaco on Jabaco forum. It looks like a great product. I've just corrected the facts. Quoted If it doesn't require the source code, then how come 1) Some of the instructions (trying to locate them) recommend that you inject annotations like @ShortName(module)? Are they referring to the wrapper code? Yes, they are referring the wrapper code. 98% of B4J (and B4A) developers will never write any ...

Wednesday, January 8th 2014, 6:45pm

Author: jbExplorer

Suitability of Jabaco for Mobile Development

Quoted from "Erel" Quoted In order for an external jar to be accessible to B4J (at this time, December 31st, 2013), you need to have the source code and prepare it in different ways. This is not exactly correct. The Java source code is not required. You do need to create a Java wrapper to wrap the jar file. In most cases it is quite simple. There is a tool named SLC (simple library compiler) that helps with the building step. If it doesn't require the source code, then how come 1) Some of the i...

Saturday, January 4th 2014, 3:01am

Author: jbExplorer

Using External Jars without including them in the Jabaco project

Quoted from "theuserbl" More information about JarClassLoader: Seems that the unloadClass()-method don't work correct. But possible that it depends on the ClassLoader itself, which JarClassLoader is based on. I have now read in the internet and as answer from the author of JarClassLoader, that changing a class in one JCL-instance is not possible. What I mean with it: For example, you have three external jar-files: - mygui-1.2.jar - mynet-0.4.jar - mydb-1.1.jar All jars are loaded with JarClassL...

WoltLab Burning Board