Hi everyone!

I'm trying to to make a dialog with two options (radio buttons):
1. Fetch thumbnails from the WebServer
2. If not, I want the user to specify a directory where the thumbnails are
stored in the disk so we can fetch it from that folder.
    - The machine usually has a default location where the thumbnails
resides, so I want that default  
      directory to be the default location that appears in the field 
    - however the user might have the thumbnail stored on a different
location so I want to provide a 
      'Browse' button for the user to tell our installer where to look for
the thumbnails

In the end, I want our installer class to know which option the user chose
("Web" or "Local") and if it's web, fetch the thumbnails from the web server
but if it's local, get the directory that the user specified (or the default
location, if no location was browsed by the user)

Is this possible to do? If so I would REALLY appreciate it if you kind guys
could shed me some light :)

Thanks and god bless!

-D
-- 
View this message in context: 
http://n2.nabble.com/Reference-custom-directory-tp2670501p2670501.html
Sent from the wix-users mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to