Re: MS Word document export

2010-01-30 Thread Christian Langers
Hi,

I listened to Stephen and added my name and email  into the stack's
script (Textutil.rev)

Greets,

Christian


On 30/01/10 02:23, Bruce Pokras wrote:
 Maybe I am doing something wrong (but it is so simple, how could I?),
 but I am not seeing any output. I import a file (e.g. a text file) and
 I try to export it as a Word file (.doc). Nothing is created! I am on
 OS X 10.4.11 using Rev 4.0.

 On Jan 28, 2010, at 4:52 PM, François Chaplais wrote:

 rev online is back. The stack is Textutil in the Text category.
 Works really cool I tested Doc (basic text) and webarchive
 import. The text is there. The links in the webarchive are lost, but
 h**l, it's a freebie!

 Le 28 janv. 2010 à 19:11, stephen barncard a écrit :

 The shell is your friend.

 Check out textutil  in the shell.  (man textutil)

 Mac OSX 10.4. and onward has document conversion routines built into
 the
 system. RTF, HTML, DOC, DOCX, WEBARCHIVE, ODT are some of the formats.

 Someone (please identify one's self in one's demo stacks!) has
 uploaded to
 REV ONLINE a very simple stack that demonstrates conversion to-from
 various
 text formats using shell calls. However, REV ONLINE,  one of the most
 difficult to navigate and unresponsive parts of the IDE, is
 completely down
 today.  Contact me offline if you really need the stack, the author has
 indicated he's giving it freely. However, the calls are so simple
 and well
 documented that it could be a good exercise in getting a shell call
 to work
 for you, just using the documentation.
 -
 Stephen Barncard
 San Francisco
 http://houseofcubes.com/disco.irev


 On 27 January 2010 20:44, dr.alist...@gmail.com wrote:

 Hi Curry,

 I'd be interested in having a look at the beta of the word export.
 I am
 currently using merge() to create reports for an application that I am
 working on. A library to do this sort of stuff sounds like a really
 useful
 tool. I would like to use OpenOffice, by preference, so I'm
 interested in
 that too.

 Apart from trying it out, will I be bale to look at how you are
 writing the
 library. I'm not a very good programmer but if I can help I'd like to.

 cheers

 Alistair Campbell
 dr.alist...@gmail.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



 ___
 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: InetBrowser and the Mac Blue Screen

2010-01-30 Thread Bernard Devlin
Hi Alex,

I don't think I've ever seen this mac bsod thing.  I just tried
loading a local pdf file using the example browser stack that comes
with Rev 4.5, and there was no problem with progress bars, and no
problem when I quit.

I'd suggest you try with that stack. If the problems you are seeing
don't exhibit themself with the sample stack, then it's most likely
that there is something else going on in your code that is causing the
problems you are seeing.

Hope that helps.

Regards,  Bernard
___
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: InetBrowser and the Mac Blue Screen

2010-01-30 Thread Jim Ault

On Jan 30, 2010, at 1:49 AM, Bernard Devlin wrote:


Hi Alex,

I don't think I've ever seen this mac bsod thing.  I just tried
loading a local pdf file using the example browser stack that comes
with Rev 4.5, and there was no problem with progress bars, and no
problem when I quit.

I'd suggest you try with that stack. If the problems you are seeing
don't exhibit themself with the sample stack, then it's most likely
that there is something else going on in your code that is causing the
problems you are seeing.



Of course the Mac equivalents of the BSOD

are
  SBOD - spinning beachball of death
  and the kernel panic screen


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


[BUG] 'combine' problems

2010-01-30 Thread Hugh Senior

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

split tValues by row, then
combine tValues by row

The above should re-instate the original data, BUT...

When combining values that have been split by row, the keys are combined
alphabetically not numerically. This results in the data becoming
mis-ordered.

Tip: Do not rely on split/combine to reproduce your original data!

/H

___
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: [BUG] 'combine' problems

2010-01-30 Thread Mark Schonewille

Hugh,

From your report, I can't conclude that his is a bug. Arrays have no  
order.


--
Best regards,

Mark Schonewille

