Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Browser Buttons and Menue
Browser Buttons and Menue [message #8087] Wed, 14 March 2007 19:26 Go to next message
Eclipse UserFriend
Originally posted by: webmaster.playershouse.com

Hello,

is it possible, to make the browser buttons and menue invisible as the
workbench starts without opening a new browserwindow through javascript from
the index page? As I have a "File" menue in my workbench the user might get
confused with the file menue of the browser. The forward and back buttons
might also be a problem for the user.

Best regards,

Markus Krüger
Re: Browser Buttons and Menue [message #8306 is a reply to message #8087] Thu, 15 March 2007 15:38 Go to previous messageGo to next message
Eclipse UserFriend
Hi Markus,

personally I would doubt that your users will like it if you interfere
with their browser setup in such a way (think of tabbed browsing and
thus hiding the menu for all the tabs). But for the technical apsect I
don't know if and how that could be accomplished. Therefore I will
forward your question to the qooxdoo mailing list. Qooxdoo is the
client-side JavaScipt framework used by RAP.

Cheers,
Rüdiger

Markus Krüger wrote:
> Hello,
>
> is it possible, to make the browser buttons and menue invisible as the
> workbench starts without opening a new browserwindow through javascript
> from the index page? As I have a "File" menue in my workbench the user
> might get confused with the file menue of the browser. The forward and
> back buttons might also be a problem for the user.
>
> Best regards,
>
> Markus Krüger
Re: Browser Buttons and Menue [message #8369 is a reply to message #8087] Fri, 16 March 2007 05:04 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rherrmann.innoopract.com

Hi Markus,

here an amendment. The forward and back buttons aren't a problem if only
the URL to the RAP application was entered. In this case there won't
arise a URL history since RAP does only Ajax requests which aren't added
to the browsers history.

Cheers,
Rüdiger

Markus Krüger wrote:
> Hello,
>
> is it possible, to make the browser buttons and menue invisible as the
> workbench starts without opening a new browserwindow through javascript
> from the index page? As I have a "File" menue in my workbench the user
> might get confused with the file menue of the browser. The forward and
> back buttons might also be a problem for the user.
>
> Best regards,
>
> Markus Krüger
Re: Browser Buttons and Menue [message #11278 is a reply to message #8087] Thu, 22 March 2007 07:23 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rherrmann.innoopract.com

Hi Markus,

there was a response on the qooxdoo mailing-list:
http://www.nabble.com/Browser-buttons-and-menues-t3410503.ht ml#a9590456

In addition I talked to someone from the qooxdoo team and mentioned this
issue. He - a JavaScript expert - was 99% sure that there is no way to
achieve this.

Rüdiger


Markus Krüger wrote:
> Hello,
>
> is it possible, to make the browser buttons and menue invisible as the
> workbench starts without opening a new browserwindow through javascript
> from the index page? As I have a "File" menue in my workbench the user
> might get confused with the file menue of the browser. The forward and
> back buttons might also be a problem for the user.
>
> Best regards,
>
> Markus Krüger
Re: Browser Buttons and Menue [message #11316 is a reply to message #11278] Thu, 22 March 2007 08:00 Go to previous message
Eclipse UserFriend
Ok, thank You very much, R
Re: Browser Buttons and Menue [message #11352 is a reply to message #8087] Thu, 22 March 2007 08:00 Go to previous message
Eclipse UserFriend
Originally posted by: rsternberg.innoopract.com

Hi Markus,

> is it possible, to make the browser buttons and menue invisible as the
> workbench starts without opening a new browserwindow through javascript
> from the index page? As I have a "File" menue in my workbench the user
> might get confused with the file menue of the browser. The forward and
> back buttons might also be a problem for the user.

If you really need to present your application in a browser window
without controls, you can provide a link on another page that opens your
application in a new window using the JS function window.open like this:

<a
href="javascript:void(window.open('http://localhost:8080/rap ','RAPWindow','height=650,width=1000,location=no,menubar=no, resizable=yes,status=yes,scrollbars=yes')) ">Open
Window</a>

Regards,
Ralf
Previous Topic:TreeViewer sorts elements by name
Next Topic:RAP in a servlet container
Goto Forum:
  


Current Time: Sat May 10 00:41:50 EDT 2025

Powered by FUDForum. Page generated in 0.03004 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top