Re: Still: Where do I put libUUID.rev and qrtReportsLIb.rev in LiveCode?

2010-09-22 Thread Jan Schenkel
Hi ALex,

You really shouldn't make the libraries substacks of your own stack, merely add 
a reference to them in the stackfiles, as I explained.
Once you've done that, the standalone builder will automatically copy it to the 
standalone folder at build time.

qrtReportsLib.rev includes substacks of its own, and therefore cannot become a 
substack of your mainstack.

Jan Schenkel.
=
Quartam Reports  PDF Library for LiveCode
www.quartam.com

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


--- On Tue, 9/21/10, Alex Adams a...@a2technology.com wrote:
 Jan,
 
 I tried what you suggested, but it still didn't work. 
 I tried reassigning
 the mainstack of qtrReportLib to my main stack like
 Jacqueline recommended.
 That worked great with libUUID, but not with yours. 
 Is it protected against
 such a thing?
 
 The only thing that has worked with qtrReportLib is to put
 a full path name
 into the start using stack statement.
 
 start using stack
 /LiveCodeUserExtensions/qtrReportsLib.rev
 
 Nothing short of this has worked.  I'm concerned about
 what will happen when
 the standalones are built.  Will I still need this
 stack installed on the
 user's computer in the expected directory?
 -- 
 Alex Adams
 


 

___
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: Still: Where do I put libUUID.rev and qrtReportsLIb.rev in LiveCode?

2010-09-22 Thread Alex Adams
Jan,

Thank you for the explanation.  I have implemented as you have suggested and
it finally works.  I think there were several conflicting directives
colliding with one another.  Now I am just declaring the location in the
stackFiles and I had to adjust the start using command to not include the
.rev.
-- 
Alex Adams

hawkVision ‹ yourVision of all the info in yourWorld
A2 Technology Partners, Inc.
831-724-1397
a...@a2technology.com
www.a2technology.com


 From: Jan Schenkel janschen...@yahoo.com
 Reply-To: How to use Revolution use-revolution@lists.runrev.com
 Date: Wed, 22 Sep 2010 05:33:43 -0700 (PDT)
 To: How to use Revolution use-revolution@lists.runrev.com
 Subject: Re: Still: Where do I put libUUID.rev and qrtReportsLIb.rev in
 LiveCode?
 
 Hi ALex,
 
 You really shouldn't make the libraries substacks of your own stack, merely
 add a reference to them in the stackfiles, as I explained.
 Once you've done that, the standalone builder will automatically copy it to
 the standalone folder at build time.
 
 qrtReportsLib.rev includes substacks of its own, and therefore cannot become a
 substack of your mainstack.
 
 Jan Schenkel.
 =
 Quartam Reports  PDF Library for LiveCode
 www.quartam.com
 
 =
 As we grow older, we grow both wiser and more foolish at the same time.  (La
 Rochefoucauld)
 
 
 --- On Tue, 9/21/10, Alex Adams a...@a2technology.com wrote:
 Jan,
 
 I tried what you suggested, but it still didn't work. 
 I tried reassigning
 the mainstack of qtrReportLib to my main stack like
 Jacqueline recommended.
 That worked great with libUUID, but not with yours. 
 Is it protected against
 such a thing?
 
 The only thing that has worked with qtrReportLib is to put
 a full path name
 into the start using stack statement.
 
 start using stack
 /LiveCodeUserExtensions/qtrReportsLib.rev
 
 Nothing short of this has worked.  I'm concerned about
 what will happen when
 the standalones are built.  Will I still need this
 stack installed on the
 user's computer in the expected directory?
 -- 
 Alex Adams
 
 
 
  
 
 ___
 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: Still: Where do I put libUUID.rev and qrtReportsLIb.rev in LiveCode?

2010-09-21 Thread Alex Adams
Sarah,

I'm trying to do what you described.  But how?  Are you suggesting that I
import the libUUID.rev and qtrReportsLib.rev as sub stack to the mainstack
of my app?  If so, I can't figure out how to do that.  It must be easy
-- 
Alex Adams

