| | |
Cannot See Separator
Please support our Python advertiser: Programming Forums - DaniWeb Sister Site
Thread Solved |
Hi,
I cannot see a separator, though it adds spaces between tools. What am I doing wrong?
Here is a code below
Also what is difference between AddLabelTool() and AddSimpleTool() ?
I cannot see a separator, though it adds spaces between tools. What am I doing wrong?
Here is a code below
python Syntax (Toggle Plain Text)
self.toolbar.AddLabelTool(wx.ID_REDO, "redo", wx.Bitmap("./icons/edit-redo.png")) self.toolbar.AddSeparator()
Also what is difference between AddLabelTool() and AddSimpleTool() ?
Last edited by evstevemd; Aug 14th, 2009 at 7:56 pm. Reason: add some words
•
•
•
•
I know that AddSeparator() works with AddSimpleTool(). Why are you using AddLabelTool()?
Just addition Question, is there any similar method with AddLabel Tool?
Something like ...
... shows you the text "Save" as a popup hint
python Syntax (Toggle Plain Text)
toolbar.AddSimpleTool(wx.ID_SAVE, self.getBMP(wx.ART_FILE_SAVE), "Save", " Save the text file")
No one died when Clinton lied.
Thanks a lot. I have searched a lot and it seems with AddSimpleTool no permanent text like AddLabelTool is possible. meanwhile No separator can be seen with AddLabelTool as it is in AddSimpleTool.
That is a big dilemma!
That is a big dilemma!
![]() |
Similar Threads
- HTML link contains '&' as part of a string, not a separator (PHP)
- creating separator bar in vb6 for the column (Visual Basic 4 / 5 / 6)
- Separator help (MySQL)
- display numbers with comma separator in html (HTML and CSS)
- How do I write this separator page script file (HP 8100n)? (USB Devices and other Peripherals)
- RedHat 9: Cannot connect to the Internet (*nix Software)
- Replacing a field separator during a read. (Perl)
- casting error (Java)
- reading a file into code (Java)
- Drop Down Menu (ASP.NET)
Other Threads in the Python Forum
- Previous Thread: Debugging with Python
- Next Thread: TreeCtrl events
Views: 339 | Replies: 6
| Thread Tools | Search this Thread |
Tag cloud for Python
alarm aliased application beginner calculator casino character code command cx-freeze definedlines development dictionary dynamic error event examples excel exe file filename float format ftp function google graphics gui homework ideas import input java launcher line linux list lists logging loop matching microphone mouse movingimageswithpygame newb number numbers obexftp output parsing path permissions phonebook pointer port prime program programming projects py2exe pygame pyglet pyqt pysimplewizard python random recursion recursive refresh return reverse scrolledtext shebang simple skinning sprite ssh statistics string strings table terminal text thread threading time tkinter tlapse tuple tutorial ubuntu unicode urllib urllib2 valueerror variable voip windows wxpython xlib






