in reply to Win32::GUI -- Listview Display Problems
If you really stuck with it, I can see into this later at evening after work, but please give me a smallest working piece of code that show us a problem.
Now, I just share my experience with similar things
- first, most obvious, use perlTk.
- second, use some known GUI framework such as C++builder and call perl functions from within it. I did so earlier and that was not bad: I managed variables to be "tied" directly into GUI screen, and changing of a perl variable changed a windowed control, and vice versa.
Courage, the Cowardly Dog
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Win32::GUI -- Listview Display Problems
by talwyn (Monk) on Jul 03, 2002 at 22:54 UTC | |
by Courage (Parson) on Jul 03, 2002 at 23:03 UTC | |
by dws (Chancellor) on Jul 03, 2002 at 23:17 UTC | |
by talwyn (Monk) on Jul 04, 2002 at 22:04 UTC |