About Store Forum Documentation Contact



Post Reply 
ImageAtlas correct usage
Author Message
Scoring Offline
Member

Post: #16
RE: ImageAtlas correct usage
thanks, this seems a reasonable direction, extending the draw.
07-08-2014 11:26 PM
Find all posts by this user Quote this message in a reply
cmontiel Offline
Member

Post: #17
RE: ImageAtlas correct usage
(07-08-2014 10:39 PM)Esenthel Wrote:  
(07-08-2014 02:26 PM)cmontiel Wrote:  ? I tried to reply but looks like my answer was modified.
Most of your replies didn't apply to this situation smile so I've removed them to avoid confusion. We're using latest Esenthel version

My reply was 3 lines talking about Image and ImagePtr and .gfx extesion that he forgot to put in the call. I am using lastest esenthel version too. Still don't know what was confusing. If you are going to edit my messages trying helping ppl then I am not going to participate in this forums anymore.

Sorry for this offtopic scoring, gl with your issue.
(This post was last modified: 07-09-2014 12:37 AM by cmontiel.)
07-09-2014 12:34 AM
Find all posts by this user Quote this message in a reply
Esenthel Offline
Administrator

Post: #18
RE: ImageAtlas correct usage
Hi, In the latest version there's no .gfx extension happening at all.
The assets are completely managed by the editor and accessed by File ID.
I did edit out that part from your post because it would only cause confusion.
'Scoring' user did not forgot the .gfx extension - it's not used anymore.
07-09-2014 01:36 AM
Find all posts by this user Quote this message in a reply
cmontiel Offline
Member

Post: #19
RE: ImageAtlas correct usage
Well, since he was trying to load images by relative paths makes sense say that he can load Images by a path+name.extension (which works nice in both versions) and not by File ID. Maybe this is not the philosophy of 2.0 editor but I don't see reason for remove that part and say that would cause confusion. Indeed I thought was more clearly.

Anyway I am not going to discuss this, I see your point.
07-09-2014 07:12 AM
Find all posts by this user Quote this message in a reply
Scoring Offline
Member

Post: #20
RE: ImageAtlas correct usage
OK I made a new class for my List.
I can now put an image behind my list, but I want put an image behind every row.(practically row borders)
But I asssume I need the source for seeing how list elements drawn and do custom row drawing.

As for rect mode, if I switch to LDM_RECT, all my text columns disappear.
I would like both bigger (image and text columns too).
07-10-2014 01:07 PM
Find all posts by this user Quote this message in a reply
Post Reply