Homebew TextBox
Posted: Mon Feb 20, 2012 6:37 pm
Hi guys, I haven't posted anything in a while but would like to let you know what I am currently working on.
Currently, I am making a user interface for a social application (can't go into detail because of secrecy...) and all of its components to be written completely from scratch.
My textbox currently looks like this
It is written in C# and if you have any questions or comments, then please reply :P
And in case your wondering, the tappatekie bit was put in their after printscreen which is why it looks a bit odd, the red control in the background with a button child control was just a test of a slider system which is finished.
The text box still has alot of features yet to be implemented but the basics are in. Here is a list of feature that are in the text box and are to be :P
Features currently:
Text scroll (auto)
Dynamic emoticon image fetching (from a spritesheet+registry)
Cursor
Copy, Paste and Cut
Select All
(Hidden Feature, but it's about selection)
CPU Usage at 0% :P
Undo and Redo
Features to implement:
Mouse gestures (drag mouse to the right/left when selecting text and it'l autoscroll)
Hyperlink support
More polygon exposure (bounds of every character it renders)
Cursor fade in and out instead of just blinking
Currently, I am making a user interface for a social application (can't go into detail because of secrecy...) and all of its components to be written completely from scratch.
My textbox currently looks like this
It is written in C# and if you have any questions or comments, then please reply :P
And in case your wondering, the tappatekie bit was put in their after printscreen which is why it looks a bit odd, the red control in the background with a button child control was just a test of a slider system which is finished.
The text box still has alot of features yet to be implemented but the basics are in. Here is a list of feature that are in the text box and are to be :P
Features currently:
Text scroll (auto)
Dynamic emoticon image fetching (from a spritesheet+registry)
Cursor
Copy, Paste and Cut
Select All
(Hidden Feature, but it's about selection)
CPU Usage at 0% :P
Undo and Redo
Features to implement:
Mouse gestures (drag mouse to the right/left when selecting text and it'l autoscroll)
Hyperlink support
More polygon exposure (bounds of every character it renders)
Cursor fade in and out instead of just blinking