Economy-x-Talk Consulting and Software Engineering
Homepage: http://economy-x-talk.com
Twitter: http://twitter.com/xtalkprogrammer

Try the new URL shortening service http://qurl.tk

Op 30 jan 2010, om 13:10 heeft Hugh Senior het volgende geschreven:



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

split tValues by row, then
combine tValues by row

The above should re-instate the original data, BUT...

When combining values that have been split by row, the keys are  
combined

alphabetically not numerically. This results in the data becoming
mis-ordered.

Tip: Do not rely on split/combine to reproduce your original data!

/H



___
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: InetBrowser and the Mac Blue Screen

2010-01-30 Thread Andre Garzia
believe me, there is more than the SBOD and the Kernel Panic,

There is a the Blue Screen Of Sudden Death, where a blue screen of a light
shade fills the screen, all programs die and then you're back on the finder
as if you just rebooted. This can happen when some software does crazy
stuff. One way to force it happen was to use the wrong rev 4.0 engine as a
CGI engine for the built -in apache installation, the mac would go bonkers!
Of course this was using the wrong engine, not the cgi engine but picking
the standalone engine out of context and trying it as cgi... it was a crazy
thing to watch. It is patched now, even if you try it, it will not do those
crazy stunts anymore.

I've seen games doing that as well.

On Sat, Jan 30, 2010 at 8:52 AM, Jim Ault jimaultw...@yahoo.com wrote:

 On Jan 30, 2010, at 1:49 AM, Bernard Devlin wrote:

  Hi Alex,

 I don't think I've ever seen this mac bsod thing.  I just tried
 loading a local pdf file using the example browser stack that comes
 with Rev 4.5, and there was no problem with progress bars, and no
 problem when I quit.

 I'd suggest you try with that stack. If the problems you are seeing
 don't exhibit themself with the sample stack, then it's most likely
 that there is something else going on in your code that is causing the
 problems you are seeing.



 Of course the Mac equivalents of the BSOD

 are
  SBOD - spinning beachball of death
  and the kernel panic screen


 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




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


post factum Background behavior?

2010-01-30 Thread Richmond Mathewson
Suppose we have a stack with 20 cards already populated with all sorts 
of complicated stuff,
and then we want to spread an image across all those cards but realise 
that to copy-paste

on each card will bloat the stack ridiculously . . .

Is there a way to set an object to have background behaviour so that it 
will propagate

across a series of cards after those cards have been set up?
___
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: post factum Background behavior?

2010-01-30 Thread Klaus on-rev
Hi Richmond,

 Suppose we have a stack with 20 cards already populated with all sorts of 
 complicated stuff,
 and then we want to spread an image across all those cards but realise that 
 to copy-paste
 on each card will bloat the stack ridiculously . . .
 
 Is there a way to set an object to have background behaviour so that it will 
 propagate
 across a series of cards after those cards have been set up?

just group that image/object and place it on the necessary cards.


Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.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: post factum Background behavior?

2010-01-30 Thread Richmond Mathewson

On 30/01/2010 16:45, Klaus on-rev wrote:

Hi Richmond,

   

Suppose we have a stack with 20 cards already populated with all sorts of 
complicated stuff,
and then we want to spread an image across all those cards but realise that to 
copy-paste
on each card will bloat the stack ridiculously . . .

Is there a way to set an object to have background behaviour so that it will 
propagate
across a series of cards after those cards have been set up?
 

just group that image/object and place it on the necessary cards.
   


Err . . . place . . . ?



Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.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: post factum Background behavior?

2010-01-30 Thread Klaus on-rev
Hi Richmond,

 On 30/01/2010 16:45, Klaus on-rev wrote:
 Hi Richmond,  
 Suppose we have a stack with 20 cards already populated with all sorts of 
 complicated stuff,
 and then we want to spread an image across all those cards but realise that 
 to copy-paste
 on each card will bloat the stack ridiculously . . .
 Is there a way to set an object to have background behaviour so that it 
 will propagate
 across a series of cards after those cards have been set up?
 just group that image/object and place it on the necessary cards.
 Err . . . place . . . ?

is this a question or just an expression of self-mortification? :-D 


Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.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: post factum Background behavior?

2010-01-30 Thread Richmond Mathewson

