Re: wxdemo programs
Steve Cookson - gmail <[email protected]>
| Newsgroups | gmane.comp.lang.perl.wxperl |
|---|---|
| Message-ID | <[email protected]> |
Hi Herbert,
Thanks for this. I ran it on my pc, but actually, it still asks for
bitmaps that I don't have.
I guess it's this code here:
my $img_button = DI_Toolbar->new({
parent => $frame, ID_base => $leftid, checked => 1, radio_pos => 1,
orient => 'vertical', img_size => 32, margin => 0, separator => 1,
img_file => [qw/application-blue application-resize-full application-dock-tab application-dock-180 application-dock-090 application-dock/],
});
Here are the errors:
11:30:52: can't open file '../data/application-blue.png' (error 2: No such file or directory)
11:30:52: Failed to load image from file "../data/application-blue.png".
11:30:52: can't open file '../data/application-resize-full.png' (error 2: No such file or directory)
11:30:52: Failed to load image from file "../data/application-resize-full.png".
11:30:52: can't open file '../data/application-dock-tab.png' (error 2: No such file or directory)
11:30:52: Failed to load image from file "../data/application-dock-tab.png".
11:30:52: can't open file '../data/application-dock-180.png' (error 2: No such file or directory)
11:30:52: Failed to load image from file "../data/application-dock-180.png".
11:30:52: can't open file '../data/application-dock-090.png' (error 2: No such file or directory)
11:30:52: Failed to load image from file "../data/application-dock-090.png".
11:30:52: can't open file '../data/application-dock.png' (error 2: No such file or directory)
11:30:52: Failed to load image from file "../data/application-dock.png".
Regards
Steve.
On 10/10/14 22:47, herbert breunung wrote:
> hai the latest demo programm (wxtoolbar.pl)
>
> https://bitbucket.org/lichtkind/kephra/src/351772c848defc53d3b90ea4ec314d88750afac7/proto/function/bin/wx/wxtoolbar.pl?at=cp
>
> is a bit more complicated than the one from demo because (I at least)
> have more toolbars you manage via sizers, still not complete,
> because i need some 2.9 features (thanks steven i will try out soon)
>
> it also shows how to make tools with textlabels
> but lot more stuff will come
>
> cheers
>
>
>
>