Re: [perl-win32-gui-users] Drawing (Part 2) [Was: Refreshing the Window]

2007-06-04 Thread Robert May
On 04/06/07, Robert May <[EMAIL PROTECTED]> wrote: I'll follow-up with a second example showing how to create a memory DC as a backing store that you only need to draw into when things change. #!perl -w use strict; use warnings; use Win32::GUI qw( CW_USEDEFAULT RDW_VALIDATE RDW_NOCHILDREN COLO

[perl-win32-gui-users] Drawing (Part 1) [Was: Refreshing the Window]

2007-06-04 Thread Robert May
On 30/05/07, George <[EMAIL PROTECTED]> wrote: thanks for the response, but where should we insert the invalidate function, i am lost completely. and many discussions in the forum are complicated and for experts only, i have tried many variations with no success. the available examples in the

Re: [perl-win32-gui-users] Clusters

2007-06-04 Thread Jason Plum
Brian I've got an app with LOTS of tabs and controls. But, per your description, you would not be exactly able to use the cluster management of the Loft. You'll need to show/hide the individual controls based on the tab's switch event. I can't unfortunately spend the time right now to provi

[perl-win32-gui-users] Clusters

2007-06-04 Thread Brian Rowlands (Greymouth High School)
Hi folks I'm absolutely new to The Loft software but I've been playing with the product to design a screen for use in administration on my school network. One issue I have is over clusters and how they appear to work and I'm wondering if anyone can offer some "Pearls of Wisdom" - forgive the pun.