On 30/01/2010 16:55, Klaus on-rev wrote:

Hi Richmond,

   

On 30/01/2010 16:45, Klaus on-rev wrote:
 

Hi Richmond,
   

Suppose we have a stack with 20 cards already populated with all sorts of 
complicated stuff,
and then we want to spread an image across all those cards but realise that to 
copy-paste
on each card will bloat the stack ridiculously . . .
Is there a way to set an object to have background behaviour so that it will 
propagate
across a series of cards after those cards have been set up?
 

just group that image/object and place it on the necessary cards.
   

Err . . . place . . . ?
 

is this a question or just an expression of self-mortification? :-D
   


Both!



Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.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: post factum Background behavior?

2010-01-30 Thread zryip theSlug
2010/1/30 Richmond Mathewson richmondmathew...@gmail.com:
 On 30/01/2010 16:45, Klaus on-rev wrote:

 Hi Richmond,



 Suppose we have a stack with 20 cards already populated with all sorts of
 complicated stuff,
 and then we want to spread an image across all those cards but realise
 that to copy-paste
 on each card will bloat the stack ridiculously . . .

 Is there a way to set an object to have background behaviour so that it
 will propagate
 across a series of cards after those cards have been set up?


 just group that image/object and place it on the necessary cards.


 Err . . . place . . . ?

Hi Richmond,

Just group your image in the first card of your stack and execute a
script like this:

on mouseUp
   repeat with theCard = 1 to number of cards of this stack
  lock messages
  go cd theCard
  if (there is no group My_Image) then
 place background My_Image onto this card
  end if
  unlock messages
   end repeat
end mouseUp


-- 
-Zryip TheSlug- wish you the best! 8)
http://www.aslugontheroad.co.cc
___
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: post factum Background behavior?

2010-01-30 Thread Klaus on-rev
Hi Richmond,

 ...
 just group that image/object and place it on the necessary cards.   
 Err . . . place . . . ?   
 is this a question or just an expression of self-mortification? :-D 
 
 Both!

:-D

...
place bg your new grouped image group here onto card Name of card
...

Check place in the docs!


Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.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: post factum Background behavior?

2010-01-30 Thread Richmond Mathewson

On 30/01/2010 17:05, zryip theSlug wrote:

2010/1/30 Richmond Mathewsonrichmondmathew...@gmail.com:
   

On 30/01/2010 16:45, Klaus on-rev wrote:
 

Hi Richmond,


   

Suppose we have a stack with 20 cards already populated with all sorts of
complicated stuff,
and then we want to spread an image across all those cards but realise
that to copy-paste
on each card will bloat the stack ridiculously . . .

Is there a way to set an object to have background behaviour so that it
will propagate
across a series of cards after those cards have been set up?

 

just group that image/object and place it on the necessary cards.

   

Err . . . place . . . ?
 

Hi Richmond,

Just group your image in the first card of your stack and execute a
script like this:

on mouseUp
repeat with theCard = 1 to number of cards of this stack
   lock messages
   go cd theCard
   if (there is no group My_Image) then
  place background My_Image onto this card
   end if
   unlock messages
end repeat
end mouseUp


   

Thanks so much for your help!
___
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: post factum Background behavior?

2010-01-30 Thread Richmond Mathewson

On 30/01/2010 17:07, Klaus on-rev wrote:

Hi Richmond,

   

...
 

just group that image/object and place it on the necessary cards.
   

Err . . . place . . . ?
 

is this a question or just an expression of self-mortification? :-D
   

Both!
 

:-D

...
place bg your new grouped image group here onto card Name of card
...

Check place in the docs!


Best

Klaus

   
Thanks Klaus!  However the witty remarks slowed things down and you got 
Slugged . . .  :)

___
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


RunRevPlanet Spell Checker video

2010-01-30 Thread charles61

A few months ago there was a RunRevPlanet Spell Checker video sponsored by
Rev. I cannot find any links to it. Does anybody have a link to this video?
-- 
View this message in context: 
http://n4.nabble.com/RunRevPlanet-Spell-Checker-video-tp1457484p1457484.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: post factum Background behavior?

