About Store Forum Documentation Contact



Post Reply 
Screen and Minimize
Author Message
Jben Offline
Member

Post: #1
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
Visit this user's website Find all posts by this user Quote this message in a reply
Driklyn Offline
Member

Post: #2
RE: Screen and Minimize
1) I suppose so. Use FCreateDir to create the directory first.
07-05-2011 04:40 AM
Find all posts by this user Quote this message in a reply
Jben Offline
Member

Post: #3
RE: Screen and Minimize
Oh I did not see that there is such a function, thank you I'll trysmile

Thanks
(This post was last modified: 07-05-2011 04:49 AM by Jben.)
07-05-2011 04:42 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #4
RE: Screen and Minimize
WindowMinimize
07-05-2011 09:35 AM
Find all posts by this user Quote this message in a reply
Jben Offline
Member

Post: #5
RE: Screen and Minimize
Exact, I have never see this function ^^
Thanks.
07-05-2011 01:19 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply