Re: Conference DVDs: Design principles

2008-11-19 Thread Klaus Major


Am 18.11.2008 um 22:39 schrieb Thomas McGrath III:


I want to own a part of Malte too!!!


Naughty Boy!


Tom


:-)

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de


___
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


answer file with filter ???

2008-11-19 Thread Thierry

Hi all,

After having checked the doc, and drink 2 coffees,
I'm stuck this morning with this simple one line of code:

  answer file Choose a ICS file... with filter ICS,*.ics

the filtering doesn't work at all ?
Well, did try with different suffix and same behavior...

Rev 3.0 on Tiger

Any hints ?

Regards,
Thierry

___
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: answer file with filter ???

2008-11-19 Thread Mark Schonewille

Hi Thierry,

On Mac, a file type is expected, while on Windows a file extension is  
expected. You need to check the platform and then use the right command.


For example, for Mac:

answer file Choose a ICS file... with filter ICS,ICS 

I have put a space after the ICS file type, because file types always  
have to be 4 characters long. The first item in the filter is just a  
command, which appears in a menu if you use multiple filters.


On Windows:

answer file Choose a ICS file... with filter ICS,*ics.

A much easier way is to use the answer file with type command:

answer file  with type ICS|*ics|ICS 

This form can be used on both Mac and Windows. Note the space after  
the file type again.


--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
http://www.salery.biz
Dutch forum: http://runrev.info/rrforum

Color Converter has been updated! Get it at
http://colorconverter.economy-x-talk.com !

On 19 nov 2008, at 09:50, Thierry wrote:


Hi all,

After having checked the doc, and drink 2 coffees,
I'm stuck this morning with this simple one line of code:

 answer file Choose a ICS file... with filter ICS,*.ics

the filtering doesn't work at all ?
Well, did try with different suffix and same behavior...

Rev 3.0 on Tiger

Any hints ?

Regards,
Thierry


___
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: answer file with filter ???

2008-11-19 Thread Thierry


Le 19 nov. 08 à 10:43, Mark Schonewille a écrit :


Hi Thierry,

On Mac, a file type is expected, while on Windows a file extension  
is expected.

You need to check the platform and then use the right command.


Thanks Mark !

Here is about the confusion:

From the Dictionary Doc: -

example topic:
   ...
   answer file (field Prompt) of type RSTK
   answer file empty with filter JPEGs,*.jpg

a bit further, we can read:

The way file types are specified depends on the platform:
Filtering for Mac OS:  You can use either with filter or of type..
-

But, your examples do not help me in this case :-(

In fact, the files *.ics I'm looking for in a file open dialog, can  
come from

different apps and from different systems. ( just to make it easy )
and, these .ics files are by now, just plain text files coming from a  
Linux system.
Looking the file Creator and Type with FileInfo, I only have   
and 


So, does this means I have the choice to *not* do any filtering ?


Thierry


___
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: answer file with filter ???

2008-11-19 Thread Mark Schonewille

Thierry,

As I wrote in my previous e-mail, you should use WITH type and not OF  
type.


answer file  with type ICS|*ics|ICS 

You can add additional filters:

answer file  with type ICS|*ics|ICS  or type All Files|*|*

I believe that the ICS type defined as ICS|*ics|ICS  should work  
fine, because the file extension is right, but if that doesn't work,  
you can choose All Files from the option menu in the file dialog.


--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
http://www.salery.biz
Dutch forum: http://runrev.info/rrforum

Color Converter has been updated! Get it at
http://colorconverter.economy-x-talk.com !

On 19 nov 2008, at 11:45, Thierry wrote:


Thanks Mark !

Here is about the confusion:

From the Dictionary Doc: -

example topic:
  ...
  answer file (field Prompt) of type RSTK
  answer file empty with filter JPEGs,*.jpg

a bit further, we can read:

The way file types are specified depends on the platform:
Filtering for Mac OS:  You can use either with filter or of type..
-

But, your examples do not help me in this case :-(

In fact, the files *.ics I'm looking for in a file open dialog, can  
come from
different apps and from different systems. ( just to make it  
easy )
and, these .ics files are by now, just plain text files coming from  
a Linux system.
Looking the file Creator and Type with FileInfo, I only have   
and 


So, does this means I have the choice to *not* do any filtering ?


Thierry


___
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: answer file with filter ???

2008-11-19 Thread Klaus Major

Bonjour Thierry,


Le 19 nov. 08 à 10:43, Mark Schonewille a écrit :


Hi Thierry,

On Mac, a file type is expected, while on Windows a file extension  
is expected.

You need to check the platform and then use the right command.


Thanks Mark !

Here is about the confusion:

From the Dictionary Doc: -

example topic:
  ...
  answer file (field Prompt) of type RSTK
  answer file empty with filter JPEGs,*.jpg

a bit further, we can read:

The way file types are specified depends on the platform:
Filtering for Mac OS:  You can use either with filter or of type..
-

But, your examples do not help me in this case :-(

In fact, the files *.ics I'm looking for in a file open dialog, can  
come from
different apps and from different systems. ( just to make it  
easy )
and, these .ics files are by now, just plain text files coming from  
a Linux system.
Looking the file Creator and Type with FileInfo, I only have   
and 


So, does this means I have the choice to *not* do any filtering ?


If you opmit the FILETYPE part, the system will only show files that  
have the supplied suffix,

even on OS X:

answer file  with type ICS|*ics|

Will work for you :-)


Thierry


Best

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de


___
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: Conference DVDs: Design principles

2008-11-19 Thread Jan Schenkel
--- Malte Brill [EMAIL PROTECTED] wrote:
 Tom wrote:
 
   I want to own a part of Malte too!!!
 
 Lol. I have an arm and a leg I do not use at the
 moment. Would that  
 help?
 
 Cheers,
 
 Malte
 

I was already grateful nobody said I want to eat
Malte, just to possess his powers! - and now he's
offering limbs to the gastronomically curious.

*grin*

Jan Schenkel.

PS: one can never watch too many Lewis Black and
George Carlin videos...

Quartam Reports  PDF Library for Revolution
http://www.quartam.com

=
As we grow older, we grow both wiser and more foolish at the same time.  (La 
Rochefoucauld)


  
___
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: RevOpenDatabase(tQuery)

2008-11-19 Thread Jan Schenkel
--- hershel fisch [EMAIL PROTECTED] wrote:
 On 11/18/08 8:13 PM, hershel fisch
 [EMAIL PROTECTED] wrote:
 This is the correct syntax but doesn¹t work, if I
 spell it out then it does.
 
  Hi, what is the reason that this doesn't work
  Put revOpenDatabase(tQuery) into tResult
  Tquery contains (SQLite,/Applications/Revolution
  Enterprise/3.0.0-rc-3/test.db)
  
  The error stack x: execution error at line n/a
 () near revdberr,syntax
  error
  
  Thanks, Hershel
  
 

That's just how xTalks work, you can't just toss all
parameters into a single variable and hope that the
command or function figures it out - unless said
command or function is explicitly programmed to do so.

Revolution can do a great many things, but not
telepathic connections to the developers, I'm afraid.

Jan Schenkel.

Quartam Reports  PDF Library for Revolution
http://www.quartam.com

=
As we grow older, we grow both wiser and more foolish at the same time.  (La 
Rochefoucauld)


  
___
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: answer file with filter ???

2008-11-19 Thread Klaus Major

Bonjour, Thierry:


answer file  with type ICS|*ics|

Will work for you :-)



Hmmm, try differents solutions from Mark and You,
and always get it wrong 

So, it's not my day :-(

I think i'm going to check the answer dialog stack...
May be corrupted ?


No no, just a typo we did not notice so far :-)

Please omit the asteriks * in the suffix:
answer file  with type ICS|ics|


Merci beaucoup


A votre service!


Thierry


Best

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de


___
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: answer file with filter ???

2008-11-19 Thread Thierry

Please omit the asteriks * in the suffix:
answer file  with type ICS|ics|


and even few chars less:

answer file Select a ICS file... with  type |ics

Et voila ... It works  :-)

Hmm, do I need to say that having the solution
I don't see how one could come to it by reading the Docs ?

Anyway, great list once again and thanks to all
to be here.

Herzlichen Dank, Klaus !

Dann habe ich mir jetzt eine Kaffeepause verdient :-)

Thierry

___
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: answer file with filter ???

2008-11-19 Thread Klaus Major

Bonjour Thierry,


Please omit the asteriks * in the suffix:
answer file  with type ICS|ics|


and even few chars less:
answer file Select a ICS file... with  type |ics
Et voila ... It works  :-)


Please also check bug #6433
http://quality.runrev.com/qacenter/show_bug.cgi?id=6433


Hmm, do I need to say that having the solution
I don't see how one could come to it by reading the Docs ?


This is in the docs (more or less clearly ;-)


Anyway, great list once again and thanks to all
to be here.

Herzlichen Dank, Klaus !

Dann habe ich mir jetzt eine Kaffeepause verdient :-)


Jawohl :-)


Thierry


Best

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de


___
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: answer file with filter ???

2008-11-19 Thread Thierry

answer file  with type ICS|*ics|