2010-01-30 Thread Klaus on-rev
Hi Richmond,

 On 30/01/2010 17:07, Klaus on-rev wrote:
 Hi Richmond,
 just group that image/object and place it on the necessary cards.
   
 Err . . . place . . . ?
 is this a question or just an expression of self-mortification? :-D
 Both!
 
 :-D
 ...
 place bg your new grouped image group here onto card Name of card
 ...
 
 Check place in the docs!
 
 
 Best
 
 Klaus  
 Thanks Klaus!  However the witty remarks slowed things down and you got 
 Slugged . . .  :)

That's true but I was heavily convinced that you were able to look up place 
in the docs
and figure out that a repeat loop of any kind would have solved you problem.

C'mon yoiu are using Re/MC for LOTS of years now! ;-)


Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.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: post factum Background behavior?

2010-01-30 Thread Richmond Mathewson

On 30/01/2010 18:23, Klaus on-rev wrote:

Hi Richmond,

   

On 30/01/2010 17:07, Klaus on-rev wrote:
 

Hi Richmond,
   

just group that image/object and place it on the necessary cards.

   

Err . . . place . . . ?
 

is this a question or just an expression of self-mortification? :-D
   

Both!

 

:-D
...
place bg your new grouped image group here onto card Name of card
...

Check place in the docs!


Best

Klaus
   

Thanks Klaus!  However the witty remarks slowed things down and you got 
Slugged . . .  :)
 

That's true but I was heavily convinced that you were able to look up place 
in the docs
and figure out that a repeat loop of any kind would have solved you problem.

C'mon yoiu are using Re/MC for LOTS of years now! ;-)
   

Fair point; but was extremely tired and lazy . . .  :)


Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.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: post factum Background behavior?

2010-01-30 Thread Klaus on-rev
Hi Richmond,

 ...
 That's true but I was heavily convinced that you were able to look up 
 place in the docs
 and figure out that a repeat loop of any kind would have solved you problem.
 C'mon yoiu are using Re/MC for LOTS of years now! ;-)
 Fair point; but was extremely tired and lazy . . .  :)

Excuse, excuses, excuses!

Whatever, no reason to let others do you thinking/work :-D


Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.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: post factum Background behavior?

2010-01-30 Thread zryip theSlug
2010/1/30 Richmond Mathewson richmondmathew...@gmail.com:

 Thanks so much for your help!

You're welcome ;)

 Thanks Klaus!  However the witty remarks slowed things down and you got 
 Slugged . . .  :)

It proves once more that have no humor like me, is very advantageous...

Ahaha! 8-)


-- 
-Zryip TheSlug- wish you the best! 8)
http://www.aslugontheroad.co.cc
___
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: post factum Background behavior?

2010-01-30 Thread zryip theSlug
2010/1/30 Klaus on-rev kl...@major.on-rev.com:
 Hi Richmond,

 ...
 That's true but I was heavily convinced that you were able to look up 
 place in the docs
 and figure out that a repeat loop of any kind would have solved you problem.
 C'mon yoiu are using Re/MC for LOTS of years now! ;-)
 Fair point; but was extremely tired and lazy . . .  :)

 Excuse, excuses, excuses!

 Whatever, no reason to let others do you thinking/work :-D


Leave some slugs work for you in your garden and you'll never have a
harvesting problem 8-)

-- 
-Zryip TheSlug- wish you the best! 8)
http://www.aslugontheroad.co.cc
___
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: post factum Background behavior?

2010-01-30 Thread Richmond Mathewson

On 30/01/2010 18:33, Klaus on-rev wrote:

Hi Richmond,

   

...
 

That's true but I was heavily convinced that you were able to look up place 
in the docs
and figure out that a repeat loop of any kind would have solved you problem.
C'mon yoiu are using Re/MC for LOTS of years now! ;-)
   

Fair point; but was extremely tired and lazy . . .  :)
 

Excuse, excuses, excuses!

Whatever, no reason to let others do you thinking/work :-D
   

Surely, Darling, that is what this use-list is all about!


Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.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


[ANN] revIgniter v1.2b

2010-01-30 Thread Ralf Bitter

revIgniter v1.2b has been released.

