Symbian OS | Pocket PC | Smartphone | Android | BlackBerry | Apple iPhone OS | Java | Mobile Gaming | Linux | Palm | Win CE | Tablet  
     

Free Mobile Software, Themes, Games, Apps for PDA and Smartphones

     
Search by Device
My Device

  
Last Viewed Apps
handyCalc
HTTP Client
Nicht lustig
Open signal
Clipper
Android Flashlight FREE
Rhino Interpreter for SL4A r0
Learn Cplus Interview Q A
Home as Found for MobiPocket Reader
Funny Face
Search by Category
Business & Profession
Databases
Dictionary & Translator
Entertainment
Finance
Games
Healthcare & Medicine
Internet & Communications
Multimedia & Graphics
Organisation & Productivity
Programming & Development
Reading
Science & Education
System Utilities
Themes & Wallpapers & Skins
Travel & Navigation
Search by Platform
Android
Apple iPhone OS
iPad
iPhone
iPod Touch
BlackBerry
Java
Linux
Maemo Nokia Internet Tablet
MeeGO
Sharp Zaurus
Mobile Gaming
Nintendo DS
Playstation 3
Playstation Portable
Wii
Xbox 360
Palm OS
Symbian OS
Series 60
Series 80
Series 90
UIQ
Tablet PC
Windows CE.NET
Windows Mobile Pocket PC
Windows Mobile Smartphone
     


Achivx Partner
 
 
iziBasic





iziBasic
Version: 7.0

Platforms: Palm


Categories: Programming & Development

Upload date: 22 Sep 11

Developer: Laurent DUVEAU

License: Shareware

Price: 25.00 $

Downloads: 54

File Size: 3071 Kb


Download Free Trial of iziBasic 



Rating: 5.0/5 (Total votes: 2)




  iziBasic - stands for easy Basic for Palm. It targets all kinds of developers and should be a very good tool for newbee programmers. Skilled programmers will also find in iziBasic a tool to develop very quickly and easily various types of software.

iziBasic is a high level development compiler which builds Stand-alone applications. The great thing is that it does all of that directly on-board of your Palm OS based device.

Source codes are easily written using:
- either the Memo Pad application which is shipped with all Palm OS devices,
- or an on-board third party DOC editor of your choice.

As its name also states it, iziBasic uses the BASIC high level and very easy to learn development language, a customized subset of it to be
precise. You will discover how easy and quick it is to develop software with iziBasic when the more common development tools available on the Palm OS platform usually require pretty good development skills.

What's New in This Release:

