Re: Saving externals in a standalone on OSX?

2006-10-06 Thread paolo mazza
Where I am supposed to place the external in the standalone on OSX ?

I am really confused 

I tryed to build a standalone with the  EnhancedQT  external in MACOSX

In windows it works fine ... but in MACOSX it  is a mess.

I placed the enhancedQT.bundle inside the standalone package ... next to
the application file and into the External folder ... it does not work.

Where I am supposed to place the damn file?

Will externals work both in Universal binary and PowerPc applications?

Thanks

Paolo Mazza





Paolo Mazza
NEOL SRL
Via Calatafimi, 16 - 35137 PADOVA 
www.neol.it   [EMAIL PROTECTED]
Tel 049-7386590

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Collision Detection w/o AE

2006-10-06 Thread dreamscapesoftware.com - List
Mark,

The following site has a Collide library available for only $15.  There is a 
working demo available that runs quite nicely for collision detection.  Check 
it out.

http://curryk.com/collide.html

-- Derek


Mark Greenberg wrote:
> One of my student teams needs an image that has an irregular shape
> and a transparent background to know when it "hits" another such
> image.  Any suggestions?  I already know about Arcade Engine, but was
> hoping for just some code that would do the trick.
>
> Thanks in advance,
>
> Mark Greenberg ___
> use-revolution mailing list use-revolution@lists.runrev.com Please
> visit this url to subscribe, unsubscribe and manage your subscription
> preferences: http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: shell vs. process

2006-10-06 Thread Andrew


On 05/10/2006, at 22:50, Mark Wieder wrote:


Hey! That's cheating! Darn - here I thought you had an example of how
to ping using sockets...


You need raw sockets for that (at least under UNIX like OSs) and I 
don't think there is a built in way to open a raw socket from 
Revolution.


Andrew

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Google Code Search

2006-10-06 Thread Viktoras Didziulis
As we all know stacks in Rev are binary files with scripts as text. My
question would be is there a preferred [proper, accepted] way or any
guidelines to describe RunRev projects' source so it could be searched as a
whole and imported into ReunRev RAD directly? Or should we put extra efforts
by rewriting the code manually so it could be searched by search engines and
leave it for developers to translate it to RunRev manually again? This is
not so attractive for the both sides and requires additional efforts by
those who want to share and those who would like to reuse the shared code. 
 
There is a brilliant idea Luis just wrote about -it indeed would be nice to
have RunRev cards and stacks (not compiled) to be described in XML that
could be directly imported into the RunRev RAD and/or searched by search
engines. I guess someone at Runtime Ltd or maybe outside has to define the
XML syntax to be used and create an XML/Transcript source code import/export
tool with existing RunRev tools. Should we try ;-) it is worth efforts.
 
Best wishes 
Viktoras 
 
---Original Message--- 
 
From: Mark Wieder 
Date: 10/06/06 08:11:04 
To: use-revolution@lists.runrev.com 
Subject: Google Code Search 
 
All- 
 
I just got pointed to Google Code Search today. Looks like a great 
online tool. There's no xtalk in their otherwise great selection of 
programming languages, but they're open to suggestions (there's a 
feedback link)... 
 
http://www.google.com/codesearch 
 
-- 
-Mark Wieder 
[EMAIL PROTECTED] 
 
___ 
use-revolution mailing list 
use-revolution@lists.runrev.com 
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences: 
http://lists.runrev.com/mailman/listinfo/use-revolution
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: find next empty line in a table field

2006-10-06 Thread andrew h

Thanks Mark and Jim your suggestions have headed me in the right direction. Bob 
you're right, searching for white space is a thorny issue.

Andrew

___
Join Excite! - http://www.excite.com
The most personalized portal on the Web!


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Focus and Text Fields

2006-10-06 Thread Richmond Mathewson
I have the following script in a Card:

on openCard
  put "We" into fld "F1"
  focus on fld "F1"
end openCard

now what this does is:

it puts "We" into the field "F1"

and then

puts the cursor BEFORE "We" in the field "F1"

(nothing terribly remarkable there!)

HOWEVER,

I would like it so that when the FOCUS is set to field
"F1" the
cursor is set after the letters "We"

AND - - -

directions for how to put a cursor anywhere in a
string inside a field:

e.g. Between "I" and "a drink"

in "I a drink"

--

Of course this question has a general application.

I would be very grateful for any help.

sincerely, Richmond Mathewson



"Philosophical problems are confusions arising owing to the fluidity of 
meanings users attach to words and phrases."
   Mathewson, 2006






___ 
All new Yahoo! Mail "The new Interface is stunning in its simplicity and ease 
of use." - PC Magazine 
http://uk.docs.yahoo.com/nowyoucan.html
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution