1. New EuControl Idea
- Posted by cklester <cklester at yahoo.com> Aug 18, 2004
- 522 views
- Last edited Aug 19, 2004
Tommy, How about an auto-sizing label? :) -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/
2. Re: New EuControl Idea
- Posted by Greg Haberek <ghaberek at wowway.com> Aug 18, 2004
- 496 views
- Last edited Aug 19, 2004
> How about an auto-sizing label? :) Ya! If VB can do it, why can't Euphoria? ~Greg
3. Re: New EuControl Idea
- Posted by Tommy Carlier <tommy.carlier at telenet.be> Aug 19, 2004
- 482 views
> Tommy, > > How about an auto-sizing label? :) So it's just a label that adjusts its size to fit the content? -- tommy online: http://users.telenet.be/tommycarlier Euphoria Message Board: http://uboard.proboards32.com
4. Re: New EuControl Idea
- Posted by akusaya at gmx.net Aug 19, 2004
- 482 views
c> Tommy, c> How about an auto-sizing label? :) Tommy, How about a hyperlink label? (label that changes color when hovered and do an action when clicked) ^^
5. Re: New EuControl Idea
- Posted by Tommy Carlier <tommy.carlier at pandora.be> Aug 19, 2004
- 470 views
Akusaya wrote: > How about a hyperlink label? > (label that changes color when hovered and do an action when > clicked) Already thought about it. Detecting hover-events (MouseEnter and MouseLeave) isn't standard functionality in Win32Lib (or regular Windows API-programming). This could be emulated. My idea was a bit larger than just a Hyperlink label: I was thinking of a button-control that is a lot more advanced than the regular button: custom painting, images & text, hover-effects, ... A hyperlink could then just be such a button, with the Hyperlink-style (no border, colored text, hand-cursor, ...) It's on my TODO-list, but right now I'm short of time to start a new project. My free time is (for the moment) spent on these projects: - Kanarie Template System - WIPI: <W>in32Lib <I>DE <P>lug<I>ns - Finding and solving a nasty bug in the polygon-algorithms of Win32Dib PS: Jiri Babor: I have a question for you. As you know, the polygon-algorithms of Win32Dib are a modified version of your texture-mapping algorithm. The problem is: CK has sent me a demo that shows the mapping is not quite linear: the texture is a bit warped. You can see this best when you use an image with lines that have an angle of 45degrees (to the left or right). Does your original algorithm also suffer from this warping? Or could something have gone wrong with modifying it? I can't seem to find a flaw in the algorithm. -- tommy online: http://users.telenet.be/tommycarlier Euphoria Message Board: http://uboard.proboards32.com
6. Re: New EuControl Idea
- Posted by cklester <cklester at yahoo.com> Aug 19, 2004
- 489 views
Tommy Carlier wrote: > > > Tommy, > > > > How about an auto-sizing label? :) > > So it's just a label that adjusts its size to fit the content? Yeah. Easy, huh?! Yet so functional. :) -=ck "Programming in a state of EUPHORIA." http://www.cklester.com/euphoria/