|
- Forum - iziBasic
Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 257
Topic # 1583 |
Help? |
06/10/2007 @ 03:46 by Nate Weil
|
Hi all! I just registered izibasic and visibasic yesterday... and am looking for some simple help. I have looked through the manual, but I'm a bit slow and I don't understand all of it, and I don't really have time to read all that thoroughly anyways. Here is what I need help with specifically. Please help!
setting and using arrays.
setting up and using menus.
When I try using console, it erases my buttons and numbers in my console look like this: 1.00000000E.00. How do I fix these?
Using custom images.
please help! |
|
|
Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 11 -------- 16/10/2007 @ 21:11 by Tuka
visitor |
Please try this code.
'SortInteger.iBAS {CreatorID "HELO"} {Version "1.0"} {PARSER ON} {CONSOLEFONT OFF}
BEGIN DIM A(36) FOR I=27 TO 36 R=RND(1000):A(I)=R NEXT RSORT A,27,36 FOR I=27 TO 36 J=A(I):I$=STR$(J,0)+":":PRINT I$; IF I=31 PRINT NEXT PRINT:PRINT A=MAX A(27,36):A$="MAX:"+STR$(A,0):PRINT A$ B=MIN A(27,36):B$="MIN:"+STR$(B,0):PRINT B$ C=MEAN A(27,36):C$="MEAN:"+STR$(C,2):PRINT C$ D=SUM A(27,36):D$="SUM:"+STR$(D,0):PRINT D$ WAIT END |
|
|
Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 12 -------- 17/10/2007 @ 22:05 by Nate Weil
visitor |
Sorry tuka I meant just something like this:
DIM a(50)
print a(10)
I know it's not that though because I tried...
also I read your tutorial on bird, and it's very helpful :) Even though it wasn't the best english it helped me so now I just need to figure out getting information out of that resource so I can use it. Thanks a million! |
|
|
Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 13 -------- 18/10/2007 @ 20:12 by Nate Weil
visitor |
Just wanted to say thanks a million Tuka! Because of your documentation on bird, the things you said so I could use it, and examples from matches resource file, I now know how to do images for my program, and an icon for the launcher. Now I have a question though: if I put my program on the internet, will people have to install the resource file to, or does the program grab it and auto-install it when it's put on the palm? I don't remember installing the resource file for matches... |
|
|
Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 13 -------- 18/10/2007 @ 20:13 by Nate Weil
visitor |
Just wanted to say thanks a million Tuka! Because of your documentation on bird, the things you said so I could use it, and examples from matches resource file, I now know how to do images for my program, and an icon for the launcher. Now I have a question though: if I put my program on the internet, will people have to install the resource file to, or does the program grab it and auto-install it when it's put on the palm? I don't remember installing the resource file for matches... |
|
|
Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 15 -------- 18/10/2007 @ 21:59 by Tuka
visitor |
Hello Nate,
{RESOURCEFILE [+] t}
A resource in the resource file is added to a PRC file when I compile this statement. It is not necessary for the people to install a resource file. Please open Matches in BIRD for trial. The resources such as images enter. When I peep at a resource of various application, I will serve as a reference.
Tuka |
|
|
Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 16 -------- 18/10/2007 @ 22:29 by Nate Weil
visitor |
Yeah thats what I did... I looked at matches in bird to see what they did and got it working! Thanks again! |
|
|
Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 17 -------- 19/10/2007 @ 11:22 by aldweb
visitor |
Hello,
"I agree the wiki is confusing. It has virtually nothing!" => The wiki will only live thanks to users contributions... so you are very welcome to help enhancing it with great content.
"also I read your tutorial on bird, and it's very helpful :)" => It sure is as there is no tutorial to be found on the web for RsrcEdit and Bird, apart from this brand new one made by Tuka-san, which is a wonderful start. Thank you Tuka-san.
"Even though it wasn't the best english it helped me so" => Tuka-san is Japanese and I think that his English level is already very good. Don't ask people from all over the world to speak your native language the way you do... do I ask you if you speak French or Japanese at all?
Cheers, aldweb
|
|
|
Warning: A non-numeric value encountered in /web5/aldweb/www/aldweb_com/www/thread.php on line 497
Answer n° 18 -------- 19/10/2007 @ 14:52 by Nate Weil
visitor |
ya I figured he was :D and I know that his english is very good for a foreigner. Glad he knows it :) And about the wiki... it all works fine, until you click on documentation or tutorials. Then it brings you to that weird page that doesn't have any info in it. |
|
|
topic active
topic closed
Sticky
New message -
Correct message
Close topic
Make sticky
|
|