03-08-2011, 05:45 AM
So... um... Let's see if this bit of code you wrote even functions. Try THIS slight edit.
The p "I am Working" is an annoying popup that is brought onto the screen if this if...end block is even working. If you don't see it, then your @itemdetail_window is not being turned on.
The 'p' (aka print) feature can help you trace things.
Code:
alias new_update update
def update
$currenthighlighteditem = @item_window.item
if @itemdetail_window.active
p "I am Working!"
update_detail
return
end
new_update
endThe p "I am Working" is an annoying popup that is brought onto the screen if this if...end block is even working. If you don't see it, then your @itemdetail_window is not being turned on.
The 'p' (aka print) feature can help you trace things.

![[Image: QrnbKlx.jpg]](https://i.imgur.com/QrnbKlx.jpg)
![[Image: sGz1ErF.png]](https://i.imgur.com/sGz1ErF.png)
![[Image: liM4ikn.png]](https://i.imgur.com/liM4ikn.png)
![[Image: fdzKgZA.png]](https://i.imgur.com/fdzKgZA.png)
![[Image: sj0H81z.png]](https://i.imgur.com/sj0H81z.png)
![[Image: QL7oRau.png]](https://i.imgur.com/QL7oRau.png)
![[Image: uSqjY09.png]](https://i.imgur.com/uSqjY09.png)
![[Image: GAA3qE9.png]](https://i.imgur.com/GAA3qE9.png)
![[Image: 2Hmnx1G.png]](https://i.imgur.com/2Hmnx1G.png)
![[Image: BwtNdKw.png%5B]](https://i.imgur.com/BwtNdKw.png%5B)