ID:155032
 
I am currently using output() to send a icon in to a gird it works. Yet the icon is of reduced size. I want it to come out as it's original size anyway to fix this?
Linkenclick wrote:
I am currently using output() to send a icon in to a gird it works. Yet the icon is of reduced size. I want it to come out as it's original size anyway to fix this?

Try using winset()
In response to Avainer1
Avainer1 wrote:
Linkenclick wrote:
I am currently using output() to send a icon in to a gird it works. Yet the icon is of reduced size. I want it to come out as it's original size anyway to fix this?

Try using winset()

Hate to seem stupid to this. But I understand winset() but how would I write that out to do as I want?

winset(usr, body.pack,"\icon[I.icon]") But I want it in the 1,9 slot of the pack?
You can't fix it at the moment, the grid is limited in the sizes it can display.
In response to ExPixel
Well I have seen it done before. All I want is the image(.dmi) to appear in it's 32x32 Pixel sixe. Like I said I have seen that done before. I am not trying to make it go any bigger then then that.

Would it be possible to send in a output area in to the grid and then send the icon to the output to get th size I want like in the Chat area?