Neoforce ControlsNeoforce ControlsDiscussionsDiscussionsDevelopmentDevelopmentPoll - Controls DevelopmentPoll - Controls Development
Disabled 
Previous
 
Next
 Disabled
New Post
 11/17/2009 12:23 PM
 

Hey

i write a TreeView Custom Controll and Color Picker Window for my Game Editor - based on Panel. I post my Controlls here when i am finisch. You can optimize my code and re-implement as basic controll if you want.

New Post
 11/17/2009 11:33 PM
 

Thanks for that Ryann! Those of us that already voted (I voted for Other, but now I wish to vote for TreeView) can't change our votes.

New Post
 3/7/2010 3:45 PM
 

I'd like to put in a suggestion, how bout something like your console control but the ability to use more then one color in one line.

System:Bob hit JimmyJoe for 6 fire damage!

I voted before but it was before the Console control came out.

New Post
 3/13/2010 5:40 PM
 

How about creating a grid view? Like an excel spreadsheet kind of view. (without all the features) It would be scrollable and maybe be able to have different colors of text per field, but that would probably be it. I might try to make one later. I didn't see anyone suggest this though. (it would probably be useful for lobbies in games)

New Post
 3/14/2010 7:56 PM
 

the fun part of a grid view is figuring out how to deal with the events coming from controls ... i guess you'd need to look at their parents to go up and get at the row index of the grid control.

multi line text box and grid view from a generic collection are things that would really rock imo.

New Post
 3/22/2010 11:49 PM
 
 Modified By Omnio  on 3/23/2010 12:49:46 AM
john wrote:

the fun part of a grid view is figuring out how to deal with the events coming from controls ... i guess you'd need to look at their parents to go up and get at the row index of the grid control.

multi line text box and grid view from a generic collection are things that would really rock imo.

I'd probably make an interface that could give either an icon (little image, whatever you'd like to call it) or text. (or both) Then you could make a class like :

BaseGridView where T : IRepresentable

Then do a grid view with elements that just use strings. That's just an idea.

New Post
 7/16/2010 9:33 AM
 

Hello,

I would like to thank you for this great controls!

I am currently working on some strategy/manager game and I would really like to have some grid control, like ListView.

Would it be introduced in the nearest future?

New Post
 7/16/2010 10:21 AM
 

Hello,

currently I'am working on improving API, however ListView is on the first place when I come back to developing controls. Unfortunately I can't give you any ETA yet.


Tom Shane
Disabled 
Previous
 
Next
 Disabled
Neoforce ControlsNeoforce ControlsDiscussionsDiscussionsDevelopmentDevelopmentPoll - Controls DevelopmentPoll - Controls Development