From: James L. <jl...@bi...> - 2002-06-13 22:48:58
|
Hi Mattia, I want to use a toolbar with buttons in my wxWindows application. Using wxPerl, do the bitmaps for the buttons have to be stored separately on disk, and loaded at runtime? I know that with Tk, one can serialise the image into application data, so avoiding the need to distribute the bitmaps separately. On a similar topic, does wxPerl have the ability to use wxWindows resource files for bitmaps (not sure which resource format is currently in vogue with wxWindows)? Continuing the topic (should probably post this to the wxWindows disc. group), is there an appropriate resource builder I can/should use to build resource files? Thanks, James |