hawkVision ‹ yourVision of all the info in yourWorld
A2 Technology Partners, Inc.
831-724-1397
a...@a2technology.com
www.a2technology.com


 From: Sarah Reichelt sarah.reich...@gmail.com
 Reply-To: How to use Revolution use-revolution@lists.runrev.com
 Date: Tue, 21 Sep 2010 10:30:46 +1000
 To: How to use Revolution use-revolution@lists.runrev.com
 Subject: Re: Still: Where do I put libUUID.rev and qrtReportsLIb.rev in
 LiveCode?
 
 While not an ideal solution, for the quick fix, can you include these
 2 stacks in the stackFiles of the mainStack that needs to access them?
 Then that stack would know where they were and you could start
 using.
 
 Cheers,
 Sarah
 
 
 On Tue, Sep 21, 2010 at 10:05 AM, Alex Adams a...@a2technology.com wrote:
 Did that.  Set it to the last rev folder where they have been working fine
 all along.  Still no go.
 --
 Alex Adams
 ___
 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: Still: Where do I put libUUID.rev and qrtReportsLIb.rev in LiveCode?

2010-09-21 Thread Jan Schenkel
Hi Alex,

Open your project's mainstack, go to the 'Tools' menu and pick the item 'Stack 
inspector' - then use the option menu at the top to switch to the 'Stack files' 
panel.
There you can use the 'Folder' icon to add references to the libUUID.rev and 
qrtReportsLib.rev stacks - from then on, you can easily 'start using' those 
libraries with their short name.
As a bonus, the standalone builder will automatically include them when the 
standalone applications are built. See also page 30 of the Quartam Reports 
Manual pdf file :-)

HTH,

Jan Schenkel.
=
Quartam Reports  PDF Library for LiveCode
www.quartam.com

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


--- On Tue, 9/21/10, Alex Adams a...@a2technology.com wrote:
 Sarah,
 
 I'm trying to do what you described.  But how? 
 Are you suggesting that I
 import the libUUID.rev and qtrReportsLib.rev as sub stack
 to the mainstack
 of my app?  If so, I can't figure out how to do
 that.  It must be easy
 -- 
 Alex Adams
 
 
  From: Sarah Reichelt sarah.reich...@gmail.com
  
  While not an ideal solution, for the quick fix, can
 you include these
  2 stacks in the stackFiles of the mainStack that needs
 to access them?
  Then that stack would know where they were and you
 could start
  using.
  
  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: Still: Where do I put libUUID.rev and qrtReportsLIb.rev in LiveCode?

2010-09-21 Thread Alex Adams
Jan,

I tried what you suggested, but it still didn't work.  I tried reassigning
the mainstack of qtrReportLib to my main stack like Jacqueline recommended.
That worked great with libUUID, but not with yours.  Is it protected against
such a thing?

The only thing that has worked with qtrReportLib is to put a full path name
into the start using stack statement.

start using stack /LiveCodeUserExtensions/qtrReportsLib.rev

Nothing short of this has worked.  I'm concerned about what will happen when
the standalones are built.  Will I still need this stack installed on the
user's computer in the expected directory?
-- 
Alex Adams

hawkVision ‹ yourVision of all the info in yourWorld
A2 Technology Partners, Inc.
831-724-1397
a...@a2technology.com
www.a2technology.com


 From: Jan Schenkel janschen...@yahoo.com
 Reply-To: How to use Revolution use-revolution@lists.runrev.com
 Date: Tue, 21 Sep 2010 13:38:50 -0700 (PDT)
 To: How to use Revolution use-revolution@lists.runrev.com
 Subject: Re: Still: Where do I put libUUID.rev and qrtReportsLIb.rev in
 LiveCode?
 
 Hi Alex,
 
 Open your project's mainstack, go to the 'Tools' menu and pick the item 'Stack
 inspector' - then use the option menu at the top to switch to the 'Stack
 files' panel.
 There you can use the 'Folder' icon to add references to the libUUID.rev and
 qrtReportsLib.rev stacks - from then on, you can easily 'start using' those
 libraries with their short name.
 As a bonus, the standalone builder will automatically include them when the
 standalone applications are built. See also page 30 of the Quartam Reports
 Manual pdf file :-)
 
 HTH,
 
 Jan Schenkel.
 =
 Quartam Reports  PDF Library for LiveCode
 www.quartam.com
 
 =
 As we grow older, we grow both wiser and more foolish at the same time.  (La
 Rochefoucauld)
 
 
 --- On Tue, 9/21/10, Alex Adams a...@a2technology.com wrote:
 Sarah,
 
 I'm trying to do what you described.  But how? 
 Are you suggesting that I
 import the libUUID.rev and qtrReportsLib.rev as sub stack
 to the mainstack
 of my app?  If so, I can't figure out how to do
 that.  It must be easy
 -- 
 Alex Adams
 
 
 From: Sarah Reichelt sarah.reich...@gmail.com
 
 While not an ideal solution, for the quick fix, can
 you include these
 2 stacks in the stackFiles of the mainStack that needs
 to access them?
 Then that stack would know where they were and you
 could start
 using.
 
 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

