dragging images over a map in wx panel..I need help.....

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • worldho
    New Member
    • Feb 2008
    • 1

    dragging images over a map in wx panel..I need help.....

    Hi everyone.

    I develope GUI that processing images over a map.
    I used FloatCanvas and wxPython.
    I successed dragging images and successed to draw a map
    but failed to drag images over a map...
    (sorry..I'm not good at English..)
    How can I solve this problem?
    Would you please help me?

    I can't use [CODE] tag..how can I ??
    I attached the code.
    Attached Files
  • jlm699
    Contributor
    • Jul 2007
    • 314

    #2
    Originally posted by worldho
    I can't use [CODE] tag..how can I ??
    I attached the code.

    The easiest way to use code tag is to make sure you click the bullet that reads: Enhanced Mode when you're entering a message...

    The click the # button, which inputs an opening code tag... [CODE]
    Then make sure to enter whichever type of code you're entering...
    (ie, for this forum (python) you would modify that first code tag to read [CODE=python])

    Then you copy/paste or type your code... and when you're done, hit the # button again to create a closing [CODE] tag which will have /CODE instead of just CODE

    Comment

    Working...