Re: Calendar widget

2006-01-24 Thread Josh Mellicker

Thanks and thanks!

Now to figure out how they work! :-)


On Jan 24, 2006, at 8:56 PM, Marty Knapp wrote:


Hey Josh,

I have a simple calendar stack you're welcome to:




--Marty Knapp




On Jan 24, 2006, at 8:24 PM, Scott Kane wrote:



Does anyone know of a calendar widget for Revolution?


Dan Shaefer has a really nice one that goes with his
book.  I belive you can download the source code here:

http://www.altuit.com/webs/dshafer/RevolutionPros/MyStuff.htm

Scott



___
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: Calendar widget

2006-01-24 Thread Marty Knapp

Hey Josh,

I have a simple calendar stack you're welcome to:




--Marty Knapp


Does anyone know of a calendar widget for Revolution?

thanks


___
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: Calendar widget

2006-01-24 Thread Scott Kane

> Does anyone know of a calendar widget for Revolution?

Dan Shaefer has a really nice one that goes with his
book.  I belive you can download the source code here:

http://www.altuit.com/webs/dshafer/RevolutionPros/MyStuff.htm

Scott


___
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


Calendar widget

2006-01-24 Thread Josh Mellicker

Does anyone know of a calendar widget for Revolution?

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


Size of ListBox

2006-01-24 Thread Jeff Honken
I have a listbox in my application that seems to change size slightly
when I save it as a standalone exe.  I'm reading from a database and
displaying the results in the listbox.  It looks great in the
development environment but when I look at it in the exe it shows a
partial row.  I have the "Lock size and Position" turned on.  Does
anyone have any ideas on how I can lock the size of the listbox to say 4
or 5 rows and not show a half row for the standalone?  Jeff


___
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 Download Data from the Internet (was: Re: (no subject))

2006-01-24 Thread Eric Chatonet

Hi Dahiya,

The "How to Download Data from the Internet" tutorial might help you:
This stack explains how to test the user connection, an url validity,  
why and how to use get url or load url, retrieve data from framed  
pages, give an account of download progress, manage errors, display  
retrieved data (web pages, stacks, compressed or not), etc.


You will access this tutorial through "Tutorials Picker" a free  
plugin that interfaces with the So Smart Software website in order to  
display all available tutorials stacks directly from the web.

You will find it by going to http://www.sosmartsoftware.com/.
Revolution/Plugins or Tutorials section.

Le 24 janv. 06 à 18:15, DAHIYA Nitesh a écrit :


hi..
i have a this question..
i m getting a stack from the server and launching it..
what i want to know is that whether i can get the status that the  
stack

is downloded or not


Best Regards from Paris,
Eric Chatonet
 
--

http://www.sosmartsoftware.com/[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: Creating items on a card that isn't the current card.

2006-01-24 Thread Lynch, Jonathan
I think I might have another way for you to do it...

With images, you can set the ID of the image...

So...

-- first, find a safe id number to use
Create button "tempbutton"
Put the id of button "tempbutton" into tID
Delete button "tempbutton"

-- then copy and set the id of the image
Copy the image "my image" to card 5
Set id of it to (tID + 1)
Set the name of image id (tID+1) to "copied image" 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Peter T.
Evensen
Sent: Tuesday, January 24, 2006 3:40 PM
To: How to use Revolution
Subject: RE: Creating items on a card that isn't the current card.

All my creation was done on a handler in the "invisible" card.  I
finally 
gave up and locked the screen and went to the card and then returned.

I was just looking to see if anyone else had run into the ID being 0
issue 
and if it is supposed to be that way.

