RE: [DQSD-Users] New Search: Virtual Telescope

2004-08-23 Thread Kim Gräsman
Hey Gregory,

I figured it out (unexpectedly)... The trick is to avoid the checked
property and just set the respective value. That is:





translates into



and instead of setting it like:

document.horizonviewf.date[1].checked=true;

you do:

document.horizonviewf.date.value="1";

It seems to be working fine with HorizonView. I'll work through your
searches and fix that up.

Thanks,
Kim

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of
> Gregory Krohne
> Sent: den 23 augusti 2004 14:39
> To: [EMAIL PROTECTED]
> Subject: RE: [DQSD-Users] New Search: Virtual Telescope
>
> Yeah, I tried to make the search using just "hidden" inputs,
> but it would never work unless I explicitly used the option
> buttons the original form uses. I hate having those option
> buttons show up, too. I'll see if I can do something about
> that. Maybe I can use Javascript to create the option buttons
> dynamically, when the search is run. Any help out there? Does
> anyone know right off the top how to fix this?
>
> > -Original Message-
> > From: Kim Gräsman [mailto:[EMAIL PROTECTED]
> > Sent: Sunday, August 22, 2004 7:13 AM
> > To: [EMAIL PROTECTED]
> > Subject: RE: [DQSD-Users] New Search: Virtual Telescope
> >
> >
> > Hi Gregory,
> >
> > An astronomical week, is it? :)
> >
> > There's one thing I noticed, and I'm not sure if it's
> possible to do
> > anything about it:
> >
> > When I restart DQSD after installing the virtel search, three radio
> > buttons are rendered in the edit field. I assume these are
> the three
> >  elements at the beginning of the form.
> >
> > Is it possible to make these hidden instead, so they don't
> show up on
> > the DQSD surface? I think the other two searches you posted
> have the
> > same issue, if you drag your DQSD out onto the desktop,
> i.e. undock it
> > from the taskbar, there will be nine radio buttons hanging around
> > there... Fixable?
> >
> > Thanks,
> > Kim



---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id†01


RE: [DQSD-Users] New Search: Virtual Telescope

2004-08-23 Thread Gregory Krohne
Yeah, I tried to make the search using just "hidden" inputs, but it would
never work unless I explicitly used the option buttons the original form
uses. I hate having those option buttons show up, too. I'll see if I can do
something about that. Maybe I can use Javascript to create the option
buttons dynamically, when the search is run. Any help out there? Does anyone
know right off the top how to fix this?

> -Original Message-
> From: Kim Gräsman [mailto:[EMAIL PROTECTED] 
> Sent: Sunday, August 22, 2004 7:13 AM
> To: [EMAIL PROTECTED]
> Subject: RE: [DQSD-Users] New Search: Virtual Telescope
> 
> 
> Hi Gregory,
> 
> An astronomical week, is it? :)
> 
> There's one thing I noticed, and I'm not sure if it's 
> possible to do anything about it:
> 
> When I restart DQSD after installing the virtel search, three 
> radio buttons are rendered in the edit field. I assume these 
> are the three  elements at the beginning 
> of the form.
> 
> Is it possible to make these hidden instead, so they don't 
> show up on the DQSD surface? I think the other two searches 
> you posted have the same issue, if you drag your DQSD out 
> onto the desktop, i.e. undock it from the taskbar, there will 
> be nine radio buttons hanging around there... Fixable?
> 
> Thanks,
> Kim


---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id†01


RE: [DQSD-Users] New Search: Virtual Telescope

2004-08-22 Thread Kim Gräsman
Hi Gregory,

An astronomical week, is it? :)

There's one thing I noticed, and I'm not sure if it's possible to do
anything about it:

When I restart DQSD after installing the virtel search, three radio buttons
are rendered in the edit field. I assume these are the three  elements at the beginning of the form.

Is it possible to make these hidden instead, so they don't show up on the
DQSD surface? I think the other two searches you posted have the same issue,
if you drag your DQSD out onto the desktop, i.e. undock it from the taskbar,
there will be nine radio buttons hanging around there... Fixable?

Thanks,
Kim

> -Original Message-
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Gregory Krohne
> Sent: den 20 augusti 2004 21:09
> To: [EMAIL PROTECTED]
> Subject: [DQSD-Users] New Search: Virtual Telescope
> 
> Based on the Your Sky website: http://www.fourmilab.ch/yoursky/
> 
> This search shows a star map for a given time, date, and 
> aiming point (celestial coordinates). You can also aim at a 
> named planet, star, constellation, or other object in the 
> sky. Your Sky will deliver a map showing the view toward the 
> coordinates at the given time or the specified object at the 
> current time. Specify the date/time in universal or Julian 
> form to get the view at a specific time. On the destination 
> page you can enter different dates and times, viewing 
> directions, display options, and orbital elements of 
> asteroids and comets you wish to track. If you only know the 
> name of an object you'd like to view, specify "/aim_at:" and 
> the object name.
> 
> Regards,
> Gregory Krohne
> 
> 



---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
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] New Search: Virtual Telescope

2004-08-20 Thread Tom Corcoran
Gregory Krohne wrote:
> Based on the Your Sky website: http://www.fourmilab.ch/yoursky/

When I had a palm I had software on that which showed the phase of the moon
on a given date. Do you have any searches that will show this?

Thanks, Tom.




---
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
___
To unsubscribe visit:
https://lists.sourceforge.net/lists/listinfo/dqsd-users
[EMAIL PROTECTED]
http://sourceforge.net/mailarchive/forum.php?forum_id=8601


[DQSD-Users] New Search: Virtual Telescope

2004-08-20 Thread Gregory Krohne
Based on the Your Sky website: http://www.fourmilab.ch/yoursky/

This search shows a star map for a given time, date, and aiming point
(celestial coordinates). You can also aim at a named planet, star,
constellation, or other object in the sky. Your Sky will deliver a map
showing the view toward the coordinates at the given time or the specified
object at the current time. Specify the date/time in universal or Julian
form to get the view at a specific time. On the destination page you can
enter different dates and times, viewing directions, display options, and
orbital elements of asteroids and comets you wish to track. If you only know
the name of an object you'd like to view, specify "/aim_at:" and the object
name.

Regards,
Gregory Krohne



virtel.xml
Description: Binary data