Will work for you :-)



Hmmm, try differents solutions from Mark and You,
and always get it wrong 

So, it's not my day :-(

I think i'm going to check the answer dialog stack...
May be corrupted ?


Merci beaucoup
Thierry

___
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: SQLite revQueryDatabase where param won't detect invalid target

2008-11-19 Thread Jan Schenkel
--- Paul Murray [EMAIL PROTECTED] wrote:
 When trying to detect that an entry in a table is
 missing, revQueryDatabase
 SELECT... WHERE... is returning an integer
 (cursor) result when the table
 is actually empty or the search value has never been
 inserted into the
 table:
 
 The following code is preceded by the creation of
 the table before any
 records are inserted:
 
 put SELECT * FROM players WHERE playerID=:1 into
 doSQL
 put abc1234 into anonID
 put revQuerydatabase(wgdbConID,doSQL,anonID) into
 playersCursor
 answer doSQL  :  anonID  result =  
 playersCursor  -- shows the
 result (playersCursor value is always an integer)
 
 The result (playersCursor) is ALWAYS an integer, no
 matter if there are any
 entries in the table or not, and no matter what
 value is given to the anonID
 variable.
 
 I need to be able to determine if the record with
 the specified playerID
 exists or not.
 Does anyone have any idea where the problem is?
 Any help would be greatly appreciated.  Thanks.
 

Hi Paul,

Let me assure you: nothing is wrong, and you're not
going crazy either :-)

A 'cursor' or 'record set' that you get from
revQueryDatabase is an integer number, if the query
was successful, and this number is nothing more than
an identifier that you can use for calls to
revMoveToNextRecord, revNumberOfRecords of
revDatabaseColumnCount.

In this case, if you want to know if a record exists,
use the revDataFromQuery function with a slightly
different SQL query.
##
put SELECT COUNT(*) FROM players WHERE playerID=:1
into doSQL
put abc1234 into anonID
put revDataFromQuery(wgdbConID,doSQL,anonID) into
tRecordCount
answer doSQL  :  anonID  result =  
tRecordCount
##

If the database can't find said record, the result of
the COUNT(*) function is 0 (zero), otherwise it's 1
(assuming that playerID is your primary, unique key
for that table)

HTH,

Jan Schenkel.

Quartam Reports  PDF Library for Revolution
http://www.quartam.com

=
As we grow older, we grow both wiser and more foolish at the same time.  (La 
Rochefoucauld)


  
___
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: Conference DVDs: Design principles

2008-11-19 Thread Thomas McGrath III

LOL.


On Nov 19, 2008, at 6:26 AM, Jan Schenkel wrote:


--- Malte Brill [EMAIL PROTECTED] wrote:

Tom wrote:


I want to own a part of Malte too!!!


Lol. I have an arm and a leg I do not use at the
moment. Would that
help?

Cheers,

Malte



I was already grateful nobody said I want to eat
Malte, just to possess his powers! - and now he's
offering limbs to the gastronomically curious.

*grin*

Jan Schenkel.

PS: one can never watch too many Lewis Black and
George Carlin videos...

Quartam Reports  PDF Library for Revolution
http://www.quartam.com


___
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-Ordering sub stacks

2008-11-19 Thread Chris Condit
I've got a project that has numerous subStacks, to which I often make 
changes or enhancements.  Numerous others use the same basic project, 
and in order to simplify updating their projects, I have the user run 
an updater stack, which among other things deletes the subStack 
that has been changed in their project, and adds a copy of that 
substack to their mainstack, and renames it back to its original name.


My problem comes when I then attempt to re-order the substacks in the 
mainstack.  The below script works fine in Revolution versions 
previous to 3.0, but when run in 3.0 causes Revolution to shut down, 
and results in the original stack being left with only one substack.


If you want to download a test stack with half a dozen substacks, and 
the button installed in the mainstack, the URL is below.


http://ddm.geo.umass.edu/ddm-testReorderStacks-rev.zip

I caution you that you might want to make a copy of it, and run that 
copy because of how Rev 3.0, along with shutting down,  changes the 
original multi-substack version to a single stack version before 
quitting.


Appreciate any help with this - it does look bad to tell users you 
have to use a previous version of Revolution to run this re-ordering 
script.


Chris

button script:

--re-order substacks
on mouseUp
  set the hilite of me to true
  put mainstacks() into listOfMainStacks
  put the num of lines in listOfMainStacks into numToDo
  repeat with x = 1 to numToDo
if char 1 to 4 of line x of listOfMainStacks = ddm- then
  put line x of listOfMainStacks into thismainStack
  exit repeat
end if
  end repeat
  set the cursor to busy
  lock Screen
  orderSubs thismainStack
set the hilite of me to false
  beep
  answer Done!
  set the cursor to arrow
  set the hilite of me to false
end mouseUp

on orderSubs thismainStack
get the substacks of stack thismainStack
sort it
set the substacks of stack thismainStack to it
save stack thismainStack
end orderSubs

--
Dr. Christopher D. Condit,  Associate Prof.,  Dept. of Geosciences
Univ. Massachusetts,  611 North Pleasant St., Amherst, MA, 01003-9297

[EMAIL PROTECTED]  413-545-0272
My Web Page:  http://www.geo.umass.edu/faculty/condit.htm
Revolution Dynamic Digital Maps: http://ddm.geo.umass.edu

___
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: re-Ordering sub stacks

2008-11-19 Thread Thomas McGrath III

Chris,

As far as your actual problem maybe it is better to set the substacks  
mainstack property as in:

on orderSubs thismainStack
   get the substacks of stack thismainStack
   sort it
   put it into theSubstacks
   repeat with x = 1 to the number of lines of theSubstacks
  put line x of theSubstacks into theStack
  set the mainstack of stack theStack to thismainStack
   end repeat
   --set the substacks of stack thismainStack to it
   save stack thismainStack
end orderSubs

This works for me here with your stack.

P.S. Although this may not relate to your problem I wanted to comment:  
Your repeat loop will only find the first stack (if any) that starts  
with ddm- so maybe the repeat is not the best way to go.


Tom McGrath III
Lazy River Software
[EMAIL PROTECTED]

iTunes Library Suite - libITS
Information and download can be found on this page:
http://www.lazyriversoftware.com/RevOne.html


On Nov 19, 2008, at 11:36 AM, Chris Condit wrote:

button script:

--re-order substacks
on mouseUp
 set the hilite of me to true
 put mainstacks() into listOfMainStacks
 put the num of lines in listOfMainStacks into numToDo
 repeat with x = 1 to numToDo
   if char 1 to 4 of line x of listOfMainStacks = ddm- then
 put line x of listOfMainStacks into thismainStack
 exit repeat
   end if
 end repeat
 set the cursor to busy
 lock Screen
 orderSubs thismainStack
   set the hilite of me to false
 beep
 answer Done!
 set the cursor to arrow
 set the hilite of me to false
end mouseUp

on orderSubs thismainStack
get the substacks of stack thismainStack
sort it
set the substacks of stack thismainStack to it
save stack thismainStack
end orderSubs

-







___
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: RunRev V3.0 Question/Message Box

2008-11-19 Thread Mark Wieder
Sarah-

Tuesday, November 18, 2008, 9:41:31 PM, you wrote:

 Do ask  answer work in the IDE? Is the problem that they are not
 being copied to the standalone or does the standalone not build at
 all?

I also had this problem with at least one stack, where it was critical
that answer dialogs be available. They would work fine in the IDE but
not in the standalone version. Interestingly if I handed them to
another developer they would compile and work fine. Didn't matter
whether I allowed the IDE to find them automatically or explicitly
selected them. The problem with that stack mysteriously cleared itself
up after some time and I haven't been able to replicate it. To this
day I have no idea what was going on there.

-- 
-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


Re: Conference DVDs: Design principles

2008-11-19 Thread Mark Wieder
Malte-

Tuesday, November 18, 2008, 11:35:55 PM, you wrote:

 Lol. I have an arm and a leg I do not use at the moment. Would that
 help?

Yes. I have a plumbing application coming up where an extra hand would
be quite useful. Thanks for the offer.

-- 
-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


Re: re-Ordering sub stacks

2008-11-19 Thread Thomas McGrath III

Chris,

This might be a better approach for the repeat loop I mentioned in the  
previous email. Use the lineoffset instead:

on mouseUp
  set the hilite of me to true
  put mainstacks() into listOfMainStacks
  put line (lineoffset(ddm-,listOfMainStacks)) of listOfMainStacks  
into thismainStack

  set the cursor to busy
  lock screen
  orderSubs thismainStack
set the hilite of me to false
  beep
  answer Done!
  set the cursor to arrow
  set the hilite of me to false
end mouseUp

on orderSubs thismainStack
   get the substacks of stack thismainStack
   sort it
   put it into theSubstacks
   repeat with x = 1 to the number of lines of theSubstacks
  put line x of theSubstacks into theStack
  set the mainstack of stack theStack to thismainStack
   end repeat
   save stack thismainStack
end orderSubs


Tom McGrath III
Lazy River Software
[EMAIL PROTECTED]

iTunes Library Suite - libITS
Information and download can be found on this page:
http://www.lazyriversoftware.com/RevOne.html



On Nov 19, 2008, at 11:36 AM, Chris Condit wrote:

button script:

--re-order substacks
on mouseUp
set the hilite of me to true
put mainstacks() into listOfMainStacks
put the num of lines in listOfMainStacks into numToDo
repeat with x = 1 to numToDo
  if char 1 to 4 of line x of listOfMainStacks = ddm- then
put line x of listOfMainStacks into thismainStack
exit repeat
  end if
end repeat
set the cursor to busy
lock Screen
orderSubs thismainStack
  set the hilite of me to false
beep
answer Done!
set the cursor to arrow
set the hilite of me to false
end mouseUp

on orderSubs thismainStack
get the substacks of stack thismainStack
sort it
set the substacks of stack thismainStack to it
save stack thismainStack
end orderSubs








___
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: Conference DVDs: Design principles

2008-11-19 Thread Thomas McGrath III

Ha Ha Ha,

And I could really use a 'leg up' in this company I work for.  
Interesting!!!


Tom McGrath III
Lazy River Software
[EMAIL PROTECTED]

iTunes Library Suite - libITS
Information and download can be found on this page:
http://www.lazyriversoftware.com/RevOne.html


On Nov 19, 2008, at 12:10 PM, Mark Wieder wrote:


Malte-

Tuesday, November 18, 2008, 11:35:55 PM, you wrote:


Lol. I have an arm and a leg I do not use at the moment. Would that
help?


Yes. I have a plumbing application coming up where an extra hand would
be quite useful. Thanks for the offer.

--
-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


Re: Conference DVDs: Design principles

2008-11-19 Thread Neal Campbell
I am glad no one wants to get ahead in their company!

Neal
Neal Campbell
Abroham Neal Software
Programming Services for Windows, OS X and Linux
(540) 242 0911
-
Try Spot for OS X, the intelligent DXCluster Client at
www.abrohamnealsoftware.com -  $15.99
-
For a great dog book, visit www.abrohamneal.com
-
See the FlexRadio Systems Flex-5000a in
action at www.flex-videos.com




On Wed, Nov 19, 2008 at 12:21 PM, Thomas McGrath III [EMAIL PROTECTED] wrote:
 Ha Ha Ha,

 And I could really use a 'leg up' in this company I work for. Interesting!!!

 Tom McGrath III
 Lazy River Software
 [EMAIL PROTECTED]

 iTunes Library Suite - libITS
 Information and download can be found on this page:
 http://www.lazyriversoftware.com/RevOne.html


 On Nov 19, 2008, at 12:10 PM, Mark Wieder wrote:

 Malte-

 Tuesday, November 18, 2008, 11:35:55 PM, you wrote:

 Lol. I have an arm and a leg I do not use at the moment. Would that
 help?

 Yes. I have a plumbing application coming up where an extra hand would
 be quite useful. Thanks for the offer.

 --
 -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: Conference DVDs: Design principles

2008-11-19 Thread J. Landman Gay

Neal Campbell wrote:

I am glad no one wants to get ahead in their company!


I could use a shoulder to cry on.

Pretty soon there will be nothing left of poor Malte.

--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
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: Rev Tutorial Videos has audio but no video

2008-11-19 Thread J. Landman Gay

Charles Szasz wrote:

I have OS 10.5.5 and Rev. 3.0. I recently purchased QuickTime Pro. Last
weekend, I decided to view one of the Rev tutorial videos. I got audio but
only a green screen instead of video. I have installed the Techsmith Codec
for Intel OSX machines twice and rebooted each time but with the same
results - no video.  I also get the same results with Rev 2.9.  Rev support
has been unable to solve this problem.


Could someone with the newly-released version of QT try testing one of 
the tutorials? The only thought I had was that the new QT may have 
broken the TechSmith codec. The versions I have here work fine, but I've 
heard enough bad things about the latest QT that I hesitate to download 
it right now.


--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
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: Rev Tutorial Videos has audio but no video

2008-11-19 Thread Thomas McGrath III
I tried one of the Tutorials and got a blank screen. I went and  
installed/reinstalled the TechSmith codec and now I can see the video.  
Everything looks fine.


Quicktime Pro  7
Rev 3.0.0
Mac OSX 10.5.5

Tom McGrath III
Lazy River Software
[EMAIL PROTECTED]

iTunes Library Suite - libITS
Information and download can be found on this page:
http://www.lazyriversoftware.com/RevOne.html

On Nov 19, 2008, at 12:39 PM, J. Landman Gay wrote:


Charles Szasz wrote:
I have OS 10.5.5 and Rev. 3.0. I recently purchased QuickTime Pro.  
Last
weekend, I decided to view one of the Rev tutorial videos. I got  
audio but
only a green screen instead of video. I have installed the  
Techsmith Codec

for Intel OSX machines twice and rebooted each time but with the same
results - no video.  I also get the same results with Rev 2.9.  Rev  
support

has been unable to solve this problem.


Could someone with the newly-released version of QT try testing one  
of the tutorials? The only thought I had was that the new QT may  
have broken the TechSmith codec. The versions I have here work fine,  
but I've heard enough bad things about the latest QT that I hesitate  
to download it right now.


--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com









___
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: RevOpenDatabase(tQuery)

2008-11-19 Thread hershel fisch
On 11/19/08 3:29 AM, Jan Schenkel [EMAIL PROTECTED] wrote:
I'm wondering because this works?

put revOpenDatabase (  pDbType ,  pHost  ,  pDbName  , 
pUserName  ,  pPassword ,) into tResult
 (with postgresql)?
Hershel


 --- hershel fisch [EMAIL PROTECTED] wrote:
 On 11/18/08 8:13 PM, hershel fisch
 [EMAIL PROTECTED] wrote:
 This is the correct syntax but doesn¹t work, if I
 spell it out then it does.
 
 Hi, what is the reason that this doesn't work
 Put revOpenDatabase(tQuery) into tResult
  Tquery contains (SQLite,/Applications/Revolution
  Enterprise/3.0.0-rc-3/test.db)
 
 The error stack x: execution error at line n/a
 () near revdberr,syntax
 error
 
 Thanks, Hershel
 
 
 
 That's just how xTalks work, you can't just toss all
 parameters into a single variable and hope that the
 command or function figures it out - unless said
 command or function is explicitly programmed to do so.
 
 Revolution can do a great many things, but not
 telepathic connections to the developers, I'm afraid.
 
 Jan Schenkel.
 
 Quartam Reports  PDF Library for Revolution
 http://www.quartam.com
 
 =
 As we grow older, we grow both wiser and more foolish at the same time.  (La
 Rochefoucauld)
 
 
 
 ___
 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: Rev Tutorial Videos has audio but no video

2008-11-19 Thread Colin Holgate


On Nov 19, 2008, at 12:54 PM, Thomas McGrath III wrote:


Quicktime Pro  7
Rev 3.0.0
Mac OSX 10.5.5


Which version of QuickTime, and what kind of Mac? There were changes  
in 7.5.5 that upset some machines, but an update the other day  
improved things a bit.





___
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: Rev Tutorial Videos has audio but no video

2008-11-19 Thread Thomas McGrath III

I then installed via software update Quicktime Pro 7.5 update.
Played same tutorial and it was fine.
Played new/downloaded tutorial and it was fine as well


Tom McGrath III
Lazy River Software
[EMAIL PROTECTED]

iTunes Library Suite - libITS
Information and download can be found on this page:
http://www.lazyriversoftware.com/RevOne.html


On Nov 19, 2008, at 12:54 PM, Thomas McGrath III wrote:

I tried one of the Tutorials and got a blank screen. I went and  
installed/reinstalled the TechSmith codec and now I can see the  
video. Everything looks fine.


Quicktime Pro  7
Rev 3.0.0
Mac OSX 10.5.5

Tom McGrath III
Lazy River Software
[EMAIL PROTECTED]

iTunes Library Suite - libITS
Information and download can be found on this page:
http://www.lazyriversoftware.com/RevOne.html

On Nov 19, 2008, at 12:39 PM, J. Landman Gay wrote:


Charles Szasz wrote:
I have OS 10.5.5 and Rev. 3.0. I recently purchased QuickTime Pro.  
Last
weekend, I decided to view one of the Rev tutorial videos. I got  
audio but
only a green screen instead of video. I have installed the  
Techsmith Codec
for Intel OSX machines twice and rebooted each time but with the  
same
results - no video.  I also get the same results with Rev 2.9.   
Rev support

has been unable to solve this problem.


Could someone with the newly-released version of QT try testing one  
of the tutorials? The only thought I had was that the new QT may  
have broken the TechSmith codec. The versions I have here work  
fine, but I've heard enough bad things about the latest QT that I  
hesitate to download it right now.


--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com









___
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: Rev Tutorial Videos has audio but no video

2008-11-19 Thread Thomas McGrath III

First 7.0 and then 7.5 and both seem to work fine.

Tom McGrath III
Lazy River Software
[EMAIL PROTECTED]

iTunes Library Suite - libITS
Information and download can be found on this page:
http://www.lazyriversoftware.com/RevOne.html





On Nov 19, 2008, at 12:58 PM, Colin Holgate wrote:



On Nov 19, 2008, at 12:54 PM, Thomas McGrath III wrote:


Quicktime Pro  7
Rev 3.0.0
Mac OSX 10.5.5


Which version of QuickTime, and what kind of Mac? There were changes  
in 7.5.5 that upset some machines, but an update the other day  
improved things a bit.





___
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: RunRev V3.0 Question/Message Box

2008-11-19 Thread Camm29
Sarah ,

Works in IDE with no problems.

Tried all manner of inclusions or not etc , still fails to build standalone.

I made a small stack with just an answer dialog and its fails to build in
Rev 3.

If I leave out any ask , answer dialog then stacks will build in Rev 3.

Regards
Camm

- Original Message -
From: Sarah Reichelt [EMAIL PROTECTED]
To: How to use Revolution use-revolution@lists.runrev.com
Sent: Wednesday, November 19, 2008 5:41 AM
Subject: Re: RunRev V3.0 Question/Message Box


 On Wed, Nov 19, 2008 at 5:21 AM, Camm29 [EMAIL PROTECTED] wrote:
  Dave ,
 
  Do you use any ASK or ANSWER within your scripts.
 
  I have been unable to build any Standalone that use Ask or Answer in Rev
  3.0.0
 
  The same scripts bulid fine with no problems in Rev 2.8

 This is terrible for you. I have been building apps with ask  answer
 dialogs and no problems so I wonder what the differences are.
 Do ask  answer work in the IDE? Is the problem that they are not
 being copied to the standalone or does the standalone not build at
 all?
 If they do not work in the IDE, then I suggest re-installing Rev.
 If they do not get copied to the standalone, then make sure you have
 chosen your own inclusions in the standalone settings and selected
 both these dialogs.
 Do you have an unusual characters in the file path to the standalone?
 That can stop a standalone from building.

 Apart from that, have you tried a basic stack with just a single
 control that calls the answer dialog and seeing if that can work.

 HTH,
 Sarah
 ___
 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


 --
 Internal Virus Database is out-of-date.
 Checked by AVG.
 Version: 7.5.524 / Virus Database: 270.8.1/1732 - Release Date: 18/10/2008
18:01



___
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


Rev 3 Player/Stack Title Bug - Help?

2008-11-19 Thread Scott Rossi
Hello List:

Good grief...  I'm wondering if anyone can find a workaround for this odd
behavior in Rev 3, Windows.

Create a new stack.  Give it a title, like ABCDE.
Drag a player control onto the stack.
Hit enter in title field of Rev's inspector, solely to update the title.
If you see what I see, the stack's title (in the titlebar) changes to A;
the title in the inspector does change.

Then no matter what I try I cannot get the full title to show in the stack's
titlebar unless I delete the player object.  The title field in the
inspector and the engine both maintain that the stack's title is ABCDE.

This is extremely disconcerting as I have to deliver an application by
Friday and the client has already pointed out this mistake in the preview
build.  It appears there is no way to fix this.  Any ideas?

Thanks  Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia  Design


___
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: Rev Tutorial Videos has audio but no video

2008-11-19 Thread J. Landman Gay

Thomas McGrath III wrote:

First 7.0 and then 7.5 and both seem to work fine.


Thanks for checking, Tom. Appreciate it. After Colin's comment, I just 
downloaded 7.5.5 and it seems to work fine here too with the Rev tutorials.


Charles, did you download and install the correct codec? There are two 
on the web site, one for older Macs and one for Intels.


--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
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


Converting Hypercard Stack -- No Scripts?

2008-11-19 Thread Sivakatirswami
Wow, someone was cleaning up their computer here and sent me three 
hypercard stacks that I think i made nearly 20 years ago!   One has some 
important, still useful data.


I just opened the HC stack in Revolution and viola it appears. But I'm 
getting some strange behaviors that I don't know how to solve.


This is basically a little roll-a-dex  of card with information about 
Ayurveda ranging from info on foods, recipes, remedies for illnesses etc.


The cards are divided into sections like chapters in a book and these 
chapters are are organized as sections... The home card has a set of 
buttons that look like tabs at the bottom of the window:


Find, Remedies, Herbs, Organs, Recipies, Nutrients, New Card that goes 
section.


Then each section has a unique set of buttons in a group that are nust 
for that section


Nutrients, Breads, Chutneys, Curries, Liquids, Rices, Sweets, Plate Sample

It's a simple ebook... meant to be expanded as time goes on

Now we have one basic problem:

I cannot find any script in any object!  there is no stack script, no 
card script and no script in any of the groups that will open in the 
Script editor.


But this is nuts because if I click on the buttons, they got the first 
card of each chapter In those early days I did not know much and I just 
used a find function to drive a button to a specific card. Today I would 
name the cards... OK, so I open the stack in Application browser an we 
see that in the tab buttons under the column that shows number of lines 
of code in the script that most  buttons have 3 lines of code and some 
have 5 or 12.


Again, I did not know what I was doing in those days and would today put 
all the functions in the  stack script. But here's the wierd part... I 
try to edit the script of a button that shows it has 3 lines of code in 
it.. either the script editor will refuse to open or it opens and there 
is no code there at all.


And sometimes I get  this error:


   compiling at 7:48:19 AM
TypeChunk: can't create a variable with that name (explicitVariables?)
ObjectFind
Lineput find whole quote kumba quote into the message box
Hintmessage

which shows that *some* script is active, but if I click Script to 
open the script. nothing happens.
No script editor is invoked, and the script of the button with the 
offending command is not available.


Any ideas?






___
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: Rev 3 Player/Stack Title Bug - Help?

2008-11-19 Thread Scott Rossi
Recently, Scott Rossi wrote:

 If you see what I see, the stack's title (in the titlebar) changes to A;
 the title in the inspector does change.

...does NOT change.  Sorry for the typo (frustration evident).

Thanks  Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia  Design


___
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: Rev 3 Player/Stack Title Bug - Help?

2008-11-19 Thread Klaus Major

Hi Scott,


Hello List:

Good grief...  I'm wondering if anyone can find a workaround for  
this odd

behavior in Rev 3, Windows.

Create a new stack.  Give it a title, like ABCDE.
Drag a player control onto the stack.
Hit enter in title field of Rev's inspector, solely to update the  
title.
If you see what I see, the stack's title (in the titlebar) changes  
to A;

the title in the inspector does change.

Then no matter what I try I cannot get the full title to show in the  
stack's

titlebar unless I delete the player object.  The title field in the
inspector and the engine both maintain that the stack's title is  
ABCDE.


This is extremely disconcerting as I have to deliver an application by
Friday and the client has already pointed out this mistake in the  
preview

build.  It appears there is no way to fix this.  Any ideas?


Sorry, no solution, but I also experience this strange behaviour on Win.

As soon as there is an active and visible player involved, the  
titlebar gets

completely messed up and shows cryptic signs (mainly these empty squares
and ???), or like in your case only the first character is being  
displayed.


Very annoying!


Thanks  Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia  Design


Regards

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de


___
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: Converting Hypercard Stack -- No Scripts?

2008-11-19 Thread J. Landman Gay

Sivakatirswami wrote:


I just opened the HC stack in Revolution and viola it appears. But I'm 
getting some strange behaviors that I don't know how to solve.


...
No script editor is invoked, and the script of the button with the 
offending command is not available.


Any ideas?


Odd. I've never seen this happen. You could try turning off messages 
(click the Messages icon in the toolbar) and see if that helps.


You could also try, from the message box:

 set the clipboardData to the script of button btnName

See if you get anything in the clipboard. If so, you could set the 
script to empty via message box, then paste in the retrieved script and 
correct the errors.


Finally, if the stack has so few scripts, it might just be easier to 
open it in a text editor and copy out the pieces you need. Then set the 
scripts to empty from the message box, open them, paste in the retrieved 
text, and correct the scripts.


I'm thinking there may be a stray end-of-script character in there 
somewhere, or something else that makes the editor think there's nothing 
to display. I saw that happen once in HC, but never in Revolution.


--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
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: Rev 3 Player/Stack Title Bug - Help?

2008-11-19 Thread Chris Sheffield

Does setting the title in a preOpenStack handler make any difference?

On Nov 19, 2008, at 11:25 AM, Scott Rossi wrote:


Recently, Scott Rossi wrote:

If you see what I see, the stack's title (in the titlebar) changes  
to A;

the title in the inspector does change.


...does NOT change.  Sorry for the typo (frustration evident).

Thanks  Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia  Design


___
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


--
Chris Sheffield
Read Naturally, Inc.
www.readnaturally.com

___
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: Rev 3 Player/Stack Title Bug - Help?

2008-11-19 Thread Scott Rossi
Recently, Chris Sheffield wrote:

 Does setting the title in a preOpenStack handler make any difference?

Even if it did, the bug appears to happen when the engine encounters a card
with a player.  So if you switch a new card that has player (my situation),
the title gets shot.  I have tried adding scripts to force the title without
success.

Thanks for trying though.

Regards,

Scott Rossi
Creative Director
Tactile Media, Multimedia  Design


___
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: Rev 3 Player/Stack Title Bug - Help?

2008-11-19 Thread J. Landman Gay

Scott Rossi wrote:

Hello List:

Good grief...  I'm wondering if anyone can find a workaround for this odd
behavior in Rev 3, Windows.

Create a new stack.  Give it a title, like ABCDE.
Drag a player control onto the stack.
Hit enter in title field of Rev's inspector, solely to update the title.
If you see what I see, the stack's title (in the titlebar) changes to A;
the title in the inspector does change.

Then no matter what I try I cannot get the full title to show in the stack's
titlebar unless I delete the player object.  The title field in the
inspector and the engine both maintain that the stack's title is ABCDE.

This is extremely disconcerting as I have to deliver an application by
Friday and the client has already pointed out this mistake in the preview
build.  It appears there is no way to fix this.  Any ideas?


I'm not sure, but maybe something in the bug report will give you an 
idea about a work-around:


http://quality.runrev.com/qacenter/show_bug.cgi?id=7290

The recipe is precise enough that maybe you can tinker with the order of 
the steps. Maybe hiding the player, or creating a new one on demand?


--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
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: SQLite revQueryDatabase where param won't detect invalid target

2008-11-19 Thread Paul Murray
Jan,
Thanks very much for your help!

btw... got a syntax error on:
put revDataFromQuery(wgdbConID,doSQL,anonID) into tRecordCount

so I checked the documentation, and although it implies the first two
parameters are optional,
I had to add a couple of leading commas to get it to work:
put revDataFromQuery(,,wgdbConID,doSQL,anonID) into tRecordCount

Very minor compared to much research time you saved me!
Thanks again.
Paul

On Wed, Nov 19, 2008 at 4:23 AM, Jan Schenkel [EMAIL PROTECTED] wrote:

 --- Paul Murray [EMAIL PROTECTED] wrote:
  When trying to detect that an entry in a table is
  missing, revQueryDatabase
  SELECT... WHERE... is returning an integer
  (cursor) result when the table
  is actually empty or the search value has never been
  inserted into the
  table:
 
  The following code is preceded by the creation of
  the table before any
  records are inserted:
 
  put SELECT * FROM players WHERE playerID=:1 into
  doSQL
  put abc1234 into anonID
  put revQuerydatabase(wgdbConID,doSQL,anonID) into
  playersCursor
  answer doSQL  :  anonID  result =  
  playersCursor  -- shows the
  result (playersCursor value is always an integer)
 
  The result (playersCursor) is ALWAYS an integer, no
  matter if there are any
  entries in the table or not, and no matter what
  value is given to the anonID
  variable.
 
  I need to be able to determine if the record with
  the specified playerID
  exists or not.
  Does anyone have any idea where the problem is?
  Any help would be greatly appreciated.  Thanks.
 

 Hi Paul,

 Let me assure you: nothing is wrong, and you're not
 going crazy either :-)

 A 'cursor' or 'record set' that you get from
 revQueryDatabase is an integer number, if the query
 was successful, and this number is nothing more than
 an identifier that you can use for calls to
 revMoveToNextRecord, revNumberOfRecords of
 revDatabaseColumnCount.

 In this case, if you want to know if a record exists,
 use the revDataFromQuery function with a slightly
 different SQL query.
 ##
 put SELECT COUNT(*) FROM players WHERE playerID=:1
 into doSQL
 put abc1234 into anonID
 put revDataFromQuery(wgdbConID,doSQL,anonID) into
 tRecordCount
 answer doSQL  :  anonID  result =  
 tRecordCount
 ##

 If the database can't find said record, the result of
 the COUNT(*) function is 0 (zero), otherwise it's 1
 (assuming that playerID is your primary, unique key
 for that table)

 HTH,

 Jan Schenkel.

 Quartam Reports  PDF Library for Revolution
 http://www.quartam.com

 =
 As we grow older, we grow both wiser and more foolish at the same time.
  (La Rochefoucauld)



 ___
 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


Backdrop in Media

2008-11-19 Thread Shari Coxford
The forced backdrop when running a stack with the Media player is NOT user 
friendly, it is downright hostile.  It prevents folks from switching back and 
forth easily from other applications to the Rev stacks.

I've tried a boatload of ways to run these stacks without the backdrop.  

Failed attempts:

# fails because the Rev player forces the backdrop
On preOpenStack
  Set the backdrop to none
End preOpenStack

# produces errors regarding the other stacks
There are three stacks.  The primary stack, which is the shell, and the two 
stacks where data is saved.  I did not embed them in case I ever want to turn 
this into a standalone.  Resaving the stacks with my Enterprise version and 
then attempting to run them with Stackrunner produces Can't Find Stack errors 
on launch.

# cannot override Revs built in controlKeyDown commands
Got the idea to maybe just let them use it in Media itself but hide the Media 
toolbars and menus so that they can only access mine.  However cannot find a 
way to disable controlKeyDown overrides that access Rev's menus.  I tried 
creating a dummy hidden menu to trap all of the commandKeyDown possibilities 
but just typing Control-T for example shows/hides the tool bar no matter how I 
try to trap for and prevent it.  I tried adding a menuPick handler to the stack 
with the items from the dummy menu, but again, Rev's built in commands get thru 
anyway.  

# Hassle if they need a change or find a bug
Yes I could take it home, turn it into a standalone with my own Enterprise and 
bring it back for them, but right now I need to be able to update it on the fly 
when I am here.  If I turn it into a standalone I cannot update it and give it 
right back to them.  I'm only here two days a week and they may not want to 
wait for an update.

The only problem I have with the Rev player is that danged backdrop.  It really 
is unprofessional and hostile.  How can someone look at a file on their 
computer, and then use info from that file to enter it into the stack I've 
created for them?  They cannot.  The backdrop makes the Player totally useless 
in this case.  I understand Rev wanting to protect their stuff and make sure 
someone with Media cannot sneaky upgrade somehow, but the forced backdrop 
offers nothing.  It should have been optional.

I am very frustrated.

Shari



___
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: Rev Tutorial Videos has audio but no video

2008-11-19 Thread Charles Szasz

The video problem was due to Perian 1.1.2, which is a QT component. After I
removed it the video returned.  
-- 
View this message in context: 
http://www.nabble.com/Rev-Tutorial-Videos-has-audio-but-no-video-tp20573242p20588678.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
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: Rev Tutorial Videos has audio but no video

2008-11-19 Thread Charles Szasz

The video problem was due to Perian 1.1.2, which is a QT component. After I
removed it the video returned.  



Thomas McGrath III-3 wrote:
 
 I then installed via software update Quicktime Pro 7.5 update.
 Played same tutorial and it was fine.
 Played new/downloaded tutorial and it was fine as well
 
 
 Tom McGrath III
 Lazy River Software
 [EMAIL PROTECTED]
 
 iTunes Library Suite - libITS
 Information and download can be found on this page:
 http://www.lazyriversoftware.com/RevOne.html
 
 
 On Nov 19, 2008, at 12:54 PM, Thomas McGrath III wrote:
 
 I tried one of the Tutorials and got a blank screen. I went and  
 installed/reinstalled the TechSmith codec and now I can see the  
 video. Everything looks fine.

 Quicktime Pro  7
 Rev 3.0.0
 Mac OSX 10.5.5

 Tom McGrath III
 Lazy River Software
 [EMAIL PROTECTED]

 iTunes Library Suite - libITS
 Information and download can be found on this page:
 http://www.lazyriversoftware.com/RevOne.html

 On Nov 19, 2008, at 12:39 PM, J. Landman Gay wrote:

 Charles Szasz wrote:
 I have OS 10.5.5 and Rev. 3.0. I recently purchased QuickTime Pro.  
 Last
 weekend, I decided to view one of the Rev tutorial videos. I got  
 audio but
 only a green screen instead of video. I have installed the  
 Techsmith Codec
 for Intel OSX machines twice and rebooted each time but with the  
 same
 results - no video.  I also get the same results with Rev 2.9.   
 Rev support
 has been unable to solve this problem.

 Could someone with the newly-released version of QT try testing one  
 of the tutorials? The only thought I had was that the new QT may  
 have broken the TechSmith codec. The versions I have here work  
 fine, but I've heard enough bad things about the latest QT that I  
 hesitate to download it right now.

 -- 
 Jacqueline Landman Gay | [EMAIL PROTECTED]
 HyperActive Software   | http://www.hyperactivesw.com








 ___
 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
 
 

-- 
View this message in context: 
http://www.nabble.com/Rev-Tutorial-Videos-has-audio-but-no-video-tp20573242p20588723.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
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: Rev Tutorial Videos has audio but no video

2008-11-19 Thread Charles Szasz

The video problem was due to Perian 1.1.2, which is a QT component. After I
removed it the video returned.  



-- 
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
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



-- 
View this message in context: 
http://www.nabble.com/Rev-Tutorial-Videos-has-audio-but-no-video-tp20573242p20588740.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
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: re-Ordering sub stacks

2008-11-19 Thread Thomas McGrath III

Chris,

