Skip Menu |

This queue is for tickets about the PPI-Tester CPAN distribution.

Report information
The Basics
Id: 7358
Status: resolved
Worked: 10 min
Priority: 0/
Queue: PPI-Tester

People
Owner: adamk [...] cpan.org
Requestors:
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.04
Fixed in: (no value)



Subject: lib/PPI/Tester.pm:87 needs | wxTB_TEXT | wxTB_NOICONS
You need $self->CreateToolBar( wxNO_BORDER | wxTB_HORIZONTAL | wxTB_TEXT | wxTB_NOICONS ); instead of $self->CreateToolBar( wxNO_BORDER | wxTB_HORIZONTAL ); because wxTB_TEXT Show the text in the toolbar buttons; by default only icons are shown. wxTB_NOICONS Specifies no icons in the toolbar buttons; by default they are shown. and users don't like mysterious little unlabeled boxes :D
Done I really do need to work out how to do icons properly at some point, and then find some icons to use... :)