a little help needed

Mac OSX specific forum
codeit
User
User
Posts: 62
Joined: Sat Apr 15, 2017 5:53 pm
Location: Leicestershire

a little help needed

Post 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
User avatar
Mijikai
Addict
Addict
Posts: 1360
Joined: Sun Sep 11, 2016 2:17 pm

Re: a little help needed

Post by Mijikai »

codeit wrote:...
First off is there a way to make a window stay on top...
->

Code: Select all

StickyWindow(#Window, Status) 
codeit
User
User
Posts: 62
Joined: Sat Apr 15, 2017 5:53 pm
Location: Leicestershire

Re: a little help needed

Post 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
IdeasVacuum
Always Here
Always Here
Posts: 6425
Joined: Fri Oct 23, 2009 2:33 am
Location: Wales, UK
Contact:

Re: a little help needed

Post by IdeasVacuum »

is just a case of opening a new window
It is.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
codeit
User
User
Posts: 62
Joined: Sat Apr 15, 2017 5:53 pm
Location: Leicestershire

Re: a little help needed

Post by codeit »

IdeasVacuum wrote:
is just a case of opening a new window
It is.
Thanks IdeasVacuum
Post Reply