I know the solution to this is probably right under my nose.. but..
In the Desktop example, how can I call/open one module from another..
For example if I have the 'Accordian Window" open and I click on a name, I'd like the "Grid Window" to open if it's not already open, or focus if it's already open. How would I go about this? Sun ONE Portal Server 6.0 Desktop Online Help::: For example:. Attribute Name = flag. Attribute Value = true. Choose Finished to save your changes and return to the Sun ONE Portal Server Desktop page, http://portal.progress.psnc.pl/portal/docs/en_US/desktop/jspchann.htmHOME |
I currently have a dblclick listener defined for the users in the Accordian Window. Autodesk - AutoCAD Architecture Services & Support - Autodesk :: Install by replacing the original files located in c:\Program Files\Autodesk Architectural Desktop 2005\Help. A printable pdf version is also provided. http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&id=4424093&linkID=9240658HOME |
TIA
That works by default... check this out:
createWindow : function(src){
var desktop = this.app.getDesktop();
var win = desktop.getWindow('div-with-link');
if(!win){
win = desktop.createWindow({
U first get the desktop area and then u get the div who have the window... if isn't created the window is going to be created... but if it isn't created the next function in the js is win.show(); in other words... focus the window.
Good Luck!
Nortel Unveils Vision, Strategy for Israeli High-Performance Net
Busy Friday Leads to Strong Close for Net Stocks
|