· Bug fix: exponentiation (^) and the POWER() function would return wrong results with negative numbers. For instance, (-5)^3 and POWER(-5,3) returned 4 instead of -125.
· Bug fix: starting a variable assignment by the negation of a variable results in a compilation error, for example in the following syntax: A=-C
· Bug fix: a Number Stack Overflow occurred when reaching the last value in this stack.
· Bug fix: if there was only one choice in a LISTCHOICE statement, the iziBasic runtime would show a [YES]/[NO] selection window instead of no selection window at all.
· Bug fix: initial selected numerical index value in the LISTCHOICE and POPUPCHOICE statements when the selection list was pointing on the A$() array.
· The compiler now detects when a THEN is forgotten in a IF statement.
· GPRINT now manages Black & White screen (for those of you who are still targeting "antic" devices!)
· SAVEPREF now deletes the unused preference when the passed argument is an empty string. Since LOADSTRING will return the same empty string upon loading an existing empty preference or a non existing preference, this way of doing saves room in the Saved Preferences database.
· iziBasic now memorizes the parameters passed in the FINDFIRST$() function, so they are not needed anymore in the FINDNEXT$() function which was revised to the simple FINDNEXT$ format.
· Added InfraRed and Serial communications management with new statements: OPEN IR and OPEN COM. Files statements (CLOSE #, PRINT # and INPUT #) were upgraded to work with InfraRed and Serial communications.
· Added statements to manage Network communications with a new statement: OPEN NET. Related MegaString files statements (CLOSE #, PRINT$$ # and INPUT$$ #) were upgraded to work with Network communication.
· Added a new HTTPGET$$ statement, to deal with reading HTTP web pages.
· Added the ADDSTRING$$ statement to easily concatenate strings in the MegaString.
· Added a new RUN$$ statement to pass structured data to the called program, when the RUN statement would only allow passing a standard ended CHR$(0) string.
· Added Palm's 5 Way Navigation detection, new events values are returned by the DOEVENTS and WAITEVENT statements.
· Added management of scroll / caret position in fields thanks to 2 new statements: FIELDSCROLL and FIELDPOS.
· Added a new LABEL$() function to retrieve an object's label.
· Added Palm's 320x480 screen mode detection and management. The DOEVENTS and WAITEVENT statements return a new event value upon screen mode change, and the SETRES statement and HIGHRES() function were extended to manage this new screen mode.
· Corrected a bad s|t parameter explanation to the right one being c|t in the user manual for PUTCHAR$$ and PUTSTRING$$.
· Updated the NekoCat sample application so as to be able to move the cat's food using Palm's 5 Way Nav and to benefit from the 320x480 screen mode.
· Updated the iBPlot sample application to benefit from the 320x480 screen mode.
· Added 2 new sample applications: iBIrHello (showing how to exchange data between two devices by InfraRed) and iBHttpGet (showing how to retrieve a web page).

 
Like it? Share with your friends!
 

Supported operating systems: Palm OS 3.x, Palm OS 4.x, Palm OS 5.x
 
Similar Software:

Plua Help ViewerPlua Help Viewer
Plua Help Viewer is a small utility to read the topics in the Plua Help files from the Plua 1 or Plua 2 distributions
BaseCalcBaseCalc
BaseCalc is an integer calculator that simultaneously displays numbers/results in all of the common development number bases! It displays signed/unsigned decimal, hexadecimal, octal, binary and character. You can select 8, 10, 12, 16, 20, 24 or 32 bit displays. (The demo is limited to 10 bits
PilRCPilRC
PilRC is a Platform Independant program (sources are provided) for developing Palm Computing Platform applications. It takes a resource script file and emits one or more binary resource files which are then included by your project's .rc, .asm or other resource file. Let me know if you run into any bugs, have feature suggestions or whatever
JAddress2HTMLJAddress2HTML
JAddress2HTML - This Desktop Application exports all addresses of the AddressDB.pdb to a HTML File. It is not the File used by the PalmDesktop; use Pilo-xfer or other tools to export the database from your palm to the platform you prefer. It runs with Java 1.1 or better
NewBie - numfldNewBie - numfld
NewBie - numfld includes a copy of "Hello World" liked source code about set/get number (real number) from/into a field. To all newbie Palm programmers, please enjoy your first step on Palm programming. What's New in This Release: · Recompiled due to bug from prc-tool 2.0. · Renamed from "text/float conv." to numfld
Z47 Virtual ProcessorZ47 Virtual Processor
Z47 Virtual Processor - allows you to run Z++ applications that are created with Z++ Visual. (Z++ Visual is an all-in-one development tool that requires no confusing SDK's, API's, or emulators
chmodchmod
chmod is a simple application, used to calculate the often confusing *nix chmod command. This command is used for assigning rights to files, for example: "chmod 777 filea.txt" would grant read, write and execute rights to everyone for this file. For more info on the chmod command itself, check any basic *nix reference guide
ProviewProview
Proview is a development tool that creates hierarchical and flat views from profiling data created with the POSE emulator. Find out exactly where your software is spending its execution time and remove performance bottlenecks in your software
Palm Foundation ClassesPalm Foundation Classes
Palm Foundation Classes - Highlevel C++ Application Framework for PalmOS development. C++ Builder VCL like deployment aid C++ Builder programmers with PalmOS ready tools. Programming PalmOS without learning basic knowledge of PalmOS SDK. Rapid Application Development (RAD)
DragonRegsDragonRegs
DragonRegs displays the registers of the Motorola DragonBall processors MC68328, MC68EZ328 and MC68VZ328. The register display gets updated cyclically. What's New in This Release: · Maintenance release and updated documentation
 

Other Software by developer «Laurent DUVEAU»:

LaFacLaFac
LaFac - stands for aldweb's LAnguage FACtory for Palm. LaFac is a development tool which works directly from your Palm device. LaFac comes with a p-code compiler for all 4 available development languages (one loop p-code compilers), a p-code runtime engine, a debugger, and a Stand-alone application builder. LaFac currently comes with 4 built-in development languages: 1
TCtoolsTCtools
TCtools is a set of 2 tools dedicated to the Palm Tungsten C device: A patch to realign the physical keyboard of the Tungsten C with the one managed by Palm OS. You may also choose to have Palm OS work with any of the QWERTY, QWERTZ or AZERTY keyboard independantly from the real keyboard
PalmPulusPalmPulus
PalmPulus is a REAL TIME strategy game in which you fight against up to three computer players for control of a land. You must guide your people against the people of the computer players. Your first task in PalmPulus is to provide your people with free land. Then, order them to settle and they start to build new houses
ViziBasicViziBasic
ViziBasic is a Visual editor for iziBasic. ViziBasic stands for Visual easy Basic for Palm. It is an add-on application that I especially made for easing the development of iziBasic projects requiring GUI components (well, most of the Palm applications that you will develop should need that!)
CellsCells
Cells is a port of the popular "Game of Life" invented in 1970 by John Conway. In an automata universe, cells follow very basic rules to survive, be born or die in a turn based simulation. Notice: the PP version of Cells includes an optimized routine for Palm OS devices which accelerates calculations and displaying of cells in an incredible way
SysInfoSysInfo
SYStem INFOrmation tool for Palm devices

» show more

 

Comments on iziBasic:

Comments not found

Name:


Comment:


Enter text from image below:

Turn on images!

 
 

If you noted an error or download link is broken, please, report it via this page or use comments.
 

iziBasic is compatible with your device Clie S320
 
 
© Pantich 2009 - 2025 All rights reserved.