On Oct 20, 2009, at 3:57 PM, tareq_tawaiha wrote:



Hello Mark,

yes, now i use "set the rect of stack "writing" to the screenrect", since i need it to work the same on any screen size. that is good. but i also set the " float above everything " option on the stack inspector , and now i cant save it as stand alone, because the save window stays behind my card.

Tareq,

You need to limit the "float above everything" option to the standalone environment. Try this, in your stack script or the card script:

if the environment is "standalone application" then
  set the systemWindow of stack "writing" to true
else
  set the systemWindow of stack "writing" to false
end if

Hope this helps.

Devin




Mark Schonewille-3 wrote:

Hi Tareq,

How big is your screen? Have you set the maxheight and maxwidth of
your stack to too small a number perhaps?

You could try

set the rect of stack "writing" to the screenrect

instead of

set the fullscreen of stack "writing" to true

--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com

Submit your software at http://www.quickestpublisher.com

On 17 okt 2009, at 00:24, tareq_tawaiha wrote:



I have attached 2 pictures of my screen, the first image is a
picture of how
the stack looks when it is open <br \>

http://www.nabble.com/file/p25933246/Picture%2B1.png  <br \> <br \>
the
second is how it looks on my desktop after dragging it using my
mouse.  <br
\><br \>  http://www.nabble.com/file/p25933246/Picture%2B2.jpeg  <br
\><br
\> notice where my cursor is in the 3rd image , i am able to change
the
location of the stack. I want to disable that so the user is not
able to
move it around on the screen.  Does that clarify the question ?










_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution



--
View this message in context: 
http://www.nabble.com/Can-you-disable-the-user-from-dragging-a-stack-in-a-stand-alone---tp25932932p25983250.html
Sent from the Revolution - User mailing list archive at Nabble.com.

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Devin Asay
Humanities Technology and Research Support Center
Brigham Young University

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to