![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Sep 2007
Posts: 14
Rep Power: 0
![]() |
Use of selection objects in editor
Hi,
I am trying to make use of selection objects (Check box and Radio button) in MMS editor. But i am not sure how to make use of them. If U have any idea plz share with me. |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
|
Thats not really a question. Maybe we can help if you show us the code you're working on and explaining the problems you're having.
Otherwise, how are we supposed to know whats wrong? I'm pretty sure none of us have ESP... |
|
|
|
|
|
#3 |
|
Newbie
Join Date: Sep 2007
Posts: 14
Rep Power: 0
![]() |
I am not facing any problem. i have selection objects and i want to know to make use of them in edior. for example in case of viewer we can make use of check box to select objects(such as pictures, melodies, etc). whereever there is an object, we can insert checkbox with it for selection. In the same way how can i make use of them in editor..
|
|
|
|
|
|
#4 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
C does not have selection objects. You will need a third party GUI library, or will have to roll your own. Whatever library it is will have to be compatible with whatever system you're using to provide the MMS editor. Once you have that, refer to the API documentation.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#5 |
|
Newbie
Join Date: Sep 2007
Posts: 14
Rep Power: 0
![]() |
yes i got it from the API. thanks for ur guidance.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Automating a map editor | zaracyn | Visual Basic | 8 | Aug 27th, 2006 10:09 PM |
| [perl] graphical text editor | glimmy | Existing Project Development | 0 | Aug 6th, 2006 11:47 PM |
| modeling domain objects | hoffmandirt | C# | 0 | Apr 24th, 2006 9:59 PM |
| Pointer to objects inside other objects.. | Soulstorm | C++ | 4 | Mar 12th, 2006 11:12 AM |
| OOP Theory - MI of Objects | Darkhack | Other Programming Languages | 4 | Feb 16th, 2006 7:34 AM |