___
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


Where do I put libUUID.rev and qrtReportsLIb.rev in LiveCode?

2010-09-20 Thread Alex Adams
Just downloaded the shiny new LiveCode onto my Mac Snow Leopard machine.  My
apps use libUUID.rev and qtrReportsLib.rev.

In runRev 4.5 I keep them at the same level as the Revolution app and the
Externals and Resources folders.  I have tried placing them at the same
level of these folders inside LiveCode.app, but no joy.

What should I do?
-- 
Alex Adams

hawkVision ‹ yourVision of all the info in yourWorld
A2 Technology Partners, Inc.
831-724-1397
a...@a2technology.com
www.a2technology.com
hawkVisionInfo.wordpress.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: Where do I put libUUID.rev and qrtReportsLIb.rev in LiveCode?

2010-09-20 Thread Andre Garzia
Alex,

You can go to Preferences - Files and set your extensions folder there.

Or you can use the default one which is My LiveCode inside the documents
folder.


On Mon, Sep 20, 2010 at 2:59 PM, Alex Adams a...@a2technology.com wrote:

 Just downloaded the shiny new LiveCode onto my Mac Snow Leopard machine.
  My
 apps use libUUID.rev and qtrReportsLib.rev.

 In runRev 4.5 I keep them at the same level as the Revolution app and the
 Externals and Resources folders.  I have tried placing them at the same
 level of these folders inside LiveCode.app, but no joy.

 What should I do?
 --
 Alex Adams

 hawkVision ‹ yourVision of all the info in yourWorld
 A2 Technology Partners, Inc.
 831-724-1397
 a...@a2technology.com
 www.a2technology.com
 hawkVisionInfo.wordpress.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




-- 
http://www.andregarzia.com All We Do Is Code.
___
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: Where do I put libUUID.rev and qrtReportsLIb.rev in LiveCode?

2010-09-20 Thread Alex Adams
Thanks, but that did not work.  There was no My LiveCode folder in my
documents folder.  I created one and gave everyone permission to read/write.
I put libUUID.rev and qtrReportsLib.rev in there, but I get the same error
when a start using command is given.

That is the folder designated in preferences.

These do not cause the error and load properly:
start using stack revDataGridLibrary
start using stack Data Grid Templates 1247708866452

Any other ideas?
-- 
Alex Adams

hawkVision — yourVision of all the info in yourWorld
A2 Technology Partners, Inc.
831-724-1397
a...@a2technology.com
www.a2technology.com
hawkVisionInfo.wordpress.com


 From: Andre Garzia an...@andregarzia.com
 Reply-To: How to use Revolution use-revolution@lists.runrev.com
 Date: Mon, 20 Sep 2010 15:01:39 -0300
 To: How to use Revolution use-revolution@lists.runrev.com
 Subject: Re: Where do I put libUUID.rev and qrtReportsLIb.rev in LiveCode?
 
 Alex,
 
 You can go to Preferences - Files and set your extensions folder there.
 
 Or you can use the default one which is My LiveCode inside the documents
 folder.
 
 
 On Mon, Sep 20, 2010 at 2:59 PM, Alex Adams a...@a2technology.com wrote:
 
 Just downloaded the shiny new LiveCode onto my Mac Snow Leopard machine.
  My
 apps use libUUID.rev and qtrReportsLib.rev.
 
 In runRev 4.5 I keep them at the same level as the Revolution app and the
 Externals and Resources folders.  I have tried placing them at the same
 level of these folders inside LiveCode.app, but no joy.
 
 What should I do?
 --
 Alex Adams
 
 hawkVision ‹ yourVision of all the info in yourWorld
 A2 Technology Partners, Inc.
 831-724-1397
 a...@a2technology.com
 www.a2technology.com
 hawkVisionInfo.wordpress.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
 
 
 
 
 -- 
 http://www.andregarzia.com All We Do Is Code.
 ___
 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


