Hello I've a few URL and PDF links in the projector that I'd like these links to "stay on top" of the projector always.. I have searched and found some info on this but still couldnt make it work for some reasons..
1) I'm using BuddyAPI and I also want to know if there's another way of doing this without using the Xtra.
Here is my code:
on mouseUp
openhere = baWinHandle()
baSetWindowState( openhere, "StayOnTop" )
end
2) Also I am trying to use gotonetpage and javascript to open a new window with specific size, etc.. but this code does not work...
on mouseUp
gotoNetPage("javascript:window.open('
end
I apologize for all these questions...Please help me! THANK YOU SO VERY MUCH
1) I'm using BuddyAPI and I also want to know if there's another way of doing this without using the Xtra.
Here is my code:
on mouseUp
openhere = baWinHandle()
baSetWindowState( openhere, "StayOnTop" )
end
2) Also I am trying to use gotonetpage and javascript to open a new window with specific size, etc.. but this code does not work...
on mouseUp
gotoNetPage("javascript:window.open('
end
I apologize for all these questions...Please help me! THANK YOU SO VERY MUCH