Re: [perl-win32-gui-users] Merging Win32::GUI and Win32::GuiTest. (Was: Attaching to a window created by some other application)

2005-10-09 Thread Jeremy White
And finally, to make function work with windows owned by other process: void GetItem(handle,item, subitem=0) HWND handle int item int subitem ALIAS: Win32::GUI::ListView::ItemInfo = 1 PREINIT: LV_ITEM lv_item; char pszText[1024]; PPCODE: ->int thisproc = GetCurrentPro

Re: [perl-win32-gui-users] Merging Win32::GUI and Win32::GuiTest. (Was: Attaching to a window created by some other application)

2005-10-09 Thread Piotr Kaluski
Jeremy White wrote: And finally, to make function work with windows owned by other process: void GetItem(handle,item, subitem=0) HWND handle int item int subitem ALIAS: Win32::GUI::ListView::ItemInfo = 1 PREINIT: LV_ITEM lv_item; char pszText[1024]; PPCODE: ->int t

Re: [perl-win32-gui-users] Re: Centering Win32::GUI::GetOpenFileName Dialog Box

2005-10-09 Thread Ariel Serbin
GUI users, i'd appreciate it if someone more knowlegable could please have a look at the following code. i adapted it from the example that rob sent, but i keep getting a usage error on the hook line (in open_thumbnails), which says that it needs to be passed (handle, msg, codref). you'll see tha