|
From: <pko...@me...> - 2002-02-19 19:25:24
|
Hello Eric, Problems: 1. Richedit doesn't work in conjunction with Win32::OLE. When my script w= as small Richedit and Win32::OLE worked together. But my script became bigge= r and the dialogs with Richedit didn't work anymore. I refactored my script and it worked fine. But some lines code later it didn't work again. The behaviour was unpredictable. I found out, that the problem was Win32::OLE. But I found no solution and couldn't set up a little script that shows th= e problem. So I replaced Richedit against a textfield with multiple lines. = Not very good. 2. Checkboxes with Listviews. I absolutely need a Listview with checkboxe= s. But I didn't find out how to check it initially. I can read the state but can't set the state. 3. Tabular keystroke for switching between widgets. It did work until I o= nly wanted one window shown in the taskbar. So I used -parent option and this didn't work. These are my greatest problems while developing my app. It is a little workflow management system for ebay sellers. It is german, but the marketplace specific code is external. Regardless there is no english use= r interface or a marketplace module for ebay.com. I am thinking about L10N = and then will search for developers who can convert the marketplace module fr= om eBay.de to eBay.com. (http://sourceforge.net/projects/auctioneer/) My second problem is my biggest these days. I want to use such a checked Listview for displaying installed marketplace modules or auction fees. I can't figure out how to set up a list with some checkboxes checked and others not. Other problems are for example that I use a speedbar and didn't find out = how to use transparent images for it. Another color setting on another system and the app looks bad. Then the bad window management. A message box could be send behind the ap= p, and so on ... I really would appreciate tooltips, but is there active development in th= is project? Thanks for reading :-) Peter, Germany Ulm > -----Urspr=FCngliche Nachricht----- > Von: per...@li... > [mailto:per...@li...]Im Auftrag von > Eric Hansen > Gesendet am: Dienstag, 19. Februar 2002 17:10 > An: per...@li...; pko...@me... > Betreff: [perl-win32-gui-users] Re: Tooltip Feature and Win32::GUI > thoughts > > Peter, > > what type of problems are you having exactly? I developed a > fully functional, complete application system of programs and > menus at work with Win32::GUI (including Win32::ODBC) using > advanced features of ListViews, ListBoxes, TextBoxes, Windows, > DialogBoxes, etc. back in 1999. There may be some > undocumented features I can help you with that I received from > Aldo thru direct communication with him back then. I'll try to > help anyway. > > Eric > Dallas, Texas USA > > >>> "Peter K=F6ller" <pko...@me...> 02/19/02 12:57AM >>> > Hello all Win32::GUI Users! > > Yes, I would like the Tooltip Feature, too. > > But, I think bug fixes are more interesting. I am working on a big > Win32::GUI app and stepped into some serious bugs. I spend more > time looking > for Win32::GUI workarounds than for the app development. This isn't > productive any more. > > Peter > > > -----Urspr=FCngliche Nachricht----- > > Von: per...@li... > > [mailto:per...@li...]Im Auftrag v= on > > Eric Hansen > > Gesendet am: Montag, 18. Februar 2002 16:17 > > An: per...@li... > > Betreff: [perl-win32-gui-users] Re: Perl-Win32-GUI-Users digest, Vol = 1 > > #328 - 2 msgs > > > > We should all really push for this feature to be fully > > implemented. I have often wanted it myself to put context > > sensitive help in my applications. > > > > Eric > > Dallas, Texas USA > > > > >>> per...@li... 02/17/02 > > 02:14PM >>> > > Send Perl-Win32-GUI-Users mailing list submissions to > > per...@li... > > > > To subscribe or unsubscribe via the World Wide Web, visit > > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > > or, via email, send a message with subject or body 'help' to > > per...@li... > > > > You can reach the person managing the list at > > per...@li... > > > > When replying, please edit your Subject line so it is more specific > > than "Re: Contents of Perl-Win32-GUI-Users digest..." > > > > > > Today's Topics: > > > > 1. Tool Tips (Chris Wearn) > > 2. Re: Tool Tips (Marcus) > > > > --__--__-- > > > > Message: 1 > > From: "Chris Wearn" <rea...@ii...> > > To: <per...@li...> > > Date: Sun, 17 Feb 2002 13:23:16 +0800 > > Subject: [perl-win32-gui-users] Tool Tips > > > > Hello All, > > > > I have now exhausted most combinations of things that seem > > logical, however > > I still can't get the tool tips to work. > > > > What Objects can I place it on. I'm trying to get a tip to appear on > > buttons. > > > > # Create Button object - SetCWD > > $btnSetCWD =3D $MainWin->AddButton( > > -name =3D> "btnSetCWD", > > -text =3D> "Set", > > -width =3D> 80, > > -height =3D> 23, > > -left =3D> 516, > > -top =3D> 260, > > -tabstop =3D> 1, > > -font =3D> $Font, > > -tooltips =3D> 1, > > ); > > > > # Create Tooltip object > > $ttipSetCWD =3D new Win32::GUI::Tooltip( > > -parent =3D> $btnSetCWD, > > -name =3D> "ttipSetCWD", > > -text =3D> "Text to display as tooltip", > > ); > > > > I have scoured the net for any examples but have not found a > > worked example > > and the Win32::GUI docs are not expansive enough for me to figure it = out > > (read dumb!). > > > > Has anyone else managed to get this to work? > > > > Chris > > > > > > > > --__--__-- > > > > Message: 2 > > Date: Sun, 17 Feb 2002 18:29:04 +0100 > > From: "Marcus" <li...@wo...> > > To: per...@li... > > Subject: Re: [perl-win32-gui-users] Tool Tips > > > > On 17.02.02 at 13:23 Chris Wearn wrote: > > >I have now exhausted most combinations of things that seem logical, > > however > > >I still can't get the tool tips to work. > > > > afaik, tool tips are not yet implemented. I also spent a lot of time = on > > them because the manual gives the impression of tool tips being > > available. The only implemented tool tip is the one that comes with t= he > > system tray icon. > > > > I'd be glad to learn otherwise though. > > > > Marcus > > > > > > > > > > > > --__--__-- > > > > _______________________________________________ > > Perl-Win32-GUI-Users mailing list > > Per...@li... > > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > > > > > > End of Perl-Win32-GUI-Users Digest > > > > > > _______________________________________________ > > Perl-Win32-GUI-Users mailing list > > Per...@li... > > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > > > > > _______________________________________________ > Perl-Win32-GUI-Users mailing list > Per...@li... > https://lists.sourceforge.net/lists/listinfo/perl-win32-gui-users > |