Still: Where do I put libUUID.rev and qrtReportsLIb.rev in LiveCode?

2010-09-20 Thread Alex Adams
I have now tried some more things.  None work.

I tried creating a folder at the root level of the startup drive and
declaring it in the preferences for the User Extensions path.

My thought was that the My LiveCode folder was not created during
installation maybe because I designated that all users on the machine would
have access to LiveCode, so it would not have put the folder in my user
documents folder.  Good thought, but it didn't work.  I can't find anything
in the preferences to change the installation to consider me the only user.

I tried putting the .rev files in various places in the internal directory
along with the stacks that shipped with the app.  Still no joy.

Any ideas?  I'm dead in the water until this is resolved.

Thanks in advance,
-- 
Alex Adams

hawkVision — yourVision of all the info in yourWorld
A2 Technology Partners, Inc.
831-724-1397
a...@a2technology.com
www.a2technology.com


 From: Alex Adams a...@a2technology.com
 Reply-To: How to use Revolution use-revolution@lists.runrev.com
 Date: Mon, 20 Sep 2010 11:29:44 -0700
 To: How to use Revolution use-revolution@lists.runrev.com
 Subject: Re: Where do I put libUUID.rev and qrtReportsLIb.rev in LiveCode?
 
 Thanks, but that did not work.  There was no My LiveCode folder in my
 documents folder.  I created one and gave everyone permission to read/write.
 I put libUUID.rev and qtrReportsLib.rev in there, but I get the same error
 when a start using command is given.
 
 That is the folder designated in preferences.
 
 These do not cause the error and load properly:
 start using stack revDataGridLibrary
 start using stack Data Grid Templates 1247708866452
 
 Any other ideas?
 -- 
 Alex Adams
 
 hawkVision — yourVision of all the info in yourWorld
 A2 Technology Partners, Inc.
 831-724-1397
 a...@a2technology.com
 www.a2technology.com
 hawkVisionInfo.wordpress.com
 
 
 From: Andre Garzia an...@andregarzia.com
 Reply-To: How to use Revolution use-revolution@lists.runrev.com
 Date: Mon, 20 Sep 2010 15:01:39 -0300
 To: How to use Revolution use-revolution@lists.runrev.com
 Subject: Re: Where do I put libUUID.rev and qrtReportsLIb.rev in LiveCode?
 
 Alex,
 
 You can go to Preferences - Files and set your extensions folder there.
 
 Or you can use the default one which is My LiveCode inside the documents
 folder.
 
 
 On Mon, Sep 20, 2010 at 2:59 PM, Alex Adams a...@a2technology.com wrote:
 
 Just downloaded the shiny new LiveCode onto my Mac Snow Leopard machine.
  My
 apps use libUUID.rev and qtrReportsLib.rev.
 
 In runRev 4.5 I keep them at the same level as the Revolution app and the
 Externals and Resources folders.  I have tried placing them at the same
 level of these folders inside LiveCode.app, but no joy.
 
 What should I do?
 --
 Alex Adams
 
 hawkVision ‹ yourVision of all the info in yourWorld
 A2 Technology Partners, Inc.
 831-724-1397
 a...@a2technology.com
 www.a2technology.com
 hawkVisionInfo.wordpress.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
 
 
 
 
 -- 
 http://www.andregarzia.com All We Do Is Code.
 ___
 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

___
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: Still: Where do I put libUUID.rev and qrtReportsLIb.rev in LiveCode?

