Tutorials/Custom GUI

From NeoAxisWiki

Jump to: navigation, search

This is a simple demo/tutorial that creates a custom GUI control, in this case a Ticker, in a separate DLL.

The ticker scrolls text from left to right. If there is less text than the width of the control it does not scroll. (ie: scrolls only when text width is larger than the controls width. Some outstanding issues for the reader: 1. Left to Right only. 2. It scrolls one character at a time verses a smoother one pixel at a time.

I'm using VS 2008 Express. It seems to have a feature where as you can't change the Debug output path, only the release one. You can edit the .csproj file manually and change \bin\Debug\ to ..\..\Bin\.

Ok we are going to create a dll, add some code, build it and then change a NeoAxis config file.


This tutorial was original posted by Goober in the forum.(Original post is here: http://www.neoaxisgroup.com/phpBB2/viewtopic.php?t=1359) I just copy it to Wiki for easier access. All credit goes to Gobber. -- Tintin

Personal tools