mistahmikey
Active Member
The following code will wait forever, even if the Journal is displayed, until the mouse is place over the window.
while !${EQ2UIPage[Journals,JournalsQuest].IsVisible}
{
waitframe
}
Is this intended? It seems to be working the same as the description for IsMouseOver in the release notes. It certainly would be more useful (IMO) for IsVisible to return TRUE whenever the Page is displayed, regardless of where the mouse is positioned.
while !${EQ2UIPage[Journals,JournalsQuest].IsVisible}
{
waitframe
}
Is this intended? It seems to be working the same as the description for IsMouseOver in the release notes. It certainly would be more useful (IMO) for IsVisible to return TRUE whenever the Page is displayed, regardless of where the mouse is positioned.