2010-09-20 Thread Mark Wieder
Alex-

Monday, September 20, 2010, 1:22:57 PM, you wrote:

 I tried creating a folder at the root level of the startup drive and
 declaring it in the preferences for the User Extensions path.

 Any ideas?  I'm dead in the water until this is resolved.

Put a Plugins folder inside the folder you declared in the User
Extensions preferences. Put your plugins into the Plugins folder.

-- 
-Mark Wieder
 mwie...@ahsoftware.net

___
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: Still: Where do I put libUUID.rev and qrtReportsLIb.rev in LiveCode?

2010-09-20 Thread Alex Adams
Sorry, but that didn't work either.
-- 
Alex Adams

hawkVision ‹ yourVision of all the info in yourWorld
A2 Technology Partners, Inc.
831-724-1397
a...@a2technology.com
www.a2technology.com


 From: Mark Wieder mwie...@ahsoftware.net
 Organization: Ah, Software
 Reply-To: How to use Revolution use-revolution@lists.runrev.com
 Date: Mon, 20 Sep 2010 13:34:39 -0700
 To: How to use Revolution use-revolution@lists.runrev.com
 Subject: Re: Still: Where do I put libUUID.rev and qrtReportsLIb.rev in
 LiveCode?
 
 Alex-
 
 Monday, September 20, 2010, 1:22:57 PM, you wrote:
 
 I tried creating a folder at the root level of the startup drive and
 declaring it in the preferences for the User Extensions path.
 
 Any ideas?  I'm dead in the water until this is resolved.
 
 Put a Plugins folder inside the folder you declared in the User
 Extensions preferences. Put your plugins into the Plugins folder.
 
 -- 
 -Mark Wieder
  mwie...@ahsoftware.net
 
 ___
 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: Where do I put libUUID.rev and qrtReportsLIb.rev in LiveCode?

2010-09-20 Thread Thomas McGrath III
Can't access Preferences at all in LiveCode let alone Files. And there is no 
My LiveCode folder inside the documents folder here.


Tom McGrath III
Lazy River Software
http://lazyriver.on-rev.com
3mcgr...@comcast.net

I Can Speak - Communication for the rest of us...
http://mypad.lazyriver.on-rev.com

I Can Speak on the iPad Store
http://itunes.apple.com/us/app/i-can-speak/id364733279?mt=8


On Sep 20, 2010, at 2:01 PM, Andre Garzia wrote:

 Alex,
 
 You can go to Preferences - Files and set your extensions folder there.
 
 Or you can use the default one which is My LiveCode inside the documents
 folder.
 
 
 On Mon, Sep 20, 2010 at 2:59 PM, Alex Adams a...@a2technology.com wrote:
 
 Just downloaded the shiny new LiveCode onto my Mac Snow Leopard machine.
 My
 apps use libUUID.rev and qtrReportsLib.rev.
 
 In runRev 4.5 I keep them at the same level as the Revolution app and the
 Externals and Resources folders.  I have tried placing them at the same
 level of these folders inside LiveCode.app, but no joy.
 
 What should I do?
 --
 Alex Adams
 
 hawkVision ‹ yourVision of all the info in yourWorld
 A2 Technology Partners, Inc.
 831-724-1397
 a...@a2technology.com
 www.a2technology.com
 hawkVisionInfo.wordpress.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
 
 
 
 
 -- 
 http://www.andregarzia.com All We Do Is Code.
 ___
 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: Still: Where do I put libUUID.rev and qrtReportsLIb.rev in LiveCode?

2010-09-20 Thread Monte Goulding
 Any ideas?  I'm dead in the water until this is resolved.
 
 Put a Plugins folder inside the folder you declared in the User
 Extensions preferences. Put your plugins into the Plugins folder.

Aren't these both script libraries? If so then they should go in:
User Extensions/Resources/Script Libraries

That will integrate them with the standalone builder. At least it did when I 
originally wrote the SB. The IDE Should provide options for loading these 
libraries at startup but it doesn't. I used to have a plugin for that but I 
haven't had time to maintain it for years. Make a quick plugin that parses the 
stacks in that folder at startup and starts using them and your set.

