ID:141465
 
Code:
ARMYCHOOSE
DblClick()
usr.army="Army"
usr.loc=locate(1,1,1)
winset(usr,"window7","is-visible=true")


Problem description:
Everything works perfectly except for winset(), Theres no errors that popup it just doesn't work.
There may be something wrong with the skin but I've checked about everything.

I've also tried Winshow() but that never worked either
winshow(usr,"window7",1)
In response to Soldierman
Soldierman wrote:
> winshow(usr,"window7",1)

Not working.
In response to Mickemoose
That code will work if you have a window in your interface named window7. Make sure you have the name right and the window is not set as a panel.
In response to Soldierman
Oh, I never knew it couldn't be a panel.
It works now, Thanks