'run' command and toolbar question
'run' command and toolbar question
hello!
While importing other 'txt' file to 'run' command (my case is a big program takes about 10 seconds) Is there a way the 'Toolbar' at the top of the screen to disappear?
While importing other 'txt' file to 'run' command (my case is a big program takes about 10 seconds) Is there a way the 'Toolbar' at the top of the screen to disappear?
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 'run' command and toolbar question
You can remove toolbar when your program is running with SET TOOLBAR command from "Interface" section of documentation.
Re: 'run' command and toolbar question
GRAPHICS
GRAPHICS CLEAR 0,0,0
SET TOOLBAR OFF
'here is ok but,
ffk$="SRRK.txt" '<-file size 200kb
RUN ffk$
'Here is visible toolbar
during loading 'txt' file
(loading time is 10seconds)
GRAPHICS CLEAR 0,0,0
SET TOOLBAR OFF
'here is ok but,
ffk$="SRRK.txt" '<-file size 200kb
RUN ffk$
'Here is visible toolbar
during loading 'txt' file
(loading time is 10seconds)
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 'run' command and toolbar question
If SRRK.txt also has toolbar off but you see toolbar during loading it, then I will mark this as a suggestion for improvement.
Re: 'run' command and toolbar question
thank you for your help.
i will waiting update
and
i have one more question
What was it made by using is smartbasic?
i think you are geniues
great work!
i will waiting update
and
i have one more question
What was it made by using is smartbasic?
i think you are geniues
great work!
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 'run' command and toolbar question
Thank you for your comment!chjchjch wrote:What was it made by using is smartbasic?
But I did not understand your question.
Re: 'run' command and toolbar question
sorry
i don't speak english
what used
make this SmartBasic?
ex) object-c or java..
i don't speak english
what used
make this SmartBasic?
ex) object-c or java..
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 'run' command and toolbar question
Objective-C
Re: 'run' command and toolbar question
ok
you are great programmer.
have a nice day!!
you are great programmer.
have a nice day!!
- Mr. Kibernetik
- Site Admin
- Posts: 4786
- Joined: Mon Nov 19, 2012 10:16 pm
- My devices: iPhone, iPad, MacBook
- Location: Russia
- Flag:
Re: 'run' command and toolbar question
Thank you!
Have a nice programming!
Have a nice programming!