Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Translate Page Toolbar" appears on sample app #6

Closed
SunboX opened this issue Sep 25, 2013 · 12 comments
Closed

"Translate Page Toolbar" appears on sample app #6

SunboX opened this issue Sep 25, 2013 · 12 comments

Comments

@SunboX
Copy link

SunboX commented Sep 25, 2013

See ScreenShot below

translationtoolbar

@IngwiePhoenix
Copy link
Contributor

There is a switch to disable this, i just need to look it up and pass it to sihorton to implement it into the main version. it already does not occur on my end anymore. ^^
Am 25.09.2013 um 14:23 schrieb André Fiedler notifications@github.com:

See ScreenShot below


Reply to this email directly or view it on GitHub.

@SunboX
Copy link
Author

SunboX commented Sep 25, 2013

👍

@IngwiePhoenix
Copy link
Contributor

@sihorton: --disable-translate :)
Am 25.09.2013 um 14:45 schrieb André Fiedler notifications@github.com:


Reply to this email directly or view it on GitHub.

@sihorton
Copy link
Owner

Thanks Ingwie! I have released a new version (0.8.2) which contains the --disable-translate and also allows you to set width / height of the window in the .desk file.
@SunboX Can you run deskshell-updater.exe it should say there is a new version, download and install it and then try again and see if the translation bar has now been fixed.

@IngwiePhoenix
Copy link
Contributor

Right, I'll merge your current fixes into my source later. Just FYI: .desk files are launched by Deskshell.app already! I am now working on the JSON parser, taking great advantage of MacOS's default PHP 5.3.3 install which has json_decode(string $jsonString) :}
Am 25.09.2013 um 15:16 schrieb sihorton notifications@github.com:

Thanks Ingwie! I have released a new version (0.8.2) which contains the --disable-translate and also allows you to set width / height of the window in the .desk file.
@SunboX Can you run deskshell-updater.exe it should say there is a new version, download and install it and then try again and see if the translation bar has now been fixed.


Reply to this email directly or view it on GitHub.

@SunboX
Copy link
Author

SunboX commented Sep 25, 2013

Ok, I've updated but the sample app still shows a translation bar on top.

Btw, how can I launch a app fullscreen and chromeless?

@SunboX
Copy link
Author

SunboX commented Sep 25, 2013

Sorry, my bad ... it was a instance of the "old" DeskShell app still running ... works great! Can be closed. ;)

@sihorton
Copy link
Owner

Ah great, thanks ingwie for the correct flag!

We have not yet implemented fullscreen / chromeless. I have looked and there is an html5 api: webkitRequestFullScreen() for example but this will ask the user if they accept the window being full screen. I dont see anything in the list of command line switches also: http://peter.sh/experiments/chromium-command-line-switches/

I will add this to the todo list and we can see if we can find a way to fix it.

@sihorton
Copy link
Owner

There is the --kiosk mode which might be what you are looking for, the idea is that it takes over the entire desktop. I have not tested it much though.

@SunboX
Copy link
Author

SunboX commented Sep 25, 2013

Yep, that sounds exactly like what we are looking for. :) It's a small "display" or "kiosk" app that will show some information without user interaction

@sihorton
Copy link
Owner

Ok I have been playing around with the kiosk mode. It seems to work ok, but you have to be careful to get out of it again. I have two screens so on the second screen I can open task manager and kill it.

I will try to produce a new release with support for kiosk mode.

@sihorton
Copy link
Owner

I have a new release of deskshell (0.8.3).
@SunboX run deskshell-updater.exe again and it should ask to download the new version. You can also download a sample app: appjs.delightfulsoftware.com/deskshell/kioskDemo.zip This should open in fullscreen / chromeless mode and display the index.htm page inside htdocs directory.

The "magic" happens if you add "mode":"kiosk" to the .desk json file.

sihorton pushed a commit that referenced this issue Oct 6, 2013
Up up to master, prepairing final PR with PHP port
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants