Page 1 of 1

a little help needed

Posted: Sat Aug 05, 2017 11:48 am
by codeit
Hi all i have two questions and hope someone can help.

First off is there a way to make a window stay on top like SetWindowPos API for Windows?
Second what is the best way to make a About window on the Mac is just a case of opening a new window?

Thanks

Re: a little help needed

Posted: Sat Aug 05, 2017 11:57 am
by Mijikai
codeit wrote:...
First off is there a way to make a window stay on top...
->

Code: Select all

StickyWindow(#Window, Status) 

Re: a little help needed

Posted: Sat Aug 05, 2017 12:02 pm
by codeit
Mijikai wrote:
codeit wrote:...
First off is there a way to make a window stay on top...
->

Code: Select all

StickyWindow(#Window, Status) 
Thanks Mijikai

Re: a little help needed

Posted: Sat Aug 05, 2017 2:38 pm
by IdeasVacuum
is just a case of opening a new window
It is.

Re: a little help needed

Posted: Sat Aug 05, 2017 3:26 pm
by codeit
IdeasVacuum wrote:
is just a case of opening a new window
It is.
Thanks IdeasVacuum