script and link from a synoptic 2005-03-23 - By François Painchaud
Back > Soft did it, so I'm sure it can be done
Beware, the executable code behind the Synoptic is proprietary; it has nothing to do with a standard html browser. The Synoptic is just using a small subset of the html file format to store its stuff because it was easier than inventing yet another file format.
François
Rafe Sacks a écrit :
> The only thing you won't be able to do (without a LOT of work) is get > the same type of rollover functionality as the Synoptic. To be more > specific, you won't be able to have a single rollowver image which > gets exposed by the image maps. Soft did it, so I'm sure it can be > done (if you know how, please post it), but it would take a good bit > of coding, if it is possible at all using HTML and the DOM etc. > > On the plus side, you can do everything else! > > ozu's mailbot wrote: > >> drop the synoptic in favor of a pure HTML implementation, where >> you'll be able to control exactly what happens and when. This means >> more work since you'll need to write dynamic html code and or embed >> javascript in your page to call XSI commands. It makes sense for a >> large production when you have the time to spend on the infrastructure. >> >> oO >> >> Brad Friedman wrote: >> >>> okay... so from a click on a given widget in a synoptic you can >>> either call a script or link to another synoptic. >>> >>> however, has anyone found a way to both call a script (or command) >>> and then on completion, load up another page into the synoptic window? >>> >>> I'm using a branching "wizard" model for some tools I'm working on. >>> I'd like for a user to be able to hit a button, have it do >>> something, and then go back to an earlier step in the wizard. But I >>> can't seem to programmatically call pages into the synoptic view... >>> even from within the scripts in the synoptic. >>> >>> Hopefully there's just a statement or command I'm overlooking. >>> >>> Thanks. >>> >>> -brad >>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859 (See http://ISO-8859.ora-code.com)-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> > <small><font color="#000099" face="Helvetica, Arial, sans-serif">Soft did it, so I'm sure it can be done<br> </font></small><br> Beware, the executable code behind the Synoptic is proprietary; it has nothing to do with a standard html browser. The Synoptic is just using a small subset of the html file format to store its stuff because it was easier than inventing yet another file format.<br> <br> François<br> <small><font color="#000099" face="Helvetica, Arial, sans-serif"><br> </font></small>Rafe Sacks a écrit : <blockquote cite="mid4240EB8A.9000509@(protected)" type="cite"> <meta http-equiv="Content-Type" content="text/html;"> <title></title> <small><font color="#000099" face="Helvetica, Arial, sans-serif">The only thing you won't be able to do (without a LOT of work) is get the same type of rollover functionality as the Synoptic. To be more specific, you won't be able to have a single rollowver image which gets exposed by the image maps. Soft did it, so I'm sure it can be done (if you know how, please post it), but it would take a good bit of coding, if it is possible at all using HTML and the DOM etc.<br> <br> On the plus side, you can do everything else!<br> <br> </font></small>ozu's mailbot wrote:<br> <blockquote type="cite" cite="mid4240D1D3.9040408@(protected)">drop the synoptic in favor of a pure HTML implementation, where you'll be able to control exactly what happens and when. This means more work since you'll need to write dynamic html code and or embed javascript in your page to call XSI commands. It makes sense for a large production when you have the time to spend on the infrastructure. <br> <br> oO <br> <br> Brad Friedman wrote: <br> <blockquote type="cite">okay... so from a click on a given widget in a synoptic you can either call a script or link to another synoptic. <br> <br> however, has anyone found a way to both call a script (or command) and then on completion, load up another page into the synoptic window? <br> <br> I'm using a branching "wizard" model for some tools I'm working on. I'd like for a user to be able to hit a button, have it do something, and then go back to an earlier step in the wizard. But I can't seem to programmatically call pages into the synoptic view... even from within the scripts in the synoptic. <br> <br> Hopefully there's just a statement or command I'm overlooking. <br> <br> Thanks. <br> <br> -brad <br> </blockquote> </blockquote> </blockquote> </body> </html>
|
|