MacGapProject / MacGap1

Desktop WebKit wrapper for HTML/CSS/JS applications.
Other
3.55k stars 208 forks source link

Enable window to be always on top #5

Closed liamks closed 12 years ago

liamks commented 12 years ago

Some times its handy to have an app remain on top of all other windows.

examples: For instance, some clock apps, or system monitoring apps are always on top. It would be useful for those creating apps to monitor their server status to have a window that runs on top of their other windows.

maccman commented 12 years ago

Sorry, I'm not going to include this - but you can add it if you want.

liamks commented 12 years ago

Bah, I just submitted the pull request!

maccman commented 12 years ago

Sorry about that!

liamks commented 12 years ago

No worries. Alex, I was looking at the Wiki's TODO page and it has 'cross-domain requests' - is that something that is easily implemented?

On Tue, Jan 10, 2012 at 1:40 PM, Alex MacCaw < reply@reply.github.com

wrote:

Sorry about that!


Reply to this email directly or view it on GitHub: https://github.com/maccman/macgap/issues/5#issuecomment-3434582

Liam Kaufman, M.Sc. Research Associate & Software Developer TAGlab: http://taglab.utoronto.ca/

maccman commented 12 years ago

I don't know about cross-domain specifically, but here are the things that can be enabled:

http://opensource.apple.com/source/WebKit/WebKit-7533.16/mac/WebView/WebPreferencesPrivate.h

liamks commented 12 years ago

Alex,

thanks for your response. I ask because MacGap is extremely useful for an app I've started, and I'd Iike to offer any assistance! On my local version of MacGap I've added the ability to change the app's title, get the desktop size, and change the size of the window. If any of these features are of interest I can issue a pull request. Conversely, if their are tasks that you think will be trivial and tedious I'd be fine giving them a try.

Liam

On Tue, Jan 10, 2012 at 2:01 PM, Alex MacCaw < reply@reply.github.com

wrote:

I don't know about cross-domain specifically, but here are the things that can be enabled:

http://opensource.apple.com/source/WebKit/WebKit-7533.16/mac/WebView/WebPreferencesPrivate.h


Reply to this email directly or view it on GitHub: https://github.com/maccman/macgap/issues/5#issuecomment-3434943

Liam Kaufman, M.Sc. Research Associate & Software Developer TAGlab: http://taglab.utoronto.ca/

maccman commented 12 years ago

Awesome, well: