Hi,
Has anybody a working example for a
DISLIN graphic in a wx.Python frame or panel on Linux?
Grüessli
···
--
Kurt Müller:
kurt.mueller@aerodynamics.ch
Hi,
Has anybody a working example for a
DISLIN graphic in a wx.Python frame or panel on Linux?
Grüessli
--
Kurt Müller:
kurt.mueller@aerodynamics.ch
Kurt Mueller wrote:
Hi,
Has anybody a working example for a
DISLIN graphic in a wx.Python frame or panel on Linux?
It's probably been about a decade since I tried it, but back then it was possible by using the window.GetHandle() method to pass the parent window to DISLIN.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
Robin Dunn wrote:
>Kurt Mueller wrote:
> > Has anybody a working example for a
> > DISLIN graphic in a wx.Python frame or panel on Linux?
> It's probably been about a decade since I tried it, but back then it was
> possible by using the window.GetHandle() method to pass the parent
> window to DISLIN.
I found an almost working example:
http://lists.wxwidgets.org/pipermail/wxpython-users/2003-May/019356.html
I implemented and adapted the program an experienced
the same problems as the 2003 poster.
- the graph does not show up at first.
- when enlarging the window, the graph shows up.
- when making the windows smaller, the graph does not adapt to the new window size.
Grüessli
--
Kurt Müller, mu@problemlos.ch
Kurt Mueller wrote:
Robin Dunn wrote:
>Kurt Mueller wrote:
> > Has anybody a working example for a
> > DISLIN graphic in a wx.Python frame or panel on Linux?
> It's probably been about a decade since I tried it, but back then it was
> possible by using the window.GetHandle() method to pass the parent
> window to DISLIN.I found an almost working example:
http://lists.wxwidgets.org/pipermail/wxpython-users/2003-May/019356.htmlI implemented and adapted the program an experienced
the same problems as the 2003 poster.
- the graph does not show up at first.
- when enlarging the window, the graph shows up.
- when making the windows smaller, the graph does not adapt to the new window size.
Is your sizer setup such that the window that DISLIN is drawing to is not actually shrinking when you resize the frame? Does DISLIN have a method to call to tell it how large to make its drawing?
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!