Cheers

--
Monte Goulding
M E R Goulding Software Development
Bespoke application development for vertical markets

InstallGadget - How to create an installer in 10 seconds
revObjective  - Making behavior scripts behave

___
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: Where do I put libUUID.rev and qrtReportsLIb.rev in LiveCode?

2010-09-20 Thread stephen barncard
A lot of prefs got reset. And the My Livecode folder would have to be
created (hopefully not using the my). Then go into Rev prefs and Files
And Memory and at the bottom is the USER EXTENSIONS field - set that to
whatever folder you want - including your old rev folder.

On 20 September 2010 16:11, Thomas McGrath III mcgra...@mac.com wrote:

 Can't access Preferences at all in LiveCode let alone Files. And there is
 no My LiveCode folder inside the documents folder here.


 Tom McGrath III
 Lazy River Software
 http://lazyriver.on-rev.com
 3mcgr...@comcast.net

 I Can Speak - Communication for the rest of us...
 http://mypad.lazyriver.on-rev.com

 I Can Speak on the iPad Store
 http://itunes.apple.com/us/app/i-can-speak/id364733279?mt=8


 On Sep 20, 2010, at 2:01 PM, Andre Garzia wrote:

  Alex,
 
  You can go to Preferences - Files and set your extensions folder there.
 
  Or you can use the default one which is My LiveCode inside the
 documents
  folder.
 
 
  On Mon, Sep 20, 2010 at 2:59 PM, Alex Adams a...@a2technology.com
 wrote:
 
  Just downloaded the shiny new LiveCode onto my Mac Snow Leopard machine.
  My
  apps use libUUID.rev and qtrReportsLib.rev.
 
  In runRev 4.5 I keep them at the same level as the Revolution app and
 the
  Externals and Resources folders.  I have tried placing them at the same
  level of these folders inside LiveCode.app, but no joy.
 
  What should I do?
  --
  Alex Adams
 
  hawkVision ‹ yourVision of all the info in yourWorld
  A2 Technology Partners, Inc.
  831-724-1397
  a...@a2technology.com
  www.a2technology.com
  hawkVisionInfo.wordpress.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
 
 
 
 
  --
  http://www.andregarzia.com All We Do Is Code.
  ___
  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




-- 



Stephen Barncard
San Francisco Ca. USA

more about sqb  http://www.google.com/profiles/sbarncar
___
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: Still: Where do I put libUUID.rev and qrtReportsLIb.rev in LiveCode?

2010-09-20 Thread stephen barncard
The confusion is because of the name change. Just go into the Livecode
preferences and set the user extensions setting to your old rev user
extensions folder and/or name them what you want. We haven't had to do this
for years.

On 20 September 2010 16:15, Monte Goulding mo...@sweattechnologies.comwrote:

  Any ideas?  I'm dead in the water until this is resolved.
 
  Put a Plugins folder inside the folder you declared in the User
  Extensions preferences. Put your plugins into the Plugins folder.

 Aren't these both script libraries? If so then they should go in:
 User Extensions/Resources/Script Libraries

 That will integrate them with the standalone builder. At least it did when
 I originally wrote the SB. The IDE Should provide options for loading these
 libraries at startup but it doesn't. I used to have a plugin for that but I
 haven't had time to maintain it for years. Make a quick plugin that parses
 the stacks in that folder at startup and starts using them and your set.

 Cheers

 --
 Monte Goulding
 M E R Goulding Software Development
 Bespoke application development for vertical markets

 InstallGadget - How to create an installer in 10 seconds
 revObjective  - Making behavior scripts behave

 ___
 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




-- 



Stephen Barncard
San Francisco Ca. USA

more about sqb  http://www.google.com/profiles/sbarncar
___
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: Still: Where do I put libUUID.rev and qrtReportsLIb.rev in LiveCode?

2010-09-20 Thread Alex Adams
Did that.  Set it to the last rev folder where they have been working fine
all along.  Still no go.
-- 
Alex Adams