I just reread your post and think that if this script 'used' to work  
prior to 3.0 then either it is a bug or maybe 3.0 changed the way it  
handles the substacks function.


You might want to enter a bug report on this.


Tom McGrath III
Lazy River Software
[EMAIL PROTECTED]

iTunes Library Suite - libITS
Information and download can be found on this page:
http://www.lazyriversoftware.com/RevOne.html





On Nov 19, 2008, at 11:36 AM, Chris Condit wrote:

 The below script works fine in Revolution versions previous to 3.0,  
but when run in 3.0 causes Revolution to shut down, and results in  
the original stack being left with only one substack.


___
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: Converting Hypercard Stack -- No Scripts?

2008-11-19 Thread Ben Rubinstein

Sivakatirswami wrote:

 I just opened the HC stack in Revolution and viola it appears. But I'm 
getting some strange behaviors that I don't know how to solve.


...
 No script editor is invoked, and the script of the button with the 
offending command is not available.


 Any ideas?

I had something similar happen a month or two ago; a stack that had started 
life in HyperCard, been converted to Revolution several years ago.  Opened in 
3.0, couldn't open any scripts.  But simply puting the script of any object 
delivered the script fine.  So the scripts are there (and as you noted you may 
even be able to run) but something fouls up with the script editor so it 
doesn't open.


Unfortunately, I can't now recall what changed to sort this out.  I recall 
that I did what I immediately needed to do in 2.9 (or was it even 2.8?) (where 
the script editor still worked fine) instead of 3.0.   Did simply opening and 
resaving the stack from 2.8/2.9 fix it (it would previously have last been 
saved from a much earlier version)?  Or was it a change I made in the scripts 
- eg I recall that the scripts used the 'byte' as a variable, which of course 
in 3.0 became a reserved word.


Sorry - this was one of those times where I was under too much pressure to be 
able to put any time into figuring out what was going on, I just needed to 
find a workaround and get on with my work.  But if you're seeing it too, 
there's evidently a problem that's been introduced, and it would be good to 
track it down.


- Ben

___
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: Backdrop in Media

2008-11-19 Thread Lynn Fredricks
 The only problem I have with the Rev player is that danged 
 backdrop.  It really is unprofessional and hostile.  How can 
 someone look at a file on their computer, and then use info 
 from that file to enter it into the stack I've created for 
 them?  They cannot.  The backdrop makes the Player totally 
 useless in this case.  I understand Rev wanting to protect 
 their stuff and make sure someone with Media cannot sneaky 
 upgrade somehow, but the forced backdrop offers nothing.  It 
 should have been optional.

Revolution Media has this limitation to narrow the scope of applications it
can create to multimedia type projects that own the computer they are
running on - meaning its great for a presentation, multimedia type game,
kiosk and the like, but not so for multi window applications. At $49,
Revolution Media is an extremely powerful package. If you want to build more
sophisticated, professional applications, then Revolution Studio is the way
to go. And thanks to the major price drop that happened not all that long
ago, a Media - Studio upgrade is an even better deal.

If you already have Enterprise at home - I shouldn't have to be selling you
on Studio or Enterprise ;-)

Best regards,

Lynn Fredricks
Mirye Software Publishing
http://www.mirye.com

Mirye Community NING
http://miryesoftware.ning.com 

___
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


How to manage german mutated vowel in SQLite

2008-11-19 Thread Reinhold Venzl-Schubert

Hi!

In my program I use a SQLite database, to store sentences in german  
language.
I can store sentences as rtf-text with mutated vowels and can get them  
back from SQLite, everything works well.


But now I want to export some records and reimport them later.

This is my export-script:

put SELECT * FROM Text_table into tSQL
put revdb_querylist(,,gConID,tSQL) into Text_data

