I was able to get this working well enough from the IDE, but it does not work when I build a standalone. Is revLibrary not copied into a standalone, or is there an option in the Standalone Builder that I have simply missed?
A simplified version of the code I use (from a button which selects the pointer tool) is as follows:
choose pointer tool
if pWhich is "1" then
if the long id of button "revReshape" of card 1 of stack "revLibrary" is among the lines of the frontScripts then
revSetMarkers true
remove script of button "revReshape" of card 1 of stack "revLibrary" from front
end if
else
if the long id of button "revReshape" of card 1 of stack "revLibrary" is not among the lines of the frontScripts then
insert script of button "revReshape" of card 1 of stack "revLibrary" into front
put empty into gREVObjectsList
revSetMarkers
end if
end if
The best solution in the long term is to vote for Bugzilla #624:
<http://support.runrev.com/bugdatabase/show_bug.cgi?id=624>
The issue would greatly simplify implementing normal object selection for all apps that provide pointer tools with lines and/or polygons (not to mention making the behavior much more attractive and consistent with all other selection handles), yet only 8 people have voted for it thus far.
In the short term, double-check that you've included the required libraries in your standalone.
If that doesn't solve it please add a note to that effect to: <http://support.runrev.com/bugdatabase/show_bug.cgi?id=624>
-- Richard Gaskin Fourth World Media Corporation __________________________________________________ Rev tools and more: http://www.fourthworld.com/rev _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