At 04:50 PM 1/23/2006, you wrote:
>I have had something like this happen when creating groups on an
>unopened substack.
>
>Ultimately, I had to rework the process so that I sent a message to the
>substack telling it to run a script that created the group in itself.
>So, try this:
>
>Instead of...
>
>Copy image "booger" to card 5
>
>
>Do this:
>
>Put "booger" into tImageName
>Send "copyimage tImageName" to card 5
>
>
>(Card 5 script)
>On copyimage pImageName
>Copy image pImageName of card "source card" of stack "source stack" to
>me
>Set the name of it to "whatever its name is"
>
>
>
>I dunno if this will work - but if it doesn't, there are other
>possibilities as well.
>
>-Original Message-
>From: [EMAIL PROTECTED]
>[mailto:[EMAIL PROTECTED] On Behalf Of Peter T.
>Evensen
>Sent: Monday, January 23, 2006 5:15 PM
>To: How to use Revolution
>Subject: Re: Creating items on a card that isn't the current card.
>
>The point is, my handler wasn't working unless the card was the current
>card. ALL copied images were created with the same ID of 0, which
caused
>
>problem because I am creating a number of them.
>
>Your simple stack works, because you are only creating one image and
are
>
>not using the variable "it" to manipulate the copied image.
>
>I am creating 15-20+ images on the "hidden" card.  It worked to a
point,
>
>but then produced weird and unexpected results.
>
>In stepping through the code, I saw that after a "copy image..." the
>variable "it" contained "image id 0 of card..." (i.e., an invalid ID
>number), whereas when I run the same script with that card as the
>current
>card,  "it" contained "image id  of card...", (i.e., a valid image
>ID).  Since all the copied images were being created with an ID of zero
>on
>the 'hidden" card, renaming them and referencing them does not reliably
>work.
>
>What I am doing is generating a Mystery Phrase screen, like hang man.
>
>I am placing empty boxes where there are letters, blanks where there
are
>
>spaces, and displaying non-letter characters, like punctuation.
>
>For example, if the phrase was "Lexington, Kentucky"  I was getting:
>
>_
>, , , , , , , , , ,
>
>Instead of
>_,
>
>
>For some reason, changing the file name of the last image on the first
>row
>to my comma.png was causing all subsequent images to be the comma,
>rather
>than the blank image (and causing my comma image to disappear).  This
is
>
>evidently due to all the creating images having an ID of 0.
>
>If I run the exact same script after having gone to the card, the
images
>
>are all created with unique IDs and the second result is produced.
>
>I was not able to find your KALA.rev stack to test it out.
>
>At 03:34 PM 1/23/2006, you wrote:
> >Maybe I'm a bit thick, but I don't quite see what all the
> >fuss is about.
> >
> >SO . . . I have just 'run up' a really very trite
> >demonstration stack which is available from the RRGraphix
> >Group:
> >
> >http://groups.yahoo.com/group/RRgraphix/files/
> >
> >called REMOTE DECORATING.rev
> >
> >HOWEVER, if you really want to see 'remote control' in its
> >full, mid-blowing potential then download my Master's
> >degree stack (KALA.rev) via:
> >
> >http://members.maclaunch.com/richmond/files.html
> >
> >I should warn you that this is a prototype GUI for absolute
> >no-nothing-about-computer types to author their own
> >educational software: there is no 'desktop', no 'menubar',
> >no 'start menu', no KDE panel and, in fact not much else -
> >but it will create you a few rather basic educational
> >stacks by remote control.
> >
> >sincerely, Richmond Mathewson
> >__
> >See Mathewson's software at:
> >
> >http://members.maclaunch.com/richmond/default.html
> >___
> >---
> >The Think Different Store
> >http://www.thinkdifferentstore.com/
> >For All Your Mac Gear
> >---
> >___
> >use-revolution 

RE: Creating items on a card that isn't the current card.

2006-01-24 Thread Peter T. Evensen
All my creation was done on a handler in the "invisible" card.  I finally 
gave up and locked the screen and went to the card and then returned.


I was just looking to see if anyone else had run into the ID being 0 issue 
and if it is supposed to be that way.


At 04:50 PM 1/23/2006, you wrote:

I have had something like this happen when creating groups on an
unopened substack.

Ultimately, I had to rework the process so that I sent a message to the
substack telling it to run a script that created the group in itself.
So, try this:

Instead of...

Copy image "booger" to card 5


Do this:

Put "booger" into tImageName
Send "copyimage tImageName" to card 5


(Card 5 script)
On copyimage pImageName
Copy image pImageName of card "source card" of stack "source stack" to
me
Set the name of it to "whatever its name is"



I dunno if this will work - but if it doesn't, there are other
possibilities as well.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Peter T.
Evensen
Sent: Monday, January 23, 2006 5:15 PM
To: How to use Revolution
Subject: Re: Creating items on a card that isn't the current card.

The point is, my handler wasn't working unless the card was the current
card. ALL copied images were created with the same ID of 0, which caused

problem because I am creating a number of them.

Your simple stack works, because you are only creating one image and are

not using the variable "it" to manipulate the copied image.

I am creating 15-20+ images on the "hidden" card.  It worked to a point,

but then produced weird and unexpected results.

In stepping through the code, I saw that after a "copy image..." the
variable "it" contained "image id 0 of card..." (i.e., an invalid ID
number), whereas when I run the same script with that card as the
current
card,  "it" contained "image id  of card...", (i.e., a valid image
ID).  Since all the copied images were being created with an ID of zero
on
the 'hidden" card, renaming them and referencing them does not reliably
work.

What I am doing is generating a Mystery Phrase screen, like hang man.

I am placing empty boxes where there are letters, blanks where there are

spaces, and displaying non-letter characters, like punctuation.

For example, if the phrase was "Lexington, Kentucky"  I was getting:

_
, , , , , , , , , ,

Instead of
_,


For some reason, changing the file name of the last image on the first
row
to my comma.png was causing all subsequent images to be the comma,
rather
than the blank image (and causing my comma image to disappear).  This is

evidently due to all the creating images having an ID of 0.

If I run the exact same script after having gone to the card, the images

are all created with unique IDs and the second result is produced.

I was not able to find your KALA.rev stack to test it out.

At 03:34 PM 1/23/2006, you wrote:
>Maybe I'm a bit thick, but I don't quite see what all the
>fuss is about.
>
>SO . . . I have just 'run up' a really very trite
>demonstration stack which is available from the RRGraphix
>Group:
>
>http://groups.yahoo.com/group/RRgraphix/files/
>
>called REMOTE DECORATING.rev
>
>HOWEVER, if you really want to see 'remote control' in its
>full, mid-blowing potential then download my Master's
>degree stack (KALA.rev) via:
>
>http://members.maclaunch.com/richmond/files.html
>
>I should warn you that this is a prototype GUI for absolute
>no-nothing-about-computer types to author their own
>educational software: there is no 'desktop', no 'menubar',
>no 'start menu', no KDE panel and, in fact not much else -
>but it will create you a few rather basic educational
>stacks by remote control.
>
>sincerely, Richmond Mathewson
>__
>See Mathewson's software at:
>
>http://members.maclaunch.com/richmond/default.html
>___
>---
>The Think Different Store
>http://www.thinkdifferentstore.com/
>For All Your Mac Gear
>---
>___
>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

Peter T. Evensen
http://www.PetersRoadToHealth.com
314-629-5248 or 888-628-4588
___
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


Peter T. Evense

Re: get setRegistry ?

2006-01-24 Thread Mark Wieder
Mark-

Tuesday, January 24, 2006, 9:32:25 AM, you wrote:

> Anyone know how to write the (get setRegistry) registration below in 
> Transcript?

> [HKEY_CLASSES_ROOT\vnc]
> @="URL:VNC Protocol"
> "URL Protocol"="http://www.realvnc.com/";

> [HKEY_CLASSES_ROOT\vnc\DefaultIcon]
> @="C:\\Program Files\\RealVNC\\WinVNC\\winvnc.exe,0"

> [HKEY_CLASSES_ROOT\vnc\shell]

> [HKEY_CLASSES_ROOT\vnc\shell\open]

> [HKEY_CLASSES_ROOT\vnc\shell\open\command]
> @="C:\\Program Files\\RealVNC\\WinVNC\\winvnc.exe -connect %1"

Not really sure what you're trying to accomplish here (installing vnc
server on the fly, perhaps? otherwise, shouldn't installing vnc server
do this for you?), but I think what you're looking for is...

get setRegistry("HKEY_CLASSES_ROOT\vnc\", \
"URL:VNC Protocol")

get setRegistry("HKEY_CLASSES_ROOT\vnc\URL Protocol", \
"http://www.realvnc.com/";)

get setRegistry("HKEY_CLASSES_ROOT\vnc\DefaultIcon\" \
"C:\\Program Files\\RealVNC\\WinVNC\\winvnc.exe,0"

get setRegistry("HKEY_CLASSES_ROOT\vnc\shell\open\command\", \
"C:\Program Files\RealVNC\WinVNC\winvnc.exe -connect %1")

BTW: I find tightvnc to be superior to realvnc in both speed and
flexibility of options...

-- 
-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: online Revolution collaborative resources

2006-01-24 Thread Mark Wieder
> I know this might be a sore subject as it's been discussed before
> from what I could dredge up painstakingly foraging through the email
> archives...

I have now closed and deleted the runrev forum at frappr due to lack
of interest.

-- 
-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: Amazing, strange, and mystifying - SOLVED

2006-01-24 Thread Jim Ault
Path Finder does go way outside Human Interface Guidelines, so Apple is
probably stuck re-writing the rules first.  Meanwhile, I am happily
productive.

Jim Ault
Las Vegas


On 1/24/06 10:07 AM, "Mark Swindell" <[EMAIL PROTECTED]> wrote:

> On Jan 24, 2006, at 8:52 AM, Richard Gaskin wrote:
> 
>> Buy it?  Not a chance. Replicate it and claim they invented it?
>> Likely
> 
> Oh yeah.  I forgot.  :(
> 
> It's amazing what a small shop can come up with that a megashop like
> Apple can't, though.  People have been wanting a new Finder experience
> for a long time.
> 
> Mark
> 
> ___
> 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: Amazing, strange, and mystifying - SOLVED

2006-01-24 Thread Timothy Miller


Since I have switched to Path Finder, I have been very happy with is
interface and features (virtually all of the normal Finder plus many more).
Just last night I began to do a few comparison searches:

result:  All files found by Path Finder... many cases of hundreds of missing
files in Spotlight, esp if the search term is "chan" and is not the
beginning of the file or folder name (redChannel, leftChannel)

This is unacceptable, so Spotlight is relegated to building a fast list of
"jpg" or "psd" and not regarded as a rigorous, exhaustive list.

By the way, setting a folder to "private" in Spotlight preferences will hide
from both the "content" indexing AND the file/folder searching.

Thanks for your input

Jim Ault
Las Vegas
Contrary to Spotlight, I am not fast, but I *am* reliable.



Oh! That explains it. I didn't know what Path Finder is.

Easy Find might be a free and quick alternative for users who don't 
need a Finder on steroids.


Tim
___
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: Edit menu

2006-01-24 Thread Marty Knapp
As an addedum to this, it happens consistently after an ask file command 
has been issued that Cut and Copy are disabled. Placing the cursor into 
an editable field does not reset it. And it only seems to manifest 
itself on the Mac version. I tried inserting  "enable menuitem 1 of menu 
"Edit"" at the end of my handler invoking the ask file command, but no go.



Hello,

My standalone has a standard Edit menu, with Cut, Copy Paste 
menuitems. In none of my scripts do I ever enable or disable them, yet 
they are getting disabled some of the time. The keyboard shortcuts 
always seem to work,  but I can't figure out what the issue is here. 
Any clues for me?


Thanks,

Marty Knapp


___
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


Edit menu

2006-01-24 Thread Marty Knapp

Hello,

My standalone has a standard Edit menu, with Cut, Copy Paste menuitems. 
In none of my scripts do I ever enable or disable them, yet they are 
getting disabled some of the time. The keyboard shortcuts always seem to 
work,  but I can't figure out what the issue is here. Any clues for me?


Thanks,

Marty Knapp
___
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: Amazing, strange, and mystifying - SOLVED

2006-01-24 Thread Mark Swindell

On Jan 24, 2006, at 8:52 AM, Richard Gaskin wrote:

Buy it?  Not a chance. Replicate it and claim they invented it?  
Likely


Oh yeah.  I forgot.  :(

It's amazing what a small shop can come up with that a megashop like 
Apple can't, though.  People have been wanting a new Finder experience 
for a long time.


Mark

___
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: Amazing, strange, and mystifying - SOLVED

2006-01-24 Thread Jim Ault

Rev is HCard on mega steroids
Path Finder is the Finder on mega steroids

There is a 21 day free trial, full featured.  I don't think many users will
look back after their first day using it.

The 4.01 upgrade is definitely worth it.

Jim Ault
Las Vegas


___
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


get setRegistry ?

2006-01-24 Thread Mark Brownell

Hi,

I do this to double click and to load a file during open:

get setRegistry("HKEY_CLASSES_ROOT\.mtx\","IntuitMTX")

get setRegistry("HKEY_CLASSES_ROOT\IntuitMTX\","IntuitMTX document")
  
get setRegistry("HKEY_CLASSES_ROOT\IntuitMTX\DefaultIcon\","C:\Program 
Files\IntuitMTX\IntuitMTX.exe,1")
  
get setRegistry("HKEY_CLASSES_ROOT\IntuitMTX\shell\open\command\","C:\Program 
Files\IntuitMTX\IntuitMTX.exe %1")

Anyone know how to write the (get setRegistry) registration below in Transcript?

[HKEY_CLASSES_ROOT\vnc]
@="URL:VNC Protocol"
"URL Protocol"="http://www.realvnc.com/";

[HKEY_CLASSES_ROOT\vnc\DefaultIcon]
@="C:\\Program Files\\RealVNC\\WinVNC\\winvnc.exe,0"

[HKEY_CLASSES_ROOT\vnc\shell]

[HKEY_CLASSES_ROOT\vnc\shell\open]

[HKEY_CLASSES_ROOT\vnc\shell\open\command]
@="C:\\Program Files\\RealVNC\\WinVNC\\winvnc.exe -connect %1"

Thanks,
Mark

___
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: (no subject)

2006-01-24 Thread Klaus Major

Hi DAHIYA,


hi..
i have a this question..
i m getting a stack from the server and launching it..
what i want to know is that whether i can get the status that the  
stack

is downloded or not


you can do so, but then you will have to "load" that stack and NOT  
just "go" to it!


Check the docs for "load".


thank u


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


(no subject)

2006-01-24 Thread DAHIYA Nitesh
hi..
i have a this question..
i m getting a stack from the server and launching it..
what i want to know is that whether i can get the status that the stack
is downloded or not
 
thank u
___
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: Amazing, strange, and mystifying - SOLVED

2006-01-24 Thread Richard Gaskin

Mark Swindell wrote:


On Jan 23, 2006, at 10:01 PM, Ken Ray wrote:


On 1/23/06 10:46 PM, "Jim Ault" <[EMAIL PROTECTED]> wrote:


http://www.cocoatech.com/
will get you there.
A multitude of really useful features documented here, screen shots 
galore,

and it has a built-in terminal pane so you can use those commands on the
current folder/drive
Optional to use Spotlight or their own fast find.


This app is unbelievable! I strongly recommend everyone at least taking a
look at it - it basically replaces the Finder with tons more features...

:-)


Wow.  Any bets on whether Apple buys this up and replaces Finder with 
it?  They ought to.


Buy it?  Not a chance. Replicate it and claim they invented it?  Likely

--
 Richard Gaskin
 Fourth World Media Corporation
 ___
 [EMAIL PROTECTED]   http://www.FourthWorld.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: Radio Button Color

2006-01-24 Thread Klaus Major

Hi Camm,


That's a shame !


oh, c'mon, that's the way most IDEs work! :-)

But it is not so difficult to roll your own!
Just use 2 images as icon and hiliteicon for checkboxes and
radiobuttons and that's it.

And check my entries (user: klausimausi) on Rev-online to see an example
of a custom slider...


Thanks anyway.

Camm


Hi Camm29,


Hi

How do you change the color of a "Radio" Button
or Progress Bar , Slider


you can't! You will have to create your own!
Rev simply "borrows" them from the current OS, that's why they look
"native" on every OS where Rev runs on :-)


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: Amazing, strange, and mystifying - SOLVED

2006-01-24 Thread Mark Swindell


On Jan 23, 2006, at 10:01 PM, Ken Ray wrote:


On 1/23/06 10:46 PM, "Jim Ault" <[EMAIL PROTECTED]> wrote:


http://www.cocoatech.com/
will get you there.
A multitude of really useful features documented here, screen  
shots galore,
and it has a built-in terminal pane so you can use those commands  
on the

current folder/drive
Optional to use Spotlight or their own fast find.


This app is unbelievable! I strongly recommend everyone at least  
taking a
look at it - it basically replaces the Finder with tons more  
features...


:-)


Wow.  Any bets on whether Apple buys this up and replaces Finder with  
it?  They ought to.


Mark
___
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: Delete Main Stack

2006-01-24 Thread Jeff Honken
Eric,
  That worked thanks for the help.  Jeff



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eric
Chatonet
Sent: Tuesday, January 24, 2006 12:10 AM
To: How to use Revolution
Subject: Re: Delete Main Stack

Hi Jeff,

The delete command removes a main stack from memory unless it's the  
last one available and that can't happen in the IDE.
In a standalone, just use the quit command.
To make things handy:

if the environment is "development" then close this stack
else quit

Le 24 janv. 06 à 00:44, Jeff Honken a écrit :

> Can anyone tell me why the following code works fine for Closing my  
> Main
> Stack when it's in the IDE Development environment but won't work on a
> standalone?  I'm closing the database and deleting the stack but it
> won't close the app as a standalone.
>
> revCloseDatabase gConID
> delete stack Main

Best Regards from Paris,
Eric Chatonet


--
http://www.sosmartsoftware.com/[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


Desperate for a solution ( £20 for anyone who can sort out this problem)

2006-01-24 Thread Jason (Polydiam)
Thanks Richmond, £20 has been donated to Pudsey at Children in Need.

 

Thank you for your help

 

Jason

___
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: online Revolution collaborative resources

2006-01-24 Thread Pierre Sahores

Hi Josh,

De :  [EMAIL PROTECTED]
Objet : [ANN] new codes website now available.
Date :  16 janvier 2006 16:18:30 HNEC
À :   use-revolution@lists.runrev.com
Répondre à :  use-revolution@lists.runrev.com

Dear all,

The new website is ready, with now a more homegeneous look-and-feel  
throughout the different services offered.





(all files show as a result of the move of files... if you have a  
slow connection, wait a week before checking them out again).



And lexicall is now at:


Automatic forward from the old pages.


For those of you who have subscribed to the Rev-Updates email service  
at my
site (or those of you who *wanted* to, but never have) this is to let  
you
all know that I now have changed this over to a convenient RSS feed,  
which

can be connected to by going to this page:

  http://www.sonsothunder.com/devres/revolution/ 
subscribe_revupdates.htm



Ken's rss feeds integrated in the news agregator.  codes.widged.com/?q=aggregator/sources/14>


Why Widged.com? Because widged stands more or less for widgets for  
education. I try to focus on small (widget-size) resources that can  
be quite difficult to locate or to get to know about. I thought  
widged would be more a more reusable name for this kind of material  
than the not so reusable "reusable learning objects" . For an  
explanation of the green/white logo, see: .


Enjoy
Marielle___
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: How to get the table names of a connectedd database?

2006-01-24 Thread Ruslan Zasukhin
On 1/24/06 5:40 AM, "Trevor DeVore" <[EMAIL PROTECTED]> wrote:

Hi Trevor,

>> NB - AFAIK PostGres and quoting goes like this - think it is the
>> same for standard SQP? Single quotes for text values and double
>> quotes for Table Names - if you don't have funny character, spaces
>> or reserved words in the table names you do not need to quote them
>> - but single quotes for table names is a no-no.
> 
> You are right, the SQL standard does specify double quote.  MySQL on
> the other hand prefers the ` character (numToChar(96)).  It will only
> accept double quotes if ANSI_QUOTES is enabled on the database
> server.  

Right. Also

MySQL on default can recognize as '' so "".
Its lexer just remember start symbol, then search for the same end symbol.


> Valentina 1.x, on the other hand (which is not SQL92
> compliant), will accept single quotes around a table name.

Actually Valentina 1.x around Table Names and Field Names expect
to see [] -- this is oracle Style.

Valentina 2.x which is SQL92 compliant use next rules:

string constants: always single quotes  ''

delimited identifiers:  "" -- SQL92
[] -- Oracle Style.

I.e. You cannot and should not use single quotes around field/table names.

Even if you work in mySQL still is good idea to keep self strict and follow
SQL92 standard. Then your code will be portable


-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]


___
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