You are not logged in.

Search results

Search results 1-20 of 65.

Wednesday, September 10th 2014, 7:47am

Author: JasonS

open a link with default browser

Hi Spysonic, That would only work on windows, and I also do not think a browser applet is going to be very happy with trying to shell out commands, that would probably cause a security exception and not work in a browser app The other examples given here (some) should work within a .jar file/browser applet. Regards, Jason

Monday, February 17th 2014, 8:48pm

Author: JasonS

About this

Hey, Just so anybody reading this thread know's what happened here, I released tecktronic.net back into the domain pool. I did spend some time updating this engine and fixing most of the bugs that would cause exceptions to be thrown and added some things too and organized it all in one big source zip. There were a few drawbacks with this applet--it was a bit slow. I never could get better FPS with it (I was always short about 5-10 FPS even with a nice video card). I did add stuff to it and devel...

Sunday, November 25th 2012, 9:48pm

Author: JasonS

HolidayGame II / XmasGameV2

Hello, I have finally updated this code to work properly with JRE 7. I do not know if it will work with older versions of JRE for sure. Some things were depreciated going into JRE 7, and for whatever reason, pictures/images can, but wav files can no longer be embedded as a resource in Jabaco and be utilized the same way. To get around this, I found a different way to download the wav files off of the same web server the applet and html files for it sit, and at applet loadtime is where it loads t...

Friday, November 2nd 2012, 11:49pm

Author: JasonS

Revised version of sample

