Re: [perl-win32-gui-users] Model-View-Controller (MVC) with Win32::GUI?

2001-05-06 Thread Johan Lindstrom
Peter wrote: has anyone an approach how to use Win32::GUI with the Model-View-Controller (MVC) principle? Or if that would be impossible: What would be the best way to separate business code and gui? In a previous Win32::GUI app I provided both a CLI and a GUI interface. I used one class for t

Re: [perl-win32-gui-users] Drag-n-drop (was: Show In Taskbar)

2001-05-06 Thread Johan Lindstrom
I wrote: Anyone have any idea of things I have to think about if I want to try to implement a drag-n-drop feature? I have already found the correct set of functions and messages in the Win32 Reference. Ok, so I managed to tell a window to accept files dragged from the Explorer with the DragAc

Re: [perl-win32-gui-users] Using GetOpenFileName

2001-05-06 Thread Erick Bourgeois
Using GetOpenFileName$dir_path = Win32::GUI::BrowseForFolder( -title => "Choose a directory:", ); Piet De Jong wrote: | Hi | I want to be able to show a dialog box with just a directory listing. | Can I pass any parameters to the function GetOpenFileName to only show informat

Re: [perl-win32-gui-users] MIME::Base64 nmake install problems

2001-05-06 Thread Anthony George
ppm install MIME-Base64 On Sat, 05 May 2001 21:09:43 -0700 Jeremy Aiyadurai <[EMAIL PROTECTED]> wrote: > Hello all, > > thank you for your help in the past > > I want to use www.Jeb.ca's win32::gui::bitmapinline module, but it say's i > need > MIME-Base64. > > I have activestate perl version

[perl-win32-gui-users] Model-View-Controller (MVC) with Win32::GUI?

2001-05-06 Thread Peter Köller
Hello, has anyone an approach how to use Win32::GUI with the Model-View-Controller (MVC) principle? Or if that would be impossible: What would be the best way to separate business code and gui? Sincerely Peter