Jben
Member
|
Screen and Minimize
Hi,
I think its little issues of interest to many.
1-
Code:
Renderer.screenShots ("Screenshot/screen", "bmp");
=>This only works if the folder is created first.
Is normal?
2- I have see that App ( Application.h ) contain one function call :
Code:
Bool minimized ( ); // if Application is Minimized
=> I haven't found one function for minimize the application.
Maybe it's easy, but I haven't see how to do.
|
|
07-05-2011 02:24 AM |
|
Driklyn
Member
|
RE: Screen and Minimize
1) I suppose so. Use FCreateDir to create the directory first.
|
|
07-05-2011 04:40 AM |
|
Jben
Member
|
RE: Screen and Minimize
Oh I did not see that there is such a function, thank you I'll try
Thanks
(This post was last modified: 07-05-2011 04:49 AM by Jben.)
|
|
07-05-2011 04:42 AM |
|
Esenthel
Administrator
|
RE: Screen and Minimize
WindowMinimize
|
|
07-05-2011 09:35 AM |
|
Jben
Member
|
RE: Screen and Minimize
Exact, I have never see this function ^^
Thanks.
|
|
07-05-2011 01:19 PM |
|