I have run the slider demo that come with wxPython docs. It is rather stupid, as it puts slider on a panel using many unexplained numbers, never tells how to get position of slider or what to do next if the slider is moved. I am much lost, does anyone have a actual usefull example?
bumsfeld 413 Nearly a Posting Virtuoso
Recommended Answers
Jump to PostI looked around in my toolbox and found some odds and ends. I combined what I found and wrote a little code snippet on the wx.Slider(), hope it helps.
http://www.daniweb.com/code/snippet403.html
Jump to PostBind was introduced with version 2.5 of wxPython.
Jump to PostThe newest wxPython version 2.6 is still compatible with 2.4 even though the wx namespace is now preferred. If you use an editor with code completion, then you get a dropdown list of wxPython choices after you typed "wx." .
I would not recommend to keep old versions of …
Jump to PostI copied the snippet onto my IDE editor and it works well. Then I made three of vertically sliders and just chnaged the upper left corner x,y of each so now I have three sliders next to each other in the right side of frame or panel for RGB selection. …
All 13 Replies
bumsfeld 413 Nearly a Posting Virtuoso
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
bumsfeld 413 Nearly a Posting Virtuoso
shanenin 0 Posting Whiz in Training
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
shanenin 0 Posting Whiz in Training
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
vegaseat 1,735 DaniWeb's Hypocrite Team Colleague
bumsfeld 413 Nearly a Posting Virtuoso
PKort 0 Newbie Poster
bumsfeld 413 Nearly a Posting Virtuoso
PKort 0 Newbie Poster
bumsfeld 413 Nearly a Posting Virtuoso
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.