1. Full Screen programming statement
- Posted by han45 Nov 11, 2014
- 1438 views
Hello ,
i have a first little program ready.
I have shrouded a .il File and started the program on another PC with a copy of the
eubw.exe backended.
The program starts in a minimized CMD Window.
Can anybody help me for the programming statement that this program started in Full Screen Mode.
There must be a keyword for this.
Thank you.
2. Re: Full Screen programming statement
- Posted by DerekParnell (admin) Nov 11, 2014
- 1406 views
The program starts in a minimized CMD Window.
Can anybody help me for the programming statement that this program started in Full Screen Mode.
Microsoft Windows no longer supports a full-screen CMD mode. The closest you can get is to manually set the width and height properties of CMD to some large values, but you will still only get a bordered window shown.
3. Re: Full Screen programming statement
- Posted by han45 Nov 13, 2014
- 1308 views
Yes i understand that windows not supported a full CMD.
But what is the programming statement for a full screen in the normal Mode. (without CMD)
How to open the programfile .il in full screen mode on another PC ?
Hans
4. Re: Full Screen programming statement
- Posted by petelomax Nov 13, 2014
- 1308 views
OK, let's try a different tack.
i have a first little program ready.
Let me be the first to say "Congratulations, well done!".
Now, can you describe this in a little more detail for us.
Are you running on Windows, Linux, Mac, Raspberry PI, or something else?
Is the program you have created a bit like some other demo that you saw, and if so can you name it?
Are you using puts(1,"hello"), win32lib, wxEuphoria, EuGTK, or something else?
When you run it are you getting a window but you want it bigger, or are you not seeing anything except a new icon on the taskbar?
Regards, Pete
5. Re: Full Screen programming statement
- Posted by ghaberek (admin) Nov 13, 2014
- 1317 views
i have a first little program ready.
Now, can you describe this in a little more detail for us.
Or just post the code. I think that might helps us understand what you're trying to accomplish.
-Greg
6. Re: Full Screen programming statement
- Posted by han45 Nov 14, 2014
- 1234 views
Here is Hans ,
it very simple code.
Only for checking the app function in fullscreen.
Its only a hello world statement.
Here is the code :
include get.e integer x
printf (1 , "Hello , World\n") x = wait_key ()
Thats all.
I have shrouded a IL File from it. Just to check , IF.... i have a great program ready ( only text calculations ) to start as APP in Full Screen on another PC.
Hans