Slider in linux build
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Slider in linux build
I am working on a program that utilizes the eraser tool to erase an area of an image in one stack to reveal the part that is erased in a second stack. I have included a slider control to adjust the eraser size between 1 and 4. Everything works great in the windows build, but in the Linux build the slider just shows up as a gray rectangle without a handle. Anyone know of some trick i need to do to get the slider to work in Linux?
Re: Slider in linux build
Hi magice,
no take until now.
Here is a slider I made that you could use and should work in any operating system.
See stack and comments in the group script. Any changes I would consider to make if not too complicated.
regards
Bernd
no take until now.
Here is a slider I made that you could use and should work in any operating system.
See stack and comments in the group script. Any changes I would consider to make if not too complicated.
regards
Bernd
- Attachments
-
- home made slider.rev.zip
- (2.24 KiB) Downloaded 480 times
Re: Slider in linux build
All I can say is Wow. I never expected anyone to actually make a custom control for me. Bernd you are the best. Thank you very much.
-
- VIP Livecode Opensource Backer
- Posts: 10053
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Slider in linux build
Which Linux?magice wrote:Everything works great in the windows build, but in the Linux build the slider just shows up as a gray rectangle without a handle. Anyone know of some trick i need to do to get the slider to work in Linux?
Using Ubuntu 10.04 sliders look pretty good.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Slider in linux build
Using Linux Mint Version Helena. I would think that if they work in ubuntu they should work in mint. The problem may be that I am using an older version of RunRev (3.0) and since I am using it on someone elses computer, I don't feel comfortable updating it.FourthWorld wrote:Which Linux?magice wrote:Everything works great in the windows build, but in the Linux build the slider just shows up as a gray rectangle without a handle. Anyone know of some trick i need to do to get the slider to work in Linux?
Using Ubuntu 10.04 sliders look pretty good.