[perl-win32-gui-users] Textfield - insert at cursor

2005-08-25 Thread Steven Lloyd
Is there a way with a textfield to insert text at the current cursor position? The cursor may be anywhere in the existing text Thanks, Steve

Re: [win32gui] [perl-win32-gui-users] Tooltip once again

2005-08-25 Thread Robert May
Dominik wrote: one question though: is it possible to have the tips being showed also outside of my main-window (f.e. if the mouse is near the windowboarder)? You'll get that with the fix to the creation styles that I just put into CVS. Currently the addition of the WS_CHILD style to the too

Re: [win32gui] [perl-win32-gui-users] Tooltip once again

2005-08-25 Thread Dominik
hey Rob, that helped me a whole lot - both of your examples.. thanks! :) I think this offset issue prevented me from seeing the tips in the first place, because I was working with a centered main window... one question though: is it possible to have the tips being showed also outside of my

Re: [win32gui] [perl-win32-gui-users] Tooltip once again

2005-08-25 Thread Robert May
Jason P. wrote: Robert May wrote: In the example provided, and all my further tests, using the subclass option provides inaccurate location for the automated placement. Try moving the window down a ways. You will find you need to expand the window. It looks like the subclass option is using

Re: [win32gui] [perl-win32-gui-users] Tooltip once again

2005-08-25 Thread Jason P.
Robert May wrote: The example attached shows a couple of ways of setting the tools for a tooltip control and a couple of ways of setting the text. I haven't the time to look at a tracking example right now but here's the basic principle: (1) Add the tool to the tooltip control with the TTF_TR