Re: wxdemo programs
Steve Cookson - gmail <[email protected]>
| Newsgroups | gmane.comp.lang.perl.wxperl |
|---|---|
| Message-ID | <[email protected]> |
Hi Herbert, It's still not obvious to me how to download the icons. I think it would be better if you just used text buttons and didn't need icons at all, unless you use stock icons already available on every machine. Here are my errors. 18:53:33: can't open file '../../data/application-blue.png' (error 2: No such file or directory) 18:53:33: Failed to load image from file "../../data/application-blue.png". 18:53:33: can't open file '../../data/application-resize-full.png' (error 2: No such file or directory) 18:53:33: Failed to load image from file "../../data/application-resize-full.png". 18:53:33: can't open file '../../data/application-dock-tab.png' (error 2: No such file or directory) 18:53:33: Failed to load image from file "../../data/application-dock-tab.png". 18:53:33: can't open file '../../data/application-dock-180.png' (error 2: No such file or directory) 18:53:33: Failed to load image from file "../../data/application-dock-180.png". 18:53:33: can't open file '../../data/application-dock-090.png' (error 2: No such file or directory) 18:53:33: Failed to load image from file "../../data/application-dock-090.png". 18:53:33: can't open file '../../data/application-dock.png' (error 2: No such file or directory) 18:53:33: Failed to load image from file "../../data/application-dock.png". Regards Steve. On 11/10/14 12:27, herbert breunung wrote: > hai, > > yes two problems i moved the files around becasue they become to many i anted > to organize them and icons are there in the data directory, which is now much > better visible and patchable. > script is still not in its final form > some parts can be written cleaner but it's on a good way I think. > > just look at > https://bitbucket.org/lichtkind/kephra/src/7a7755fbf023e04e2d4ddb804c798f45c8aceeaf/proto/function/bin/wx/wxtoolbar.pl > > or make a fresh pull of the repo. its around one meg anyway . > > cheers > herbert >