maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   OS2008 / Maemo 4 / Chinook - Diablo (https://talk.maemo.org/forumdisplay.php?f=29)
-   -   Force Fullscreen for All Apps (https://talk.maemo.org/showthread.php?t=28291)

ARJWright 2009-04-15 18:32

Force Fullscreen for All Apps
 
Here's something that I've wondered...

Is it possible to force every application to launch (and stay launched even when a new window is opened) fullscreen?

Not that it would probably be something easily exposed, but that would be a neat feature to have (for Diablo) and many apps on my N800.

Texrat 2009-04-15 20:43

Re: Force Fullscreen for All Apps
 
Sounds like a potentially nice app to develop...

claesbas 2009-04-15 20:58

Re: Force Fullscreen for All Apps
 
I like that idea too... there is no need for "window mode" on tablet..

lm2 2009-04-15 21:20

Re: Force Fullscreen for All Apps
 
Quote:

Originally Posted by claesbas (Post 279906)
I like that idea too... there is no need for "window mode" on tablet..

There is if you want to be able to close windows without hitting a hardware button.

But I too would like to see this developed.

Nelson L. Squeeko 2009-04-15 21:52

Re: Force Fullscreen for All Apps
 
I'm not sure if this is for every application, but I'm pretty sure if you close Maemo Mapper when full screen, when you relaunch it, it opens full screen. I'd test right now, but my battery is about to die and I'm getting ready to leave work. I think I did that with the web browswer as well.

Or I'm just crazy...

BrentDC 2009-04-15 22:09

Re: Force Fullscreen for All Apps
 
Just tested it and MM remembers. It is really quite simple to implement (on an app-by-app basis). You just need to save off the current setting to the applications main settings file, then set the window to that setting at load time.

I think I'll add this behavior to my apps.

mobiledivide 2009-04-16 00:06

Re: Force Fullscreen for All Apps
 
Its a simple idea that would really be useful. Since you are using the tablet two handed most of the time anyway having to touch a hardware button to exit isn't too bad. I multitask most of my apps anyway so I always use the hardware button to switch between them.

qwerty12 2009-04-16 00:37

Re: Force Fullscreen for All Apps
 
Like:

#! /bin/sh

while true; do
wmctrl -r :ACTIVE: -b add,fullscreen
done


Way to kill a battery though :p

ARJWright 2009-04-16 01:31

Re: Force Fullscreen for All Apps
 
Quote:

Originally Posted by BrentDC (Post 279941)
Just tested it and MM remembers. It is really quite simple to implement (on an app-by-app basis). You just need to save off the current setting to the applications main settings file, then set the window to that setting at load time.

I think I'll add this behavior to my apps.

That's great that it can be added on an app-by-app basis. Something in my UI/UX side of thinking says that such a feature should probably have been a rule for apps on Diablo.

Now the money question: can that be set outside of the individual application to control applications that might not have that trigger for full-screen memory enabled or not.

My thinking is something like a new panel within Control Panel to do this or other global actions that would append any installed applications with such a trigger.

fast1 2009-04-16 02:32

Re: Force Fullscreen for All Apps
 
Quote:

Originally Posted by qwerty12 (Post 279978)
Like:

#! /bin/sh

while true; do
wmctrl -r :ACTIVE: -b add,fullscreen
done


Way to kill a battery though :p

what is this?


All times are GMT. The time now is 14:54.

vBulletin® Version 3.8.8