aldweb

Close I. aldweb

Close II. PC Freeware

Close III. Palm Freeware

Close IV. Palm Shareware

Close V. iziBasic Palm

Close VI. Palm Knowledge

Close VII. Pocket Computer

Close VIII. miniPortail

Special !



Mobile version of
the aldweb Site

m.aldweb.com


Neither French, nor English?

Try one of these flags then:
[de] [es] [it] [pt]
Search




Weather / Spam / www

Lyon Weather


aldweb against spam


Newsletter
To receive news about this website, consider subscribing to our Newsletter.
Subscribe
Unsubscribe
298 Subscribers
Family's web sites

Webmaster - Infos
Friends News
Visits

   visitors

   visitors online

Poll
What do you think of the new design of the aldweb Site?
 
Great !
Beautiful
Average
So ugly...
Results
forum.gifForum - iziBasic - Topic #1263

Forum - Forum
iziBasic - iziBasic


Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 257

active  Topic # 1263  Is 6.0 Here Yet

02/10/2005 @ 21:54
by Ktimaster

Anonymous



Hey everyone,
I remember Aldweb mentioning iziBasic 6.0 Bieing Released by the end of September... If so Has it happened yet and if it has, How do I get it?
Write to Ktimaster   Post an answer  Top

[]   

StartPrevious [ 1 2 ] NextEnd

Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 1
--------
03/10/2005 @ 14:39
by aldweb

Anonymous

visitor
Hello,

No, version 6.0 is not here yet, I am late...

You will have nothing to do to get it when it is released: as a registered user, you will receive an e-mail with the new version attached.

Cheers,
aldweb
Write to aldweb   Post an answer  Top

Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 2
--------
03/10/2005 @ 16:50
by Ktimjaster

Anonymous

visitor
Wha!!! Aldweb bieing Late... Is this the end of the world? Well at least can you give some kind of a timeframe to see the new version?

I know that you are doing this as a hoby so I am not looking for an exact date.
Write to Ktimjaster   Post an answer  Top

Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 3
--------
04/10/2005 @ 09:47
by aldweb

Anonymous

visitor
Even though I will leave a number of to do's for a version 6.1, version 6.0 has so many improvements that it should really be of added value for all users.

So, I shall release it quite soon, when I find some time to finalize it (but free time is badly lacking at the moment!).

Cheers,
aldweb
Write to aldweb   Post an answer  Top

Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 4
--------
05/10/2005 @ 05:22
by ktimaster

Anonymous

visitor
I would mainly like to see NetLib functions. If That becomes a reality I would forget all other PalmOS Development tools. It would also Be nice if iziBasic Could edit Resource files directly (aka a resource file in a .prc)(If you can get izi to work with Netlib (w/o PP) Expect a Donation from me)
--------------------------------------------
Write to ktimaster   Post an answer  Top

Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 5
--------
05/10/2005 @ 05:29
by ktimaster

Anonymous

visitor
PS...
Can anyone type an example on how to make the Palm Bring up a Notice Box Prompting the user to tap reset and make the Palm Do a Soft Reset...
Thanks in Advanced

Example:


+---------------------------+
|Message |
+---------------------------+
| Finished Removing Corrupt |
|Files! You now need to Tap |
|Reset to Restart Your Palm |
| |
| [RESET] |
+---------------------------+
Write to ktimaster   Post an answer  Top

Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 6
--------
05/10/2005 @ 10:43
by aldweb

Anonymous

visitor
Hello ktimaster,

Soft Reset will be very easy to implement with a very simple PP applet.

1. Take the PP applet skeleton as written in the user manual.
2. Define a new Procedure just above the CallPP function:
procedure SysReset; inline($­­4E4F,$­­A08C);
3. In the CallPP function, just put one line between the begin and the end; statements:
SysReset;
Overall, the customized part of the PP applet will look like:
procedure SysReset; inline($­­4E4F,$­­A08C);
function CallPP(S:String):String;
begin
SysReset;
end;

4. In your iziBasic source code, after the user pressed the button, insert one line to call the PP applet:
A$­­=CALLPP$­­(100,"")
5a. Each time, you go for a compilation, compile first your source code with iziBasic, then the PP applet with PP to integrate it into your compiled application.
5b. Or, compile your PP applet, get the code 100 resource from the generated file and store it into a resource file, that you will then declare with a RESOURCEFILE compiling directive in your iziBasic source code. In this case, you will just have to compile your iziBasic source code each time you upgrade it and no more the PP applet.

That's all folks!

Cheers,
aldweb
Write to aldweb   Post an answer  Top

Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 7
--------
05/10/2005 @ 20:06
by Ktimaster

Anonymous

visitor
Thanks... The reason I am asking this is to clear some corrupt databases on the Tungsten C that will prevent users from connecting to some WiFi Hotspots or even drop connection... Will post a link to it soon...

PS It would be nice if iziBasic Supported includeing external libs that contain various Pascal functions... Sometimes looking at coretraps.h makes me dizzy.
Example:

#include MyLib.pas
BEGIN
LibCall(SoftReset;)
END


It would be nice
Write to Ktimaster   Post an answer  Top

Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 8
--------
06/10/2005 @ 00:01
by aldweb

Anonymous

visitor
Hello,

I also have a Tungsten C, the perfect device with its keyboard for playing around and coding onboard
I also play a lot with my Wifi and never got this corruption that so many people talk about. But better be warned before it happens: what are the files to look at? what is to be done? just erase them?

Cheers,
aldweb

@+
aldweb
Write to aldweb   Post an answer  Top

Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 9
--------
06/10/2005 @ 01:28
by Ktimaster

Anonymous

visitor
Since the hardware of the Tungsten C is More differant then many other devices it can be tricky...
It must be done as follows...
1)There are about 8 files that must be distroyed
2)The device MUST do a Soft reset to "unload" the Active Files.
3)You need to Run "Wi-Fi Setup.prc" to Rebuild the Databases and Re-compile the list of found hot-spots...


Until now I have had to do this manually but since you shared the way to call a soft reset I can automate this process. (Of course you will get credit for this one of a kind Program)
Write to Ktimaster   Post an answer  Top

Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 10
--------
06/10/2005 @ 21:29
by aldweb

Anonymous

visitor
Yeah, that's it. I could even find back in my hard drive the answer, before you wrote your answer. I always store that kind of information whenever I come to find it around... in case of!

We maybe should join our efforts because, on my side, I am working on a keyboard layout (you know, the QWERTY => en / AZERTY => fr stuff) bug that seems to occur more and more now that there are a lot of refurbished Tungsten C devices around.
This I had to do, after I figured out how to do it, for my Tungsten C which came back from repair at Palm Czech Republic, and it came back with a French keyboard outside and an English keyboard inside (meaning, pressing the A letter would display a Q!) and because no one at Palm's support was able to give me an answer!

Cheers,
aldweb

@+
aldweb
Write to aldweb   Post an answer  Top
StartPrevious [ 1 2 ] NextEnd
active topic active   closed topic closed   Sticky Sticky   New New message   -   Correct Correct message   Close Close topic   Make sticky Make sticky
[]
Forum Topic  Forum 



 
^ Top ^