User Profile

Collapse

Profile Sidebar

Collapse
nisyna
nisyna
Last Activity: Sep 7 '07, 10:34 AM
Joined: Jul 5 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • I live in Italy, but i'm doing exactly what you want in Lumiq Studios (http://www.lumiq.com/) and this work will be the argument of my degree thesis (I will graduate in march,2008).
    I'm working at this project since 6 months with Plone and Zope (we are trying to create our solution but starting from this platform) and now i have a fairly good amount of knowledge about assets magament system.
    If you have some ideas or suggestion or if...
    See more | Go to post

    Leave a comment:


  • I have the same problem...but I havent't still found a solution.
    Now I use PIL and wxwidgets and the situation is better.
    See more | Go to post

    Leave a comment:


  • nisyna
    replied to What is your OS and Python Version
    Windows XP Pro
    Python 2.4
    Eclipse
    BoaConstructor

    and

    Mac OS X
    python 2.4
    Python IDE
    See more | Go to post

    Leave a comment:


  • [Pmw] Showing a Dialog to while main window in working

    I have a Pmw.ScrolledCan vas that shows some informations taken from an xml file that i have to dowload every time i open my application.
    But dowloading the files takes some time and I need to give some feedback to the users (now i wait about 3/4 seconds and than the main windows get opened but in the meantime I have no feedback).
    How can i show another window that says: "wait some seconds while I perform some operations"?...
    See more | Go to post

  • nisyna
    started a topic How to get and show the first frame of a *.mov file

    How to get and show the first frame of a *.mov file

    I am using a python wxRichTextCtrl and i have on it some files .mov (quicktime).
    I would like to get and show as an image the first frame of the mov file.

    Thanks
    See more | Go to post

  • nisyna
    replied to wxpython: handling URL event
    OK sorry and thank you!...
    See more | Go to post

    Leave a comment:


  • nisyna
    replied to wxpython: handling URL event
    I love you ;.) !!!!! Thank you so much...it works!

    another question:
    i've done that:[CODE=python]
    self.textbox.Bi nd(wx.EVT_TEXT_ URL,self.GoToUR L)
    [/CODE]
    then:
    [CODE=python]
    def GoToURL(self,ev ent):
    print event.
    [/CODE]
    how to get the URL from the event? I think it's something like event.URL()???
    thanks
    See more | Go to post
    Last edited by bartonc; Jul 5 '07, 09:33 AM. Reason: Added [CODE=python][CODE] tags.

    Leave a comment:


  • nisyna
    started a topic wxpython: handling URL event

    wxpython: handling URL event

    I have set an url property to a text in a RichTextCtrl :
    Code:
    	   self.obj.BeginURL('file:\\\%s'% str(i[0])) 
    	   self.obj.WriteText( '%s/%s/%s\n' % (_splittata[-3], _splittata[-2], _splittata[-1]) )
    	   self.obj.EndURL()
    now the text il linked but when I click on it nothing happens: I think I need to Bind an event to the RichTextCtrl but what event? I don't know what is the appropriate event!
    Please...
    See more | Go to post
No activity results to display
Show More
Working...