Adventure Game Studio

AGS Support => Advanced Technical Forum => Topic started by: on Tue 08/11/2005 04:14:32

Title: invwindow change width bug
Post by: on Tue 08/11/2005 04:14:32
My invwindow(invcustominv)'s width is 2. In game i do :
    invcustominv.width = 32;
Then i do:
    Display("%d",invcustominv.width);
It shows "32". Then i click on the item and still only a width of 2 is clickable.
Title: Re: invwindow change width bug
Post by: Gilbert on Tue 08/11/2005 04:26:49
I don't quite understand your question, did you mean that you set the GUI's width to 32 pixels, yet only 2 pixels worth of width is clickable?
Title: Re: invwindow change width bug
Post by: on Tue 08/11/2005 05:08:32
yes, in the editor its 2 width and then in game i increase it but only 2 is clickable.
Title: Re: invwindow change width bug
Post by: Pumaman on Tue 08/11/2005 21:12:41
What is the ItemWidth of the inv window set to?
Title: Re: invwindow change width bug
Post by: on Tue 08/11/2005 21:41:07
That one also happens to be 32.
If it's a bug i don't need it fixed now because i've found a more suitable alternative.