This version includes a new application profiling library,
which helps with debugging and optimization during development.
When enabled, the profiler generates a report containing
benchmark results, queries you have run, and $_POST data.

Furthermore there is now scaffolding implemented.
revIgniter's scaffolding feature provides a fast and very
convenient way to add, edit, or delete information in your
database during development.

Info and download at: http://www.revigniter.com/


Ralf
___
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: [BUG] 'combine' problems

2010-01-30 Thread Jim Ault

By mis-ordered, do mean the sequence of rows has changed,
or the keys are matched with different values?
The result should be that the row order has changed.

arr[mary] lamb
arr[prince] charming
arr[frog] kiss

Associative arrays don't have the order based on anything but the  
content of the keys.  There is no 'numerical order'

If this is important then you could do the following with the values

put mary^1^lamb into textLines
put cr  prince^2^charming after textLines
put cr  frog^3^kiss after textLines

split textLines using cr and ^

textLines[mary] 1^lamb
textLines[prince] 2^charming
textLines[frog] 3^kiss

combine textLines using cr and ^
set the itemDel to ^
sort textLines by item 2 of each

mary^1^lamb
prince^2^charming
frog^3^kiss

Of course you could put the line number at the end of each value as  
well.


Jim Ault
Las Vegas



On Jan 30, 2010, at 4:10 AM, Hugh Senior wrote:



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

split tValues by row, then
combine tValues by row

The above should re-instate the original data, BUT...

When combining values that have been split by row, the keys are  
combined

alphabetically not numerically. This results in the data becoming
mis-ordered.

Tip: Do not rely on split/combine to reproduce your original data!



___
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


Devawriter

2010-01-30 Thread Richmond Mathewson


For ALL of you who just cannot stop writing Sanskrit letters
home to Mum a new version of Devawriter is available here:

http://andregarzia.on-rev.com/richmond/dwriter.html

1.0.6.3

The graphics jazziness in this version is the end-result of the
'post factum Background behavior?' posting - that,
generated quite a lot of Background behavior . . .   :)

I released, earlier in the day a 1.0.6.2 that was a real case
of bloatware as I has placed images on all the cards; 1.0.6.3
was 35% of release 1.0.6.2 once it had been 'defatted'; so

BIG thanks to Klaus Major and the Slug!

sincerely, Richmond Mathewson.

___
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: [BUG] 'combine' problems

2010-01-30 Thread Hugh Senior

Thank you for this, Mark. I appreciate that arrays have no intrinsic key
order, but it kinda seems intuitive that a 'split tValues by row' followed
by 'combine tValues by row' should resolve to the original data.  Knowing
that the result of the first mangles the key order clarifies why it doesn't.
I would, nevertheless, expect automatically allocated numeric keys to be
numerically ordered.

I have set #8582 to not-a-bug.

/H


Mark Schonewille wrote

Hugh,

 From your report, I can't conclude that his is a bug. Arrays have no
order.


Op 30 jan 2010, om 13:10 heeft Hugh Senior het volgende geschreven:


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

 split tValues by row, then
 combine tValues by row

 The above should re-instate the original data, BUT...

 When combining values that have been split by row, the keys are
 combined
 alphabetically not numerically. This results in the data becoming
 mis-ordered.

 Tip: Do not rely on split/combine to reproduce your original data!

 /H

___
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: post factum Background behavior?

2010-01-30 Thread Klaus on-rev

Am 30.01.2010 um 18:18 schrieb Richmond Mathewson:

 On 30/01/2010 18:33, Klaus on-rev wrote:
 Hi Richmond,
 ...
 That's true but I was heavily convinced that you were able to look up 
 place in the docs
 and figure out that a repeat loop of any kind would have solved you 
 problem.
 C'mon yoiu are using Re/MC for LOTS of years now! ;-) 
 Fair point; but was extremely tired and lazy . . .  :)
 Excuse, excuses, excuses!
 Whatever, no reason to let others do you thinking/work :-D  
 Surely, Darling, that is what this use-list is all about!

Not really, honeybun! :-)

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.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: post factum Background behavior?

2010-01-30 Thread Klaus on-rev

