ID:163680
 
Which is the best way to add a row/colom of 32x32 images in a grid? i have my Invo system setup so stack and hold somany items within the grid, but i wanna add a 32x32 background to each cell, how do i do that? what methoud do u use, because no matter which way i try it, the background remains blank, eventho the "Text" that normal appares if its wrong isnt there..
Yurgeta wrote:
Which is the best way to add a row/colom of 32x32 images in a grid? i have my Invo system setup so stack and hold somany items within the grid, but i wanna add a 32x32 background to each cell, how do i do that? what methoud do u use, because no matter which way i try it, the background remains blank, eventho the "Text" that normal appares if its wrong isnt there..

I don't think you can, the options work like setting wll paper on your PC, so you can't get then to be in each grid title perfectly, and I they can't be diff either.

Setting the tile option will fill the grid with copies of the chose pic.


PS. Perhaps you can make a custom code in a DM file, to interface with the interface file, but if not, I don't think there is a way(That's if the DM code is even able to edit/modify a interface file).
In response to Zoltor (#1)
i have my .dmi version and a .ong version which is set to howmany rows and coloms i am useing, so which ever way is possible, i jsut need to know how u doabout doing it, because the grid says it supports CSS, but the BG CSS code dosnt work, nor dose html, also thats enabled also.
In response to Yurgeta (#2)
Yurgeta wrote:
i have my .dmi version and a .ong version which is set to howmany rows and coloms i am useing, so which ever way is possible, i jsut need to know how u doabout doing it, because the grid says it supports CSS, but the BG CSS code dosnt work, nor dose html, also thats enabled also.

Hmm, then it sounds like It's doable, but if CSS Isn't working, perhaps It's a bug? I didn't really start messing with the grid yet(just briefly, enough to get an idea, on what it can do), I've been working on tabs,lists,buttons, stat panels, and such, so I haven't check the CSS.

If you didn't make any typos(double check), I would post the CSS problem in the bug report forum.

Edit: PS. You can always make a button,and import the pic (just set it to flat, and leave the command line blank, and you'll have your pic).
If each cell is exactly 32x32 pixels, you might be able to add an object that has the image as it's icon to each cell. Then add your items as overlays to that object, and (if you need click functionality) have the mouse procs of the background object call those of the overlay item. It's hacky, but it should work.

~X