About Store Forum Documentation Contact



Search Results
Post Author Forum Replies Views Posted [asc]
  Thread: ImageAtlas correct usage
Post: 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 element...
Scoring Gui 19 14,853 07-10-2014, 01:07 PM
  Thread: ImageAtlas correct usage
Post: RE: ImageAtlas correct usage

thanks, this seems a reasonable direction, extending the draw.
Scoring Gui 19 14,853 07-08-2014, 11:26 PM
  Thread: ImageAtlas correct usage
Post: RE: ImageAtlas correct usage

Well I updated my SQL database to hold the FileIDs so now works, though I would have prefer a simpler solution like creating ID from asset name. My only wish remained having an option to set a row b...
Scoring Gui 19 14,853 07-08-2014, 03:46 PM
  Thread: ImageAtlas correct usage
Post: RE: ImageAtlas correct usage

(07-08-2014 12:01 AM)Esenthel Wrote:  You cannot use a name, you need to use the ID. Thats bad. I get the image name from an external database. There is no conversion method between asset name ...
Scoring Gui 19 14,853 07-08-2014, 01:08 PM
  Thread: ImageAtlas correct usage
Post: RE: ImageAtlas correct usage

OK l I cant figure out how to use the given Rect. I would need a pointer to the Image part... I use it in a List as column as datatype ImagePtr. Should I crop the Atlas image? I found a method calle...
Scoring Gui 19 14,853 07-07-2014, 04:29 PM
  Thread: ImageAtlas correct usage
Post: RE: ImageAtlas correct usage

Seems it is not self-explanatory for everyone :) I think it is just not that I searched. I just needed a simple way to access images by name (and not by UID or FID) assembled in a string and didnt wan...
Scoring Gui 19 14,853 07-03-2014, 09:14 AM
  Thread: ImageAtlas correct usage
Post: RE: ImageAtlas correct usage

so I cant get back individual items from atlas? ok, then I try without atlas...
Scoring Gui 19 14,853 07-02-2014, 07:01 PM
  Thread: ImageAtlas correct usage
Post: RE: ImageAtlas correct usage

Yeah I get what it is, I would like know how to use :) I'm just expecting a short yes/no answer, did I access to atlas correctly? The documentation doesn't say anything about usage. (parts, findpart, ...
Scoring Gui 19 14,853 07-02-2014, 01:59 PM
  Thread: ImageAtlas correct usage
Post: ImageAtlas correct usage

Hello, I'm unsure how to get images from ImageAtlas correctly. I have an atlas: ImageAtlas* icons = ImageAtlases(my UID...); Str sIcon = S + "goal_" + TextInt(data.goalid); ImagePtr icon = &ico...
Scoring Gui 19 14,853 06-30-2014, 07:06 PM
  Thread: Questions for Listbox
Post: Questions for Listbox

Hi Esenthel I couldn't figure out these answers yet: 1. How can I add a background image to a Listbox item (row)? So it would be a plate for an entire row, not just for a column, neither for the ent...
Scoring Gui 1 3,271 06-29-2014, 02:27 PM
  Thread: Multiple GUI sets
Post: RE: Multiple GUI sets

Well I feel movetop, movetobottom are uneffective, but may be I use it wrong. What I loaded first, seems always is on top...
Scoring Gui 1 3,464 06-09-2014, 08:26 PM
  Thread: Multiple GUI sets
Post: Multiple GUI sets

Hello! I have a main screen with a background, some menu buttons and a region. I have some subscreens also designed in editor and saved as gui asset. I would like switch screens while the main gui el...
Scoring Gui 1 3,464 06-09-2014, 03:39 PM
  Thread: [Android] Special buttons
Post: [Android] Special buttons

Hi, can I anyhow check if user pressed Menu or Back hardware keys on device? I would like tie Back button with exit, similarly as KB_ESC handled in Update. Or there is any option to get back the key...
Scoring Platforms (Windows, Mac, Linux, Android, iOS) 0 2,549 05-29-2014, 12:47 PM
  Thread: [Android] GUI design
Post: RE: [Android] GUI design

Ok it worked, though a mobile tutorial would be useful. My only problem is now with TextLine, changing the font size (with or without scaling off) is uneffective, I see the same big font shown on mo...
Scoring Platforms (Windows, Mac, Linux, Android, iOS) 2 3,506 05-27-2014, 07:43 PM
  Thread: [Android] GUI design
Post: [Android] GUI design

I'm wondering how to design screens with EE GUI Editor for Android. Though all GUI tutorials built now fine and run on device, they show a very small GUI and dont fit to entire screen. Should I use re...
Scoring Platforms (Windows, Mac, Linux, Android, iOS) 2 3,506 05-26-2014, 07:08 PM