Am 30.01.2010 um 17:51 schrieb zryip theSlug:

 2010/1/30 Klaus on-rev kl...@major.on-rev.com:
 Hi Richmond,
 ...
 That's true but I was heavily convinced that you were able to look up 
 place in the docs
 and figure out that a repeat loop of any kind would have solved you 
 problem.
 C'mon yoiu are using Re/MC for LOTS of years now! ;-)
 Fair point; but was extremely tired and lazy . . .  :)
 Excuse, excuses, excuses!
 Whatever, no reason to let others do you thinking/work :-D
 Leave some slugs work for you in your garden and you'll never have a
 harvesting problem 8-)

Too bad I don't have a garden :-)

 -- 
 -Zryip TheSlug- wish you the best! 8)
 http://www.aslugontheroad.co.cc

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.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: Geometry manager

2010-01-30 Thread J. Landman Gay

Bill Vlahos wrote:

I do.

I've found it to be a bit touchy in development but no problems at
all in the compiled applications.

One thing I noticed is if you have lots of objects on the screen it
makes a huge difference what layer the object is if you use relative
object positions (i.e. place one object in relation with another).


Thanks, I'll keep that in mind if I use it. I have 110 objects on one of 
the cards. Sounds like the GM just goes through the objects in layering 
order, so I'd need to start with 1.


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


stack blendlevel with opaque controls?

2010-01-30 Thread Richard Gaskin
I think I know the answer to this (no), but has anyone unlocked a secret 
way to make good-looking transparent palettes in which the palette is 
black with a blendlevel of about 30 but the controls within it are fully 
opaque?


I know I could use a window shape with an alpha channel for this, but 
that's more work than I'd prefer to do for multiple platforms, and seems 
error-prone (not to mention losing the smooth built-in resizability).


--
 Richard Gaskin
 Fourth World
 Rev training and consulting: http://www.fourthworld.com
 Webzine for Rev developers: http://www.revjournal.com
 revJournal blog: http://revjournal.com/blog.irv
___
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: iPadding around?

2010-01-30 Thread Jerry Daniels

Sarah,

I have to agree with you.

- iPad over further fails in Linux...do iPad.
- iPad over Windows Mobile...do iPad.

Best,

Jerry Daniels

The latest Rev Editor Video:
http://reveditor.com/greater-trev-to-rev-interoperability-and-more

On Jan 28, 2010, at 4:33 AM, Sarah Reichelt wrote:

As for Rev, far more important to get the basics working properly  
on all
three platforms than move into trying to support yet another, and  
one whose

market significance is doubtful.



While I have no idea of the market for Rev and how it is divided among
the platforms, I would suggest that there is far more commercial sense
in expanding Rev to the iPhone/iPad market, perhaps at the expense of
the Linux market. So long as your app uses standard APIs (which would
be RunRev's responsibility) and doesn't try to do anything too
obviously against Apple's guide lines (which are agreed to in advance
by all registered iPhone developers), then Apple gives you a fantastic
marketing tool in the App store, as well as a standard platform where
your apps run in their own sandbox and cannot be accused of
interfering with other apps.

To me, this seems like a fantastic market for us as developers, and I
certainly plan to exploit the iPhone/iPad for in-house applications.
as well.

Talking in purely commercial terms, I think this would be a much more
logical direction for RunRev than continuing to try to support Linux
with all it's multiple varieties and it's general ethos for open
source and mainly free software. There are already 75 million iPhone
users and that number will only increase with the iPad. And these
people are already used to paying for apps over the App store.

Cheers,
Sarah

P.S. If you want my thoughts on the iPad, which are very different to
Peter's  Richmond's, then have a look at my blog
http://www.troz.net/tech/
___
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: stack blendlevel with opaque controls?

2010-01-30 Thread Scott Rossi
Recently, Richard Gaskin wrote:

 I think I know the answer to this (no), but has anyone unlocked a secret
 way to make good-looking transparent palettes in which the palette is
 black with a blendlevel of about 30 but the controls within it are fully
 opaque?
 
 I know I could use a window shape with an alpha channel for this, but
 that's more work than I'd prefer to do for multiple platforms, and seems
 error-prone (not to mention losing the smooth built-in resizability).

