Hi all,
On Sat, Jan 10, 2009 at 20:34, Kim Gräsman <[email protected]> wrote:
>
> So... Anyone opposed to moving form submittal/URL launching entirely
> into DQSDTools? What are the drawbacks I don't see?
OK, so I found one problem with this plan.
The C++ code doesn't have access to the configuration values, they're
all script.
This means the C++ code can't make any intelligent decisions based on
the value of launchmode (or, moving forward, which browser the user
has explicitly selected) unless we can transfer that data from script
to DQSDTools.Launcher, somehow.
I'm thinking of introducing a little language like the one for window.open:
window.open("", "racetv", 'resizable,scrollbars,width=1000,height=700');
The last param there is a comma-separated string with a number of
attributes (some flags, some key-value).
Transferring this to DQSD's future launch model, something like this might work:
DQSDLauncher.SubmitForm(document.ggf, 'launchmode=1');
or
DQSDLauncher.SubmitForm(document.ggf,
'launchmode=0,reuseBrowserWindowMode=1');
Or are there better ways to pass around random data?
Thanks,
- Kim
------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Archive: https://lists.sourceforge.net/lists/listinfo/dqsd-devel