Displaying 1 result from an estimated 1 matches for "openomyupload".
Did you mean:
openomyuploader
2006 Mar 07
5
FXProgressDialog trouble
...sing
this dialog?
Thanks..
Maurice
-------------------------
code snippet:
-- in my FXMainWindow:
progress = FXProgressDialog.new(self, "Upload Progress", "Starting upload")
th = Thread.new {
# this does the upload, and calls progress.increment and sets
progress.message
OpenomyUploader.upload(dir, tags, progress)
progress.destroy
}
progress.execute
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://rubyforge.org/pipermail/fxruby-users/attachments/20060306/61ed144f/attachment.htm