Unfortunately, the only way to do this currently is using a windowshape.

Do your palettes really need to be resizable by the user?  What I've done in
some of my projects is to make predefined expanded and collapsed sizes of a
palette, that flip between states.  The change is fast even when using
custom windoshapes.  Maybe this could be an option for you.

Regards,

Scott Rossi
Creative Director
Tactile Media, UX 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: stack blendlevel with opaque controls?

2010-01-30 Thread Shao Sean
I have this working on Windows, but to get it working on the Mac Rev  
will need to make a change to the way the windows are created  
(composite windows turned on).. That particular feature can only be  
turned on when the window is created, so either Rev has to do it or  
someone needs to find a way to intercept the window creation and add  
it.. Good luck with either of those..

___
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: stack blendlevel with opaque controls?

2010-01-30 Thread Scott Rossi
If you add an enhancement request in the RQQC, I'll vote for it, and I would
guess probably a few others would as well.

And since we're talking about enhancing windows and such, allow me to
shamelessly plug a couple of enhancement requests:

8542 - Enable Graphics To Act As Masks For Other Objects
Masking windows and objects would be a heck of a lot easier being able to
use graphics.

4198 - Setting stack's windowShape resets stack's shadow
Gonna need this one fixed if we want to make resizable custom windows cross
platform.


Regards,

Scott Rossi
Creative Director
Tactile Media, UX Design



Recently, Shao Sean wrote:

 I have this working on Windows, but to get it working on the Mac Rev
 will need to make a change to the way the windows are created
 (composite windows turned on).. That particular feature can only be
 turned on when the window is created, so either Rev has to do it or
 someone needs to find a way to intercept the window creation and add
 it.


___
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: stack blendlevel with opaque controls?

2010-01-30 Thread Shao Sean
4198 - Setting stack's windowShape resets stack's shadow Gonna need  
this one fixed if we want to make resizable custom windows cross  
platform.


If you use my external you will notice setting any property with Rev  
will remove the property set with my external due to the fact that Rev  
kills and re-creates the window instead of setting the property flag  
on the window (this might be due to historical reasons with X-Windows  
and the Unix background of MetaCard).. Basically all the window  
settings (on the Mac anyways) can be turned on and off without the  
window flickering (can the windowID before and after and you will see  
that it is a new window every time)..

-Sean
___
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: iPadding around?

2010-01-30 Thread RevList
Bob Sneidar b...@twft.com on January 28, 2010 at 11:50 AM -0800 wrote:
Honestly, does anyone seriously watch video, like movies and tv shows on
their iTouch? Really??
I don when I am travelling all the time.  If the airline does not have
in-seat video displays, watching a video on my iPhone is far superior to
watching some move that I have probably already seen on some small screen
at some angle that I can't see.

**
Stewart Lynch
CreaTECH Solutions
sly...@createchsol.com
**


This message and any attachments are intended only for the use of the
individual to whom they are addressed and it may contain information that
is privileged or confidential. If you have received this communication by
mistake, please notify us immediately.


___
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: iPadding around?

2010-01-30 Thread Marian Petrides
I rarely watch videos on my iPhone because I want the battery to be there when 
I need to use it as a phone. BUT I watch them all the time on my iPod nano on 
long flights.  It's so much more convenient than hauling out my laptop. 
On Jan 30, 2010, at 6:24 PM, RevList wrote:

 Bob Sneidar b...@twft.com on January 28, 2010 at 11:50 AM -0800 wrote:
 Honestly, does anyone seriously watch video, like movies and tv shows on
 their iTouch? Really??
 I don when I am travelling all the time.  If the airline does not have
 in-seat video displays, watching a video on my iPhone is far superior to
 watching some move that I have probably already seen on some small screen
 at some angle that I can't see.
 
 **
 Stewart Lynch
 CreaTECH Solutions
 sly...@createchsol.com
 **
 
 
 This message and any attachments are intended only for the use of the
 individual to whom they are addressed and it may contain information that
 is privileged or confidential. If you have received this communication by
 mistake, please notify us immediately.
 
 
 ___
 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: iPadding around?

2010-01-30 Thread Jerry Daniels

