About Store Forum Documentation Contact



Post Reply 
code format for a desc
Author Message
Panerox Offline
Member

Post: #1
code format for a desc
hi Grzegorz!
it would be helpful if the Code Format can be entered for different gui objects.
i mean (Gui/Text.h):
Code:
struct EE:: Text{
...
  Text& code (Str code)
...

is it possible to do the same for other objects such as GuiCustom, Button, Region ...? And for a Desc (Tooltips).
(This post was last modified: 02-09-2010 10:06 AM by Panerox.)
02-08-2010 02:39 PM
Find all posts by this user Quote this message in a reply
Panerox Offline
Member

Post: #2
RE: code format for a desc
nobody answered to me. smile сan you do that the text can be output using your format (which you use in the Text:: code). i mean, as an example:
Code:
D.textCode (...);

or is it very difficult?
this is very useful! smile
i dont want to reinvent the bicycle smile you already have an algorithm that does this.
(This post was last modified: 03-12-2010 09:19 AM by Panerox.)
03-12-2010 09:13 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #3
RE: code format for a desc
I'll add this to my list, but don't know when it'll arrive
03-12-2010 03:28 PM
Find all posts by this user Quote this message in a reply
Panerox Offline
Member

Post: #4
RE: code format for a desc
thanks! smile
03-12-2010 08:58 PM
Find all posts by this user Quote this message in a reply
Post Reply