Greetings, I have here for whoever needs it a sample applet that allows you to upload files to a web server with PHP enabled. I have provided the required htdocs to run it. Simply extract the attached zip to your JabacoProjects directory, open the project, (edit accordingly if needed), and compile the jar file somewhere. Next copy only the compiled jar file to the upload folder you copied into your real htdocs directory on apache or whatever the root is on your other type of web server (IIS, etc...

Saturday, October 6th 2012, 12:55am

Author: JasonS

AI Chat

Greetings, I made a new goofy little app for my site, just kind of funny to mess with really.... It is kind of like chat roulette, but with no video, and its a bot that talks to you, etc. Check it out. Its called #AI Chat, in the apps section of www.tecktronic.net And of course, as always, made in Jabaco... Regards, Jason

Wednesday, October 3rd 2012, 10:19pm

Author: JasonS

Get text from selected item in listbox

Hi, This will list (the value of the listitem) for the currently highlighted/selected item in a list box: Jabaco Source 1 2 3 If List1.ListCount > 0 Then strList1SelectedItemsTextValue = List1.List(List1.ListIndex) End If Hope this helps! Regards, Jason

Thursday, August 2nd 2012, 12:32am

Author: JasonS

More bugs fixed

I was unaware that users were having problems registering accounts with JRPGT. The applet would either flip out and do something really weird looking, if you clicked login instead of register, the first time you log in.. etc. Anyways, it works a lot better now and that bug is fixed, I changed the way it deals with it. Among many other issues fixed, at some point along the line you had to click on the playing field after changing a map to move/control your character again--this has also been fixe...

Sunday, July 22nd 2012, 5:58am

Author: JasonS

Can my Jabaco code work in Android?

The coolest thing were the 'light pens' ... you could draw on the screen w/ it... lol..

Saturday, July 21st 2012, 12:17am

Author: JasonS

Back to the Basics

Well.. I bought B4A PPC. Its great. Jabaco is great. I just love the fact that VBr's can now write apps for java .. native vb6 executables still work on Win7, Server 2008, and has anybody tried VB6 on Win8? (I still use VB6 execlusivly for the server portions of my server/client apps..) now basic4android... now someone somehow just needs to make an iBasic.. lol... which I think apple would prevent from ever happening, but I am uneducated in that topic right now and have some research to do! I re...

Wednesday, July 18th 2012, 6:03pm

Author: JasonS

FREE MMORPG MAKER

Dont think you can.. and if you find a way too, your web applet will only run on windows if you do find a way to use WinAPI's in the DLLs. What I would recommend is replacing the DX graphics functions with jabaco graphics functions. Sound too.. if this is a 3D engine, this will probably be pretty hard, if it is 2D, I could probably help you accomplish this. PM me if you need help. Regards, Jason

Monday, July 16th 2012, 2:26am

Author: JasonS

'Jabaco(JavaApplet)-VBServer-B4A(AndroidDex) Connecting' Sources ('AuthIT Source Code' )

The short answer is, not directly. There is no coverter/reflector (yet)--but it would be REALLY cool if someone made one. Jabaco to B4A reflector. Because once you have something made in Jabaco, you can paste over most of your code and, because things are a little different in B4A vs Jabaco or VB, you have to learn about all the things you have to do differently, and change them in your code. But this could all be setup to be automated I am sure. It would be hard, but could be done (Making a con...

Monday, July 16th 2012, 1:21am

Author: JasonS

AuthIT Source Code Links / Jabaco(JavaApplet)-VBServer-B4A(AndroidDex) Connector Sources

Hey, I also made a client for Android via B4A, that works with the same server that the java client. Here below is the link for the zips of the vb server source & jabaco client source, and another zip with the B4A client source. http://www.tecktronic.net/authit/AuthIt_…Client_Srcs.zip http://www.tecktronic.net/authit/AuthITAndroidClientSrc.zip I feel this is a good demo of source code to show how to start off your multi user, interactive app, that offers a java (pc/mac) client and an android cli...

Sunday, July 15th 2012, 12:55am

Author: JasonS

Please Help Convert java snippet for posting data to webscript to Jabaco Code

Hi akinis, I have made a sample on how to do this (via upload.php or whatever) via a Jabaco applet. See thread FTP help? Best Regards, Jason

Friday, July 13th 2012, 9:07pm

Author: JasonS

Android Apps / Basic

So I trialed 'monkey'--syntax is way different than VB or basic style. I also trialed Basic4Android--and I was quite impressed, The abstract designer and B4a-bridges are VERY COOL. I will be purchasing that one soon so I can utilize all the libraries (sockets, etc. Your pretty limited as to what you can do in the trial, and its also only for 30 days. $50 or $100 isnt bad for this. Its syntax is slightly different than VB or Jabaco, but it will do. :p ~Jason

Friday, July 13th 2012, 9:03pm

Author: JasonS

Java 7

Java 7 update broke my ability to embed wav files as resources into Jabaco applets and utilize them via web applet view mode. So now when you try to play this game, as soon as a sound plays you get exception dialog instead. I still have yet to update the code for this program and its source code to have it load the resources off of the web server at applet load, I will take care of this soon. Regards, Jason

Thursday, July 12th 2012, 3:05am

Author: JasonS

AuthIT Demo

Hello, Here is the sample I promised. There is a readme file included in the zip, along with the source code to the VB6 server daemon and the Jabaco client, and their binaries incase you do not have VB6. You will at least need the VB6 runtime environment to run the daemon, or have VB6 installed. The link to the archive file is http://www.tecktronic.net/authit/AuthIt_…Client_Srcs.zip There is also a working demo in the apps section @ www.tecktronic.net This sample does not connect to SQL at all, ...

Thursday, July 12th 2012, 12:16am

Author: JasonS

Can my Jabaco code work in Android?

theuserbl, Awesome. Thank you for the link. Much appreciated. Regards, Jason

Wednesday, July 11th 2012, 8:54am

Author: JasonS

A login form that connects to a database

Hey, I should have a 'vbserver daemon and jabaco client' ready for you sometime this week. I will post a link for anyone to use for whatever they want when its ready. Eventually this will also be in the codebank on my site, but I havent implemented that into my site yet (soon), so I have just been posting zip links on the board for now. Its a bare bones login applet (and vb server daemon) screen where users can register, login, and provide an integer value (listbox items for what they wanna do o...

Wednesday, July 11th 2012, 8:40am

Author: JasonS

FREE MMORPG MAKER

Tyler, This thread link below might interest you, I have made the source available to anyone. Server will be too soon. ORPG via Jabaco Regards, Jason

Wednesday, July 11th 2012, 8:36am

Author: JasonS

Dalvik

Interestingly enough.. Android apps are actually Java applets or something similar. Ive read several places that you can convert Java code to Google's 'Dalvik' format, and compile and it will run on Android OS. Now, who can make a Jabaco to Dalvik converter? :p Regards, Jason

WoltLab Burning Board