hawkVision ‹ yourVision of all the info in yourWorld
A2 Technology Partners, Inc.
831-724-1397
a...@a2technology.com
www.a2technology.com


 From: stephen barncard stephenrevoluti...@barncard.com
 Reply-To: How to use Revolution use-revolution@lists.runrev.com
 Date: Mon, 20 Sep 2010 16:28:10 -0700
 To: How to use Revolution use-revolution@lists.runrev.com
 Subject: Re: Still: Where do I put libUUID.rev and qrtReportsLIb.rev in
 LiveCode?
 
 The confusion is because of the name change. Just go into the Livecode
 preferences and set the user extensions setting to your old rev user
 extensions folder and/or name them what you want. We haven't had to do this
 for years.
 
 On 20 September 2010 16:15, Monte Goulding mo...@sweattechnologies.comwrote:
 
 Any ideas?  I'm dead in the water until this is resolved.
 
 Put a Plugins folder inside the folder you declared in the User
 Extensions preferences. Put your plugins into the Plugins folder.
 
 Aren't these both script libraries? If so then they should go in:
 User Extensions/Resources/Script Libraries
 
 That will integrate them with the standalone builder. At least it did when
 I originally wrote the SB. The IDE Should provide options for loading these
 libraries at startup but it doesn't. I used to have a plugin for that but I
 haven't had time to maintain it for years. Make a quick plugin that parses
 the stacks in that folder at startup and starts using them and your set.
 
 Cheers
 
 --
 Monte Goulding
 M E R Goulding Software Development
 Bespoke application development for vertical markets
 
 InstallGadget - How to create an installer in 10 seconds
 revObjective  - Making behavior scripts behave
 
 ___
 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
 
 
 
 
 -- 
 
 
 
 Stephen Barncard
 San Francisco Ca. USA
 
 more about sqb  http://www.google.com/profiles/sbarncar
 ___
 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: Still: Where do I put libUUID.rev and qrtReportsLIb.rev in LiveCode?

2010-09-20 Thread Sarah Reichelt
While not an ideal solution, for the quick fix, can you include these
2 stacks in the stackFiles of the mainStack that needs to access them?
Then that stack would know where they were and you could start
using.

Cheers,
Sarah


On Tue, Sep 21, 2010 at 10:05 AM, Alex Adams a...@a2technology.com wrote:
 Did that.  Set it to the last rev folder where they have been working fine
 all along.  Still no go.
 --
 Alex Adams
___
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: Still: Where do I put libUUID.rev and qrtReportsLIb.rev in LiveCode?

2010-09-20 Thread J. Landman Gay

On 9/20/10 7:05 PM, Alex Adams wrote:

Did that.  Set it to the last rev folder where they have been working fine
all along.  Still no go.


I had trouble too until someone pointed out to me that the folder you 
want to specify in prefs is the one that contains the plugins folder, 
not the plugins folder itself.


I've got the file path in the prefs pane set to this, which works:

/Users/myName/Documents/My Revolution Enterprise

--
Jacqueline Landman Gay | jac...@hyperactivesw.com
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: Still: Where do I put libUUID.rev and qrtReportsLIb.rev in LiveCode?

2010-09-20 Thread Alex Adams
I'll try that and let you know in the morning.
-- 
Alex Adams

hawkVision ‹ yourVision of all the info in yourWorld
A2 Technology Partners, Inc.
831-724-1397
a...@a2technology.com
www.a2technology.com


 From: Sarah Reichelt sarah.reich...@gmail.com
 Reply-To: How to use Revolution use-revolution@lists.runrev.com
 Date: Tue, 21 Sep 2010 10:30:46 +1000
 To: How to use Revolution use-revolution@lists.runrev.com
 Subject: Re: Still: Where do I put libUUID.rev and qrtReportsLIb.rev in
 LiveCode?
 
 While not an ideal solution, for the quick fix, can you include these
 2 stacks in the stackFiles of the mainStack that needs to access them?
 Then that stack would know where they were and you could start
 using.
 
 Cheers,
 Sarah
 
 
 On Tue, Sep 21, 2010 at 10:05 AM, Alex Adams a...@a2technology.com wrote:
 Did that.  Set it to the last rev folder where they have been working fine
 all along.  Still no go.
 --
 Alex Adams
 ___
 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