You are not logged in.

Search results

Search results 1-20 of 88.

Tuesday, October 7th 2014, 2:04am

Author: spysonic

Java-Framework (JRE) is missing!

May I know what is the current java folder and sub folders you currently have?

Friday, September 26th 2014, 6:56am

Author: spysonic

Java-Framework (JRE) is missing!

Java 8 http://www.oracle.com/technetwork/java/j…ds-2133155.html

Friday, September 26th 2014, 6:47am

Author: spysonic

Java-Framework (JRE) is missing!

You need to install Java Runtime Environment, that is one requirement for running Jabaco. But as far as i know if you had installed JDK already it supposed have JRE along with JDK directory. this the Official statement from java site. Quoted Do you want to run JavaTM programs, or do you want to develop Java programs? If you want to run Java programs, but not develop them, download the Java Runtime Environment, or JRETM. Quoted If you want to develop applications for Java, download the Java Devel...

Thursday, September 25th 2014, 2:28am

Author: spysonic

For Beginners Tutorial

sorry its been a while since the last time i'v been here in Jabaco. I remember having an experiment with setting angles of the shaded part of circle using a textbox, I'll to to figure it out and convert it to mouse click and drag. i'll try my best. but Ihope someone will help too

Wednesday, September 24th 2014, 10:57am

Author: spysonic

Jabaco Reverse-engineer (question/request herein)

Quoted I think so too and I think it will be faster to write a new (simple, typical) application with Jabaco than with Java as soon as Jabaco is out of beta. most of the people in the forum has gone tired of waiting for OUR beloved Jabaco to be out of Beta and see what are new features added or fixes on the IDE. Hope Manuel could give us a glimpse of his plans for jabaco. a specific date perhaps.(i hear every one reading this says "YEAH"). I learned a lot in this forum, and i actually referred ...

Tuesday, September 16th 2014, 6:21am

Author: spysonic

Runtime methods

finally i made it to work with these: Jabaco Source 1 2 3 4 5 6 7 8 9 10 11 Import java#lang#Runtime Public rt As runtime Public Sub Form_Load() rt = runtime.getRuntime() rt.maxmemory ' rt.totalmemory ' rt.freeMemory MsgBox rt End Sub

Tuesday, September 16th 2014, 3:03am

Author: spysonic

Runtime methods

anybody knows how to properly code this one? i just wanted to know the JVM info as follows: total memory allocated max memory free memory but the problem is i cant get it to work. im really is a beginner so please understand. Jabaco Source 1 2 3 4 5 Import java#lang#Runtime Public Sub Form_Load()Dim rt As Runtime Text1.Text = rt.totalMemory End Sub

Wednesday, September 10th 2014, 10:47am

Author: spysonic

For Beginners Simple animated Buddy

you need to have java7 or higher for this. database is not yet implemented. Sorry for the codes guys its not that readable or shall i say well organized, spare me im new to programming download all (3) zip files 1-3 extract in one location after extracting all (3) files in one location, extract files using 7-zip there you have the proj. its not finished yet and please spare my coding abilities

Wednesday, September 10th 2014, 2:25am

Author: spysonic

open a link with default browser

may i know whats the pros and cons of using this code instead: Jabaco Source 1 2 3 4 5 6 Const quote = Chr(34) Dim url As String = "http://www.jabaco.org" Dim cmd As String = "cmd.exe /c start " & quote & "my window" & quote & " " & url Debug.Print cmd Shell(cmd) it was given by A1880 here... http://www.jabaco.org/board/177-communicating-between-forms-and-with-the-internet-in-jabaco.html

Tuesday, September 9th 2014, 10:58am

Author: spysonic

Desktop Buddy

heres what it looks like

Tuesday, September 9th 2014, 10:51am

Author: spysonic

Desktop Buddy

heres my own desktop buddy inspired by Shimeji... i added some functions with database code will be added here too after i finished the implementation of adding databse storage and other features. steps to extract. 1. download all (5) zip files 2. extract all (5) zip files in one location 3. right click > 7-zip > extract files i used 7-zip to extract 'em

Friday, August 29th 2014, 10:56am

Author: spysonic

cancelling the Unload is not functioning

hey there, i had no problems invoking the form_unload from a private function but what about the form unload subroutine? what am i missing? just by having an Unload subroutine without any code in it gives me an error?

Thursday, August 28th 2014, 8:42am

Author: spysonic

Database sample App - SELECT / INSERT / UPDATE / DELETE

how am i supposed to start the h2 within the app code? import org.h2.tools.Server; ... // start the TCP Server Server server = Server.createTcpServer(args).start(); ... // stop the TCP Server server.stop(); yep we can manually start the h2 server database using a command line but how about doing it using the code above? also, please teach us how to have a connection pool for h2 base on this too: import java.sql.*; import org.h2.jdbcx.JdbcConnectionPool; public class Test { public static void mai...

Thursday, August 28th 2014, 4:21am

Author: spysonic

Database sample App - SELECT / INSERT / UPDATE / DELETE

hello everyone, im now trying to create a simple app that connects to a H2 server database which is installed in other PC's, I had my database ready on the other Pc's user directory. working well if i run the app on the server pc, but when i tried to run the app on the other pc it gives an error did i miss something? i used : Jabaco Source 1 conn = java#sql#DriverManager.getConnection("jdbc:h2:tcp://localhost/~/test","x", "x") working on the pc where the h2 database is installed, gives me an acc...

Wednesday, August 27th 2014, 2:23am

Author: spysonic

Barcode

uhmmm i tried running the barcode in a usercontrol, but i cant get it to work. is it not compatible with it?

Tuesday, August 26th 2014, 2:58am

Author: spysonic

How to Implement Per-Pixel Translucency

solved! sample by theusrbl is here ... Transparent Form

Wednesday, August 20th 2014, 2:12am

Author: spysonic

Database sample App - SELECT / INSERT / UPDATE / DELETE

your sample app for artikel.db is running fine on my end. but my problem lies in creating my own database out of my installed h2. my Bad! I downloaded the beta version of h2-2014-07-13 and its generating a .mv.db file automatically.. thanks for giving me the version of h2 you're using.

Tuesday, August 19th 2014, 10:19am

Author: spysonic

Database sample App - SELECT / INSERT / UPDATE / DELETE

Thanks Dani, I'll try the tool you'd advised BTW, I tried creating a sample database of H2 out of razorsql tool, and it gives a database with .mv extension and not .h2, when i try opening that file it contains my files too. Im curious i thougt it supposed to generate a .h2 database.? did i miss something? or is it a valid database file too?

Tuesday, August 19th 2014, 3:26am

Author: spysonic

Barcode

Yahoo! now i can continue my experiment with ID systems with barcoding. I bet that It would be a lot of help to others developing a system too. Your a life saver theuserbl

Tuesday, August 19th 2014, 3:01am

Author: spysonic

cancelling the Unload is not functioning

Awesome. Another system interaction is on the house. maybe small but still important. Thanks for this theuserbl

WoltLab Burning Board