Bob, et al.,

I not only watch movies and tv on iPhone, but I read ALL of my books  
on Kindle for iPhone. Also use Barnes  Noble reader for iPhone. It's  
great, cheap, convenient. Easier to hold up an iPhone in bed and read  
than a hardback book...easier than even a paperback book. The Kindle  
app is very well done, too.


Best,

Jerry Daniels

The latest Rev Editor Video:
http://reveditor.com/greater-trev-to-rev-interoperability-and-more

On Jan 30, 2010, at 6:24 PM, RevList wrote:

Bob Sneidar b...@twft.com on January 28, 2010 at 11:50 AM -0800  
wrote:
Honestly, does anyone seriously watch video, like movies and tv  
shows on

their iTouch? Really??

I don when I am travelling all the time.  If the airline does not have
in-seat video displays, watching a video on my iPhone is far  
superior to
watching some move that I have probably already seen on some small  
screen

at some angle that I can't see.

**
Stewart Lynch
CreaTECH Solutions
sly...@createchsol.com
**


This message and any attachments are intended only for the use of the
individual to whom they are addressed and it may contain information  
that
is privileged or confidential. If you have received this  
communication by

mistake, please notify us immediately.


___
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


[ANN]The Slug is on the Road - Follow the creation of a new object

2010-01-30 Thread zryip theSlug
Hi friends,

First of all, a big thanks to Trevor DeVore to have shared with us the
Datagrid, an object of full possibilities and inspiration. 8-)
Thanks also to Richard Gaskin to have bring to my mind the concept of
behavior. 8-)

A road map of the birth of a new object is now available on my site :
a resizable field.
This object, I hope, will be in the spirit of the Datagrid object.

This object is intentionally very simple and I'm conscious that we
could do same with less code.

My idea was to write myself an object to give me keys to create more
powerful and interesting objects. And I'm now on the road for that. ;)

All my work will bring to you with code fully commented when I've
finished, in purpose to share these keys with you like:
- how to manage your own properties
- how to write your own error manager
- how to redraw your object (and all the object in the group) in edition
- how to create your own palette and library
- and I hope a lot of tips ;)

My site is a place of full share. It's most of all a site designed for
the community. Don't hesitate to send me feedback, advices, warning
and what you want about this new project ;)

Thanks a lot! 8-)

Stay tuned to 
http://www.aslugontheroad.co.cc/index.php?option=com_contentview=categoryid=38Itemid=60


Regards,
-- 
-Zryip TheSlug- wish you the best! 8)
http://www.aslugontheroad.co.cc
___
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: Noise in Windows icon when standalone compiled on Mac

2010-01-30 Thread Bill Vlahos
Was there a response to this? I'm seeing the same thing.

Bill Vlahos
_
InfoWallet (http://www.infowallet.com) is about keeping your important life 
information with you, accessible, and secure.

On Dec 6, 2009, at 5:16 PM, Bruce Pokras wrote:

 Something changed in Rev Enterprise 4.0 from 3.5. When I compile standalones, 
 the Mac standalone's icon is fine, but the Windows standalone's icon is 
 noisy. When I compile the same stack under Rev 3.5, the Windows standalone's 
 icon is fine. Anyone else see this? I have an Intel iMac running the last 
 Tiger version.
 
 Regards,
 
 Bruce Pokras
 Blazing Dawn Software
 www.blazingdawn.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: RunRevPlanet Spell Checker video

2010-01-30 Thread RunRevPlanet

Charles,

I would expect the SpellCheck Webinar should be here:

 http://www.runrev.com/products/related-software/webinar-series/

But it's not -- perhaps an oversight that occurred with the makeover 
recently done at the RunRev website?


* Can I answer any particular questions?

* Or are the features that you would like to see in action, that I could 
put into a video on my YouTube channel?


 http://www.youtube.com/runrevplanet


--
Scott McDonald

RunRevPlanet.com
Components, Stacks, Tools and Resources for Runtime Revolution
www.runrevplanet.com

Scott McDonald PC Services
ABN: 20 586 027 242
PO Box 139
Newtown NSW 2042 Australia
Email: runrevpla...@smpcs.server101.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