Hi
I want to create a main screen with a menu, which is used to provide selection of separate screen (programs) within the body of the screen below the menu.
I'm trying not to have to duplicate the menu in each of the separate programs, is there a way where I can have the menu from one program active at the same time as another program controlling the screen below it.
Many thanks
Tracy
Menus in Profound JS
-
- New User
- Posts: 5
- Joined: Fri Oct 07, 2011 1:34 pm
- First Name: Tracy
- Last Name: Eastwood
- Company Name: Logicmate Ltd
- Phone: +447711927713
- Country: United Kingdom
- Contact:
-
- Experienced User
- Posts: 2711
- Joined: Wed Aug 01, 2012 8:58 am
- First Name: Scott
- Last Name: Klement
- Company Name: Profound Logic
- City: Milwaukee
- State / Province: Wisconsin
Re: Menus in Profound JS
Are you looking for something similar to Atrium, where when you choose a new option, it opens in a separate tab?
Or, are you looking for something stateless?
Or, do you want to end ("kill") the stateful job when you start a new one to replace it?
Or, are you looking for something stateless?
Or, do you want to end ("kill") the stateful job when you start a new one to replace it?
-
- New User
- Posts: 5
- Joined: Fri Oct 07, 2011 1:34 pm
- First Name: Tracy
- Last Name: Eastwood
- Company Name: Logicmate Ltd
- Phone: +447711927713
- Country: United Kingdom
- Contact:
Re: Menus in Profound JS
Hi Scott
Thanks for getting back so quickly.
I'm looking at the kill stateful job option.
I have done something similar in RPG using Profound UI in a service program, something like this would be good, but I'm open to suggestions
Thanks
Tracy
Thanks for getting back so quickly.
I'm looking at the kill stateful job option.
I have done something similar in RPG using Profound UI in a service program, something like this would be good, but I'm open to suggestions
Thanks
Tracy
-
- Experienced User
- Posts: 2711
- Joined: Wed Aug 01, 2012 8:58 am
- First Name: Scott
- Last Name: Klement
- Company Name: Profound Logic
- City: Milwaukee
- State / Province: Wisconsin
Re: Menus in Profound JS
Hi Tracy,
You say you're already doing this with a service program in Profound UI. Why not do it the same way in Profound.js? Its not clear what problem you're having with that approach.
The way I'd do it is something like this:
You say you're already doing this with a service program in Profound UI. Why not do it the same way in Profound.js? Its not clear what problem you're having with that approach.
The way I'd do it is something like this:
- Modify the start.html file to include the menu in the HTML. (By coding it in HTML, not by trying to insert a rich display file.)
- Have it open the selected Profound.js program in an iframe.
- When a new option is selected, change the URL on the iframe, this should kill the existing application and replace it with a new one.
Who is online
Users browsing this forum: No registered users and 0 guests