PDA

View Full Version : app. develompment for Tungs E


johny007
02-16-2004, 02:27 AM
I would like to ask u, if u have some experience with developing application for Tungsten E. I downloaded WebSphere studiio device, but i dont know how to start. dont u have any links for developers-begginers, or any ides how to start ?

thank s alot

bh77a
02-16-2004, 02:21 PM
You can try PLUA. It is a Palm port of LUA 4.0, a C scripting language. I am using it on my TE and my m500 with absolutely no problems. The learning curve is fairly simple and there is great documentation along with an active yahoo group to get help from. You can find it here: http://groups.yahoo.com/group/plua/

The most recent version is 1.1b5, located in the downloads section.

johny007
02-17-2004, 03:03 AM
I downloaded it, manual too, but i dont understand how can i run this program or compile it to *.prc file suitable for my palm ?

magseg
02-17-2004, 05:34 AM
I use palmphi. Great peace of software under Cygwin. Not so hard to use if you have tried Delphi/c++ builder.

bh77a
03-05-2004, 09:14 PM
with the newest beta 1.1b6 of plua, you can do "read-eval-print" loops in the main window-just type code and hit run. An example follows:

pmoveto(50,50)
print("hello world")

You can tap "file" and then create a new memo containing code. Once debugged, you can select compile and then create. It is pretty self explanatory once you begin playing with it - let me know if you need some help.