[DQSD-Users] RE: Clock updating bug

2003-08-10 Thread Tom Corcoran



Hey Alec,

Great eye, thank you man :-)

 From: "Alec Burgess" [EMAIL PROTECTED] I've got no idea about the details of what you're trying, 
but I'll bet = the ":08" means August:-) Somewhere you've 
probably got a date_time spec that says HH:MM that = should be HH:mm or 
vice-versa. Regards ... Alec
Never spotted that, I had :

clocklongform="EEE d MMM 
HH:MM";clockshortform="HH:MM";

When I think how long this has been annoying 
me!

Cheers, Tom.



Re: [DQSD-Users] Debug window?

2003-08-10 Thread Brent Beardsley
Hi Shawn,

--- Shawn K. Hall [EMAIL PROTECTED] wrote:
 Is there a way for a script to write *to* the DQSD
 toolbar (so I can get the results of my script
transactions)? For
 example:
 dqsd.write/dqsd.print?

If I understand you correctly - yes.

There is a function in defer_tools.js:

function setSearchWindowText(text, autoselect)

that allows you to write to the DQSD search window.

A lot of the built in functionality calculator, clock,
history, etc use this function to update the search
window text.

As far as your other questions about clipboard, etc I
have no idea...

Good luck,

Brent



__
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


RE: [DQSD-Users] Debug window?

2003-08-10 Thread Shawn K. Hall
Thanks Brent,

 function setSearchWindowText(text, autoselect)
 that allows you to write to the DQSD search window.

Cool. So it *is* just loading search.htm as a html page.


 As far as your other questions about clipboard, etc
 I have no idea...

I'll look into it.

So far I have been 100% unsuccessful in getting a vbscript script to
run. It seems the function=function-name attribute in the xml root
only identifies javascript functions.

I'm going to try creating a js stub to my other function to see if
that works.

Regards,

Shawn K. Hall
http://ReliableAnswers.com/

'// 
 Graduate of the Darth Vader School of Personnel Management.




---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa0013ave/direct;at.aspnet_072303_01/01
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601