Text_data:
1	Text_table	{\rtf\mac *CR*}	{\rtf\mac *CR*aou}	{\rtf\mac *CR*\'8A\'9A 
\'9F}	


For my import-script I changed the TABs in Text-data like this:

put INSERT INTO Text_table VALUES (null, '{\rtf\mac *CR*}', '{\rtf 
\mac *CR*\'8A\'9A\'9F}') into tSQL

put revdb_execute(gConID,tSQL) into tTmp

When there is a german mutated vowel in the value SQLite refuses to  
create a new record.


What can I do?

Reinhold
___
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: Converting Hypercard Stack -- No Scripts?

2008-11-19 Thread Joe Lewis Wilkins
That also happened to me right after I got 3.0. If I remember  
correctly, everything was OK after I compacted the stack before  
opening it in Rev. Of course, that meant I had to be able to open it  
in HC to do that. Seems like there was something else, too. I think it  
was Jacqui who put me on the right track. Not sure? It's possible I  
have my problems mixed up. (sigh!)


Joe Wilkins

On Nov 19, 2008, at 1:37 PM, Ben Rubinstein wrote:


Sivakatirswami wrote:

 I just opened the HC stack in Revolution and viola it appears. But  
I'm getting some strange behaviors that I don't know how to solve.


...
 No script editor is invoked, and the script of the button with the  
offending command is not available.


 Any ideas?

I had something similar happen a month or two ago; a stack that had  
started life in HyperCard, been converted to Revolution several  
years ago.  Opened in 3.0, couldn't open any scripts.  But simply  
puting the script of any object delivered the script fine.  So the  
scripts are there (and as you noted you may even be able to run) but  
something fouls up with the script editor so it doesn't open.


Unfortunately, I can't now recall what changed to sort this out.  I  
recall that I did what I immediately needed to do in 2.9 (or was it  
even 2.8?) (where the script editor still worked fine) instead of  
3.0.   Did simply opening and resaving the stack from 2.8/2.9 fix it  
(it would previously have last been saved from a much earlier  
version)?  Or was it a change I made in the scripts - eg I recall  
that the scripts used the 'byte' as a variable, which of course in  
3.0 became a reserved word.


Sorry - this was one of those times where I was under too much  
pressure to be able to put any time into figuring out what was going  
on, I just needed to find a workaround and get on with my work.  But  
if you're seeing it too, there's evidently a problem that's been  
introduced, and it would be good to track it down.


- Ben







___
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: Converting Hypercard Stack -- No Scripts?

2008-11-19 Thread Ben Rubinstein

Joe Lewis Wilkins wrote:
That also happened to me right after I got 3.0. If I remember correctly, 
everything was OK after I compacted the stack before opening it in Rev. 
Of course, that meant I had to be able to open it in HC to do that. 
Seems like there was something else, too. I think it was Jacqui who put 
me on the right track.


hcAddressing?

- Ben

___
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: Converting Hypercard Stack -- No Scripts?

2008-11-19 Thread Joe Lewis Wilkins

At the time I didn't even know that property existed.

Joe Wilkins

On Nov 19, 2008, at 3:30 PM, Ben Rubinstein wrote:


Joe Lewis Wilkins wrote:
That also happened to me right after I got 3.0. If I remember  
correctly, everything was OK after I compacted the stack before  
opening it in Rev. Of course, that meant I had to be able to open  
it in HC to do that. Seems like there was something else, too. I  
think it was Jacqui who put me on the right track.


hcAddressing?

- Ben

___
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


--
Please avoid sending me Word or PowerPoint attachments.
See   http://www.gnu.org/philosophy/no-word-attachments.html

Joe Lewis Wilkins
[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


RE: Backdrop in Media

2008-11-19 Thread Shari

Lynn,

I cannot sell them on more than the $49 I've already sold them on.  I 
found a kludgie workaround.  I'm not totally happy with it but with 
that one danged Player issue I had to find some other way.  The 
backdrop is ridiculous.  I don't know of any products excepting a few 
games where the desktop is obliterated and cannot be gotten to.  I'm 
not sure who the target audience for Media is, but the Player should 
really not force the backdrop unless the stack creator believes it's 
useful.


There is no place that tells you exactly what the difference is 
between Media, Studio and Enterprise before you purchase.  There is 
no list of specific details, handlers, commands, nothing about the 
Player, I looked high and lo before making a case to them.  And Media 
allowed me to create exactly what they needed.  At their office.  On 
their nickel.  And as technically Media belongs to them (and 
Enterprise belongs to me), I could simply allow them to use the 
stacks with Media itself, which is what I've done.  I'd have much 
rather them use the stacks with the Player so that they cannot ball 
anything up or get confused.


I put in the preOpenStack handler to hide the Tools stack, Rev 
menubar and message box.  This created a bit of a weird bug where the 
browse tool became the select tool and you couldn't push a button or 
menu item or anything, so I had to add Choose Browse Tool after 
hiding the Rev stacks.


But they could still access the development environment with 
Control-keys and I discovered by right-clicking they get Rev menus. 
Haven't figured out how to turn this off.


Any road, if anybody knows a way to disable all the built in menu 
items accessed with control keys and right clicking anywhere, I would 
appreciate it.


Once they've been using the stacks awhile and I know all the bugs are 
worked out and everything they want added has been added, I could 
bring them home and turn them into a standalone to prevent them 
accessing where they shouldn't be.  But I was trying to use the 
Player as Rev intended Media stacks to be used with.


Shari




Revolution Media has this limitation to narrow the scope of applications it
can create to multimedia type projects that own the computer they are
running on - meaning its great for a presentation, multimedia type game,
kiosk and the like, but not so for multi window applications. At $49,
Revolution Media is an extremely powerful package. If you want to build more
sophisticated, professional applications, then Revolution Studio is the way
to go. And thanks to the major price drop that happened not all that long
ago, a Media - Studio upgrade is an even better deal.

If you already have Enterprise at home - I shouldn't have to be selling you
on Studio or Enterprise ;-)

Best regards,

Lynn Fredricks



--
  Dogs and bears, sports and cars, and patriots t-shirts
  http://www.villagetshirts.com
 WlND0WS and MAClNT0SH shareware games
 http://www.gypsyware.com
___
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: Confused

2008-11-19 Thread Stephen Barncard

Hi Joe,

Try using a full path to the files, rather than the uncertainty of a 
partial path. It's easy to generate a whereAmI() function. and 
create it and add on the fly to combine with the desired file name.


sqb




Then the application should have the source for the players as: 
/MusicFolder/Music1.aiff  -- and so forth


But this doesn't work. Am I all wet someway?

TIA,

Joe Wilkins


--


stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -



___
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


Confused

2008-11-19 Thread Joe Lewis Wilkins
Once more I find myself going in circles. I've created a standalone  
for both Intel and Legacy Macs that plays a number of .aiff music  
files. At one point it worked great in the IDE, but then I started  
messing with things trying to get the Legacy version working under  
2.6.1. And I accomplished that, I think. (smile) Unfortunately, I have  
lots of memory and I've gotten kind of sloppy with where things are  
stored. Partly because of where Rev chooses to put its things; partly  
because I'm just a bad boy! (smile)


Regardless, I need to get my mind straightened out about this  
external files thing. What is the very best place to have your  
external files so that when someone puts them on their computer the  
same relationship exists for them as it does for me. I was always of  
the opinion that if you put everything in the same folder, the  
externals would be seen by the application, and not having to worry  
about exactly where that folder is placed. So, if I have the following  
setup things should work:


A folder  -- That I want a user to be able to drag from a CD to their  
Desktop or anywhere else they see fit.

   My standalone application
   MusicFolder
   Music1.aiff
   Music2.aiff
   etc.

Then the application should have the source for the players as: / 
MusicFolder/Music1.aiff  -- and so forth


But this doesn't work. Am I all wet someway?

TIA,

Joe Wilkins




___
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: Converting Hypercard Stack -- No Scripts?

2008-11-19 Thread Sivakatirswami

Ben Rubinstein wrote:

Sivakatirswami wrote:

 I just opened the HC stack in Revolution and viola it appears. But 
I'm getting some strange behaviors that I don't know how to solve.


...
 No script editor is invoked, and the script of the button with the 
offending command is not available.


 Any ideas?

I had something similar happen a month or two ago; a stack that had 
started life in HyperCard, been converted to Revolution several years 
ago.  Opened in 3.0, couldn't open any scripts.  But simply puting 
the script of any object delivered the script fine.  So the scripts 
are there (and as you noted you may even be able to run) but something 
fouls up with the script editor so it doesn't open.


Unfortunately, I can't now recall what changed to sort this out.  I 
recall that I did what I immediately needed to do in 2.9 (or was it 
even 2.8?) (where the script editor still worked fine) instead of 
3.0.   Did simply opening and resaving the stack from 2.8/2.9 fix it 
(it would previously have last been saved from a much earlier version)?


OK I followed your lead... I booted 2.8.1 and opened the hypercard 
stack. hurray! scripts are now available.. I went thru most all buttons 
that had scripts and hit tab, placed a space somewhere which I though 
would force Rev to update it's script memory for each object...I also 
repaired the buttons with syntax that was not valid current revolution 
correct clean code;  then did a Save As, in case possibly save as a new 
stack might leave some gremlins behind... Opened in 3.0 -- huh ? Still 
cannot edit scripts... interesting... but my repaired buttons were 
working now without error msgs..


I tried opening again in 2.8.1, compact stack, save as again, open in 
3.0... still no go...


I would call this a bug and the best way to submit it will be with my 
original HC stack + the converted version... it's not an emergency so I 
think I will let the Rev team deal with it. On the other hand my overall 
architecture in those old days was terrible when I was a true newbie... 
... each card has his own buttons when it should be a group placed as a 
background for each section of the book etc... and common scripts 
consolidated to a single handler in the stack script etc... so I will 
probably use Jacqueline method -- put the script of button recipes 
does give me the script and I can copy these to new buttons and  
rebuild. This old B/W stack is scary ugly than a charred California fire 
swath.. so cleaning it up will be a good thing to do...


Put the script of btn remedies

--

on mouseUp
 go to bkgnd Remedies
end mouseUp


___
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: Confused

2008-11-19 Thread Joe Lewis Wilkins

Hi Stephen,

So you create a path and then assign that path to the players' source  
property? Haven't used a function to find out whereAmI, but guess a  
little rooting around in Rev will not be too difficult. That's when I  
learn new things. I thought the method I was proposing was fool-proof.  
guess not.


If that is the case, what property do you initially assign to the  
players? Or can you just leave it empty?


Thanks,

Joe Wilkins

On Nov 19, 2008, at 6:25 PM, Stephen Barncard wrote:


Hi Joe,

Try using a full path to the files, rather than the uncertainty of a  
partial path. It's easy to generate a whereAmI() function. and  
create it and add on the fly to combine with the desired file name.


sqb






___
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: Confused

2008-11-19 Thread Thomas McGrath III

on openStack
put applicationFolder() into AppPathMusic
put MusicFolder/ after AppPathMusic
put AppPath
	-- Now you can do what you want with looking up the .aiff files and  
you can be sure the path is correct to those files

-- Access the .aiff files with AppPath

-- You can also use this for other sub-folders in your folder
put applicationFolder() into AppPathImages
put Images/ after AppPathImages
end openStack

function applicationFolder
 put the effective filename of this stack into tFullPath
 put empty into tFolder
 set the itemdel to /
 repeat for each item I in tFullPath
   if I contains .app or I contains .rev or I contains  
.exe then exit repeat

   put I  / after tFolder
 end repeat
 return tFolder
end applicationFolder


Tom McGrath III
Lazy River Software
[EMAIL PROTECTED]

iTunes Library Suite - libITS
Information and download can be found on this page:
http://www.lazyriversoftware.com/RevOne.html





On Nov 19, 2008, at 9:13 PM, Joe Lewis Wilkins wrote:

Once more I find myself going in circles. I've created a standalone  
for both Intel and Legacy Macs that plays a number of .aiff music  
files. At one point it worked great in the IDE, but then I started  
messing with things trying to get the Legacy version working under  
2.6.1. And I accomplished that, I think. (smile) Unfortunately, I  
have lots of memory and I've gotten kind of sloppy with where things  
are stored. Partly because of where Rev chooses to put its things;  
partly because I'm just a bad boy! (smile)


Regardless, I need to get my mind straightened out about this  
external files thing. What is the very best place to have your  
external files so that when someone puts them on their computer the  
same relationship exists for them as it does for me. I was always of  
the opinion that if you put everything in the same folder, the  
externals would be seen by the application, and not having to worry  
about exactly where that folder is placed. So, if I have the  
following setup things should work:


A folder  -- That I want a user to be able to drag from a CD to  
their Desktop or anywhere else they see fit.

  My standalone application
  MusicFolder
  Music1.aiff
  Music2.aiff
  etc.

Then the application should have the source for the players as: / 
MusicFolder/Music1.aiff  -- and so forth


But this doesn't work. Am I all wet someway?

TIA,

Joe Wilkins




___
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: Confused

2008-11-19 Thread Thomas McGrath III

Correction:

on openStack
put applicationFolder() into AppPathMusic
put MusicFolder/ after AppPathMusic
put AppPathMusic
	-- Now you can do what you want with looking up the .aiff files and  
you can be sure the path is correct to those files

-- Access the .aiff files with AppPathMusic

-- You can also use this for other sub-folders in your folder
put applicationFolder() into AppPathImages
put Images/ after AppPathImages
end openStack

Tom

Tom McGrath III
Lazy River Software
[EMAIL PROTECTED]

iTunes Library Suite - libITS
Information and download can be found on this page:
http://www.lazyriversoftware.com/RevOne.html

On Nov 19, 2008, at 10:02 PM, Thomas McGrath III wrote:


on openStack
put applicationFolder() into AppPathMusic
put MusicFolder/ after AppPathMusic
put AppPath
	-- Now you can do what you want with looking up the .aiff files and  
you can be sure the path is correct to those files

-- Access the .aiff files with AppPath

-- You can also use this for other sub-folders in your folder
put applicationFolder() into AppPathImages
put Images/ after AppPathImages
end openStack

function applicationFolder
put the effective filename of this stack into tFullPath
put empty into tFolder
set the itemdel to /
repeat for each item I in tFullPath
  if I contains .app or I contains .rev or I contains  
.exe then exit repeat

  put I  / after tFolder
end repeat
return tFolder
end applicationFolder


Tom McGrath III
Lazy River Software
[EMAIL PROTECTED]

iTunes Library Suite - libITS
Information and download can be found on this page:
http://www.lazyriversoftware.com/RevOne.html





On Nov 19, 2008, at 9:13 PM, Joe Lewis Wilkins wrote:

Once more I find myself going in circles. I've created a standalone  
for both Intel and Legacy Macs that plays a number of .aiff music  
files. At one point it worked great in the IDE, but then I started  
messing with things trying to get the Legacy version working under  
2.6.1. And I accomplished that, I think. (smile) Unfortunately, I  
have lots of memory and I've gotten kind of sloppy with where  
things are stored. Partly because of where Rev chooses to put its  
things; partly because I'm just a bad boy! (smile)


Regardless, I need to get my mind straightened out about this  
external files thing. What is the very best place to have your  
external files so that when someone puts them on their computer the  
same relationship exists for them as it does for me. I was always  
of the opinion that if you put everything in the same folder, the  
externals would be seen by the application, and not having to worry  
about exactly where that folder is placed. So, if I have the  
following setup things should work:


A folder  -- That I want a user to be able to drag from a CD to  
their Desktop or anywhere else they see fit.

 My standalone application
 MusicFolder
 Music1.aiff
 Music2.aiff
 etc.

Then the application should have the source for the players as: / 
MusicFolder/Music1.aiff  -- and so forth


But this doesn't work. Am I all wet someway?

TIA,

Joe Wilkins


___
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: Confused

2008-11-19 Thread Brian Yennie

Joe,

Are you using actual relative paths, or is the below a typo?
A relative path would start with a period (.) as in:

./MusicFolder/Music1.aiff   == relative path
/MusicFolder/Music1.aiff  == root directory of your hard drive

Then the application should have the source for the players as: / 
MusicFolder/Music1.aiff  -- and so forth




___
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: Confused

2008-11-19 Thread Stephen Barncard

FUNCTION whereAmI
 get the effective filename of me
 set the itemdelimiter to /
 delete last item of it
 return it
END whereAmI



Hi Stephen,

So you create a path and then assign that path to the players' 
source property? Haven't used a function to find out whereAmI, but 
guess a little rooting around in Rev will not be too difficult. 
That's when I learn new things. I thought the method I was proposing 
was fool-proof. guess not.


If that is the case, what property do you initially assign to the 
players? Or can you just leave it empty?


Thanks,

Joe Wilkins


--


stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -


___
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: Confused

2008-11-19 Thread Joe Lewis Wilkins

Thanks Tom. You're doing some pretty amazing stuff with Rev.

Joe Wilkins

On Nov 19, 2008, at 7:11 PM, Thomas McGrath III wrote:


Correction:

on openStack
put applicationFolder() into AppPathMusic
put MusicFolder/ after AppPathMusic
put AppPathMusic
	-- Now you can do what you want with looking up the .aiff files and  
you can be sure the path is correct to those files

-- Access the .aiff files with AppPathMusic

-- You can also use this for other sub-folders in your folder
put applicationFolder() into AppPathImages
put Images/ after AppPathImages
end openStack

Tom

Tom McGrath III
Lazy River Software
[EMAIL PROTECTED]

iTunes Library Suite - libITS
Information and download can be found on this page:
http://www.lazyriversoftware.com/RevOne.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


Re: Confused

2008-11-19 Thread Joe Lewis Wilkins

You too, Stephen. thanks,

Joe Wilkins

On Nov 19, 2008, at 7:19 PM, Stephen Barncard wrote:


FUNCTION whereAmI
get the effective filename of me
set the itemdelimiter to /
delete last item of it
return it
END whereAmI



Hi Stephen,

So you create a path and then assign that path to the players'  
source property? Haven't used a function to find out whereAmI,  
but guess a little rooting around in Rev will not be too difficult.  
That's when I learn new things. I thought the method I was  
proposing was fool-proof. guess not.


If that is the case, what property do you initially assign to the  
players? Or can you just leave it empty?


Thanks,

Joe Wilkins








___
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: Confused

2008-11-19 Thread Thomas McGrath III

Thanks Joe,

I learn something new everyday and before long things just start  
happening


Regards,

Tom McGrath III
Lazy River Software
[EMAIL PROTECTED]

iTunes Library Suite - libITS
Information and download can be found on this page:
http://www.lazyriversoftware.com/RevOne.html

On Nov 19, 2008, at 10:28 PM, Joe Lewis Wilkins wrote:


Thanks Tom. You're doing some pretty amazing stuff with Rev.

Joe Wilkins

On Nov 19, 2008, at 7:11 PM, Thomas McGrath III wrote:


Correction:

on openStack
put applicationFolder() into AppPathMusic
put MusicFolder/ after AppPathMusic
put AppPathMusic
	-- Now you can do what you want with looking up the .aiff files  
and you can be sure the path is correct to those files

-- Access the .aiff files with AppPathMusic

-- You can also use this for other sub-folders in your folder
put applicationFolder() into AppPathImages
put Images/ after AppPathImages
end openStack

Tom

Tom McGrath III

___
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: Converting Hypercard Stack -- No Scripts?

2008-11-19 Thread J. Landman Gay

Sivakatirswami wrote:

I tried opening again in 2.8.1, compact stack, save as again, open in 
3.0... still no go...


The compacting pretty much has to be done in HyperCard, and it's a 
fairly important step. Some uncompacted stacks won't open at all in any 
version of Rev, or may open incorrectly (missing cards and objects.) It 
has to do with HyperCard's file format and how much junk gets stored in 
uncompacted stacks. Compacting twice in a row in HC before moving the 
stack to Rev will clean out almost all the junk and allow Rev to see the 
file structure correctly. If you no longer have access to HC then what 
you're doing is probably the only way.




I would call this a bug and the best way to submit it will be with my 
original HC stack + the converted version... it's not an emergency so I 
think I will let the Rev team deal with it.


It might be a bug. But it also might be that the uncompacted HC stack 
was just too far gone to decipher correctly.


I was recently turned on to Mini VMac. It's a marvel; it allows you to 
run HC on an Intel machine (and I believe there is one for running HC in 
Windows too.) It's open source. It does require a very old Mac ROM and 
it only emulates a Mac Plus. But that's enough to run HC 2.x and do the 
compaction.

http://minivmac.sourceforge.net/

Now that I just looked up the link, I see they have added color 
capabilities to it just last week. Maybe it will emulate a newer Mac now.


This is another good link, explaining how to install a Mac-on-a-stick. 
It has all the download links, including one for ROMs:

http://www.nothickmanuals.info/doku.php/minivmac

I have a copy of Mac OS 7.somthing running HC 2.4.1 on a USB stick, it's 
pretty neat. Remember waiting ten minutes for the Plus to boot up? Mini 
vMac boots the whole OS in a few milliseconds. Kind of destroys the 
nostalgia.


--
Jacqueline Landman Gay | [EMAIL PROTECTED]
HyperActive Software   | http://www.hyperactivesw.com
___
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: RunRev V3.0 Question/Message Box

2008-11-19 Thread Sarah Reichelt
 Works in IDE with no problems.

 Tried all manner of inclusions or not etc , still fails to build standalone.

 I made a small stack with just an answer dialog and its fails to build in
 Rev 3.

 If I leave out any ask , answer dialog then stacks will build in Rev 3.


That's really weird. Have you tried un-installing and re-installing Rev?

Cheers,
Sarah
___
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: RunRev V3.0 Question/Message Box

2008-11-19 Thread Mark Wieder
Camm29-

Wednesday, November 19, 2008, 10:05:56 AM, you wrote:

 Sarah ,

 Works in IDE with no problems.

 Tried all manner of inclusions or not etc , still fails to build standalone.

 I made a small stack with just an answer dialog and its fails to build in
 Rev 3.

 If I leave out any ask , answer dialog then stacks will build in Rev 3.

If it helps any, I did find my problem. I was calling a function that
only has relevance in the IDE. In the standalone, calling the function
threw an error that apparently did something like an exit to top,
since any following code (the answer dialog with its result) never got
executed.

-- 
-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


Re: Confused

2008-11-19 Thread Joe Lewis Wilkins

Good point, Brian.

I'll have to check my code to see if I inadvertently included a  
period. This whole path issue has been a real bother to me from day  
one. I think this is one area where there should not be quite so much  
flexibility. I know my poor eyesight creates a lot of room for errors  
- i.e. typos in scripts. I don't see little things like that real  
easily. I'm slowly getting all the text pumped up to about 18 points  
when I find a way, but??? (smile)


Actually, it was my intention to use a relative path and I wasn't  
aware that they begin with a period. Thanks,


Joe Wilkins

On Nov 19, 2008, at 7:11 PM, Brian Yennie wrote:


Joe,

Are you using actual relative paths, or is the below a typo?
A relative path would start with a period (.) as in:

./MusicFolder/Music1.aiff   == relative path
/MusicFolder/Music1.aiff  == root directory of your hard drive

Then the application should have the source for the players as: / 
MusicFolder/Music1.aiff  -- and so forth








___
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