Printting DataGrid

2009-07-13 Thread Nhan, Tran Thi Thanh
Hi all,

Is there any way to print data grid like other field?

Regards,
Nhan
___
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: Green screen on Rev video tutorials

2009-07-13 Thread J. Landman Gay

Devin Asay wrote:
I know this has come up before--I used to be able to view the tutorial 
videos in the Rev Resource Center just fine. Now all I get is the audio 
with a green screen. I can't for the life of me remember what the 
solution is to get these working again. Any help?


Kurt is right -- it is Perian, which conflicts with the Ensharpen codec. 
The symptoms are just as you describe. There is no work-around except to 
uninstall Perian.


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


Green screen on Rev video tutorials

2009-07-13 Thread Kurt Kaufman
 I think that the Ensharpen decoder does not play well with either  
Perian or Flip-4-Mac; I've forgotten which.


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


Re: Rev cannot open my jpeg ! - and some serious thinking

2009-07-13 Thread Sarah Reichelt
On Tue, Jul 14, 2009 at 9:39 AM, Mike Markkula wrote:
> Sarah, and anyone else wanting to use image files wider than 4091 pixels,
>
> Here's a partial work around for working with files larger than 4091 pixels
> wide. It's based in part on Devin Asay's idea of splitting the imageData
> into pieces small enough for rev to handle & then displaying them side by
> side. As it turns out, that won't work because rev corrupts all the pixels
> in each row from 4047 to the end of the row, so even though you can read
> image files of any width, only the first 4047 pixels of each row are usable.
> With the help of my trusty sidekick Jerry Jensen, I wrote an example stack
> that loads images wider than 4091 and creates a useful image object from the
> first 4047 pixels of each row. For some applications it may be better than
> no image at all... Here's a link to download the example stack:
> http://acm.on-rev.com/WideImagePartialWorkAround.rev.zip

Thanks for this Mark & Jerry. I very clever solution and in some
cases, it will definitely be the better option.
In my current project, I don't think I can expect users to wait that
long while the image is resized, so I just say I can't show it and
offer them other ways to view.

I have realised that I can use a player object to display large
images. What are the disadvantages to switching to using players
instead of images?

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: Rev cannot open my jpeg ! - and some serious thinking

2009-07-13 Thread Mike Markkula
Sarah, and anyone else wanting to use image files wider than 4091 pixels,

Here's a partial work around for working with files larger than 4091 pixels
wide. It's based in part on Devin Asay's idea of splitting the imageData
into pieces small enough for rev to handle & then displaying them side by
side. As it turns out, that won't work because rev corrupts all the pixels
in each row from 4047 to the end of the row, so even though you can read
image files of any width, only the first 4047 pixels of each row are usable.
With the help of my trusty sidekick Jerry Jensen, I wrote an example stack
that loads images wider than 4091 and creates a useful image object from the
first 4047 pixels of each row. For some applications it may be better than
no image at all... Here's a link to download the example stack:
http://acm.on-rev.com/WideImagePartialWorkAround.rev.zip

This is definitely a problem that rev needs to fix very soon!
Vote for bug # 4026 !!
http://quality.runrev.com/qacenter/show_bug.cgi?id=4026

Go Rev!

Mike Markkula

On 7/1/09 1:07 AM, "Sarah Reichelt"  wrote:

>>> Me for one. My app Pic-a-POD  suffers
>>> greatly from this problem as more and more large images appear on the
>>> internet. At the moment I am forced to check for images with more than
>>> 4000 pixels on any side, and if so, I just have to show a notice
>>> saying that the image is too big to display.
>> 
>> +1
>> 
>> Pic-a-POD sits on my desktop :-)
>> 
>> "POD" web sites do change their format from time to time, though...
>> For instance, National Geographic leads to a "Picture is not in the
>> correct format" warning.
>> and Wikipedia furnishes regurlarly too big images!
> 
> Just to confirm this after some tests:
> - the problem is on Mac only
> - the height of the image does not seem to matter
> - my test image displayed correctly at 4090 x 3000 pixels (72 dpi)
> - my test image sometimes displayed correctly at 4091 x 3000 pixels (72 dpi)
> - my test image failed at 4095 x 3000 pixels (72 dpi)
> 
> I have not yet done enough testing to tell whether the overall number
> of pixels or the dpi alters this slightly variable cut-off point.
> For Pic-a-POD, I intend to change "Can't display" message so it only
> shows if the width of the image is > 4000 and the platform is Mac.
> 
> BTW, Dom there is now an update to Pic-a-POD that fixes the National
> Geographic problem.
> 
> With regard to Wikipedia supplying enormous images, does anyone know a
> method for determining the size of a download before it starts? Once
> the download has begun the URLStatus gives the total size, but it
> would be really useful to get this before starting. I guess I can see
> whether I can get a directory listing but I doubt that would be
> permitted. The only other option I can think of is to start
> downloading invisibly, and stop after the first status report, suing
> that data to see whether the incoming image file is too large.
> 
> 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


Re: Green screen on Rev video tutorials

2009-07-13 Thread Sarah Reichelt
On Tue, Jul 14, 2009 at 8:21 AM, Devin Asay wrote:
> I know this has come up before--I used to be able to view the tutorial
> videos in the Rev Resource Center just fine. Now all I get is the audio with
> a green screen. I can't for the life of me remember what the solution is to
> get these working again. Any help?

I think you have to install the Ensharpen decoder. The installer
should be in the Third Party folder in your Revolution application
folder.

Also I found that a computer restart was needed.

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

2009-07-13 Thread DunbarX
jacques.

This is a common phenomenon, a form of antiautoschadenfreude. It is 
incurable.

Craig

In a message dated 7/13/09 6:01:46 PM, jac...@hyperactivesw.com writes:


> Immediate update: In a new stack it works, so it's me. I've got a
> backscript in the way. All I have to do is post to the list and the
> problem gets solved. Sigh.
> 




**
An Excellent Credit Score is 750. See Yours in Just 2 Easy 
Steps! 
(http://pr.atwola.com/promoclk/100126575x1222585090x1201462820/aol?redir=http://www.freecreditreport.com/pm/default.aspx?sc=668072&hmpgID=62&;
bcd=JulyExcfooterNO62)
___
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


Green screen on Rev video tutorials

2009-07-13 Thread Devin Asay
I know this has come up before--I used to be able to view the tutorial  
videos in the Rev Resource Center just fine. Now all I get is the  
audio with a green screen. I can't for the life of me remember what  
the solution is to get these working again. Any help?


Regards,

Devin

Devin Asay
Humanities Technology and Research Support Center
Brigham Young University

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

2009-07-13 Thread J. Landman Gay

J. Landman Gay wrote:
I'm unable to get the dropchunk during a custom drag-drop operation. 


Immediate update: In a new stack it works, so it's me. I've got a 
backscript in the way. All I have to do is post to the list and the 
problem gets solved. Sigh.


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


Dropchunk

2009-07-13 Thread J. Landman Gay
I'm unable to get the dropchunk during a custom drag-drop operation. It 
always returns "char 1 to 0 of fld x" no matter where I drop in the 
field, and whatever I drop is always placed at the beginning of the 
field. The behavior is identical to this bug, marked fixed:




With the exception that the dropchunk isn't reported correctly, it is 
alway char 1 to 0.


Does anyone have a working script? Maybe I missed one of those new 
property settings somewhere.


--
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: Rev Player?

2009-07-13 Thread James Hurley


Message: 3
Date: Sat, 11 Jul 2009 11:00:30 -0700
From: Richard Gaskin 
Subject: Re: Rev Player?
To: How to use Revolution 
Message-ID: <4a58d33e.9060...@fourthworld.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Paul Gabel wrote:

Does anyone know if Revolution Player is still being supported? All I
can find is Player 2.7.1, and my stack created in Rev 3.5 won't open
in it.


I believe RunRev still makes a Player, so there should be one  
available

for the latest engine version.

But if you're using Studio or Enterprise it's only a few minutes' work
to make your own, allowing you to tailor the user experience and
branding for your specific audience while retaining all the  
conveniences

of being able to deliver tiny stack files.


Richard,

This sound intriguing, but I wouldn't know where to begin. How about a  
hint?


Jim Hurley

___
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: Webinar questions

2009-07-13 Thread Malte Brill

Hi Jim,

> FIrst, how does one implement vertical text?

The implementation was done the following way. Set up the text in  
transparent buttons. Fiddle with the margins. Import snapshot from  
button. Set the resizeQuality of snapshot to best. Rotate the image.  
For speed reasons do all this with messages locked. Obviously, this  
only works for relatively small portions of text and an engine version  
>=3 is recommended.


This is far from ideal, as it does not print too well. For printing  
purposes a bit more work is required and I still look into that area.  
I would love to see real vector text in Rev at some point. This would  
be so useful.


Hope that helps,

Malte
___
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: OT: ListMagic - No support anymore?

2009-07-13 Thread Jim Bufalini
Dear Everyone,

Apologies! An unhappy sequence of events including a total system crash, in
which I lost all emails, ability to receive emails and work archives and
even programs had to be reinstalled, followed by other unusual events, has
knocked me out for the longest time I've ever been out of pocket. You may
have noticed I also haven't been on the list.

I'm back and have been catching up (only 1356 unread emails left to read).
Support and updates of ListMagic will resume shortly. Again, my sincerest
apologies!

If you have sent emails to me since approximately end of May beginning of
June, would you be so kind as to resend, so as to make sure I've received
them. I still can't totally trust what I have reconstructed.

Aloha from Hawaii,

Jim Bufalini

> -Original Message-
> From: use-revolution-boun...@lists.runrev.com [mailto:use-revolution-
> boun...@lists.runrev.com] On Behalf Of william humphrey
> Sent: Monday, July 13, 2009 8:29 AM
> To: How to use Revolution
> Subject: Re: OT: ListMagic - No support anymore?
> 
> ListMagic is a lot easier to use than the DataGrid though...
> 
> On Sun, Jul 12, 2009 at 3:58 PM, Bernard Devlin 
> wrote:
> 
> > Several weeks ago I also sent questions to the address Jim uses on
> > this list, and to supp...@sosmartsoftware.  After getting no replies,
> > I started to investigate the new DataGrid and found it would do what
> I
> > wanted.
> >
> > Bernard
> >
> > On Sun, Jul 12, 2009 at 8:02 PM,  wrote:
> > > Hi,
> > >
> > > does someone know, if ListMagic is still supported by Jim Bufalini?
> > >
> > > I sent a support request ( on 23rd June and a reminder on 4th July)
> and
> > did not get a reply to it yet.
> > >
> > > Did i miss something?
> > >
> > > Regards,
> > >
> > > Matthias
> > ___
> > 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.bluewatermaritime.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: Sending eMail via Rev

2009-07-13 Thread George C Brackett
I have also found Sarah's libraries POPlibrary.rev and SMTPlibrary.rev  
(see http://www.troz.net/Rev/libraries.php) very useful.


George

On Jul 13, 2009, at 12:05 PM, Andre Garzia wrote:

Chipp Rocks \o/

I always use altPlugins and friends!

excellent coder a recommend! :D

On Mon, Jul 13, 2009 at 1:39 PM, Robert Earp wrote:
Thanks Bill.  I dug some more and found Chip's altEmailHarness.   
Knowing the
quality of Chip's work, I think a small tweak will add my stuff to  
his and

I'll have a solution.  Thanks for another great tool Chip.

best, Bob...


Date: Sat, 11 Jul 2009 17:48:14 -0700
From: Bill Vlahos 
Subject: Re: Sending data to eMail client
To: How to use Revolution 
Message-ID: <3ffa866f-91cf-4784-819b-37520afa8...@mac.com>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes

Robert,

There are a couple of Rev projects that show you how to send email
directly from Rev.

Bill Vlahos


~~~
www.ashford.ca  www.cabinsimulators.com
~~~
Robert J. Earp - President
Ashford Technologies Inc.
18059 21A Ave, Surrey
British Columbia.  V3S 9V7
Canada

t: (+1) 604 541 1662
f: (+1) 604 541 1686



___
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: OT: ListMagic - No support anymore?

2009-07-13 Thread william humphrey
ListMagic is a lot easier to use than the DataGrid though...

On Sun, Jul 12, 2009 at 3:58 PM, Bernard Devlin  wrote:

> Several weeks ago I also sent questions to the address Jim uses on
> this list, and to supp...@sosmartsoftware.  After getting no replies,
> I started to investigate the new DataGrid and found it would do what I
> wanted.
>
> Bernard
>
> On Sun, Jul 12, 2009 at 8:02 PM,  wrote:
> > Hi,
> >
> > does someone know, if ListMagic is still supported by Jim Bufalini?
> >
> > I sent a support request ( on 23rd June and a reminder on 4th July) and
> did not get a reply to it yet.
> >
> > Did i miss something?
> >
> > Regards,
> >
> > Matthias
> ___
> 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.bluewatermaritime.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: Rev 4 beta status

2009-07-13 Thread Andre Garzia
Richmond,

people here are not really aware of the royal familly, they only make
the news when they have a party, marry, die or the like. They live not
far away from me, like two hours on a near city called Petropolis
(city of Pedro, the emperor). I do like the royal familly though, some
years ago we had a public vote to decide what form of goverment we
should go, the options were keep the democracy, go with parlament type
or bring back the monarchy,  democracy won but it was the one time in
recent time you saw the royal guys on TV trying to convince you to
bring back the monarchy and people on the street saying: "do we have a
royal familly!? a king?!"

I feel sorry for the Prince, it was a tragic accident, my neighbours
were there too, the whole familly. I've personally took that flight
five times, it was my favorite way of getting to europe. I am going in
a boing now.

As for funny stories regarding european royal, my scout master is a
habsburg baron, cousin of the king of sweeden or something, I usually
give hides for he has no car and sometimes I lend him money for uses
almost everything with the scout group... He sent back like four
millions dollars back to sweeden because he was afraid the money was
going to be robbed by corrupt guys on the scout board. Now we're all
pennyless but happy, score one for the good guys!

As for the Scotland tales, I learned everything from waching the tudors...

On Sun, Jul 12, 2009 at 3:41 PM, Richmond
Mathewson wrote:
> Andre Garzia wrote:
>>
>> Here in Brazil our image of scotland is that of cheesy actors wearing
>> kilts choping the heads out of their foes with swords while the queen
>> is playing and Sir Sean Connery is smiling pretending to be spanish...
>>  snip
>
> We have no queen of Scots; there is a Hanoverian usurper who trots
> around as her Whiggish masters dictate. "Sir" Sean Connery accepted
> his fake knighthood from that woman forever successfully alienating
> both the Republicans and types like me:
>
> Our legal King is His Britannic Majesty Francis II . . .
>
> http://www.jacobite.ca/kings/francis2.htm
>
> who, interestingly enough, has donated a large sum of money,
> as well as his expertise, to the Foreign Language High School
> here in Plovdiv where my eldest, Alexander studies German,
> and where, I am very proud to say, my younger son, Andro,
> has just won a place.
>
> Now, Andre, at least (with the possible exception of the Yanomami)
> in Brazil, Brazilians know who they are; in Scotland the English and
> their fellow travellers have been pulling the wool over their eyes for
> such a long time that most Scots don't even know who they are.
>
> Our King attended the recent funeral of the late His Imperial and
> Royal Highness Dom Pedro Luiz de Orleans e Braganza, Prince of
> Brazil
>
> http://groups.yahoo.com/group/Jacobite/message/8951
>
> who was killed in the Air France crash.
>
> I extend my condolences to you as this must be a very great blow.
>
> ---
>
> AND, where on earth is the 4.0 beta?
> ___
> 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: Sending eMail via Rev

2009-07-13 Thread Andre Garzia
Chipp Rocks \o/

I always use altPlugins and friends!

excellent coder a recommend! :D

On Mon, Jul 13, 2009 at 1:39 PM, Robert Earp wrote:
> Thanks Bill.  I dug some more and found Chip's altEmailHarness.  Knowing the
> quality of Chip's work, I think a small tweak will add my stuff to his and
> I'll have a solution.  Thanks for another great tool Chip.
>
> best, Bob...
>
>> Date: Sat, 11 Jul 2009 17:48:14 -0700
>> From: Bill Vlahos 
>> Subject: Re: Sending data to eMail client
>> To: How to use Revolution 
>> Message-ID: <3ffa866f-91cf-4784-819b-37520afa8...@mac.com>
>> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
>>
>> Robert,
>>
>> There are a couple of Rev projects that show you how to send email
>> directly from Rev.
>>
>> Bill Vlahos
>
> ~~~
> www.ashford.ca  www.cabinsimulators.com
> ~~~
> Robert J. Earp - President
> Ashford Technologies Inc.
> 18059 21A Ave, Surrey
> British Columbia.  V3S 9V7
> Canada
>
> t: (+1) 604 541 1662
> f: (+1) 604 541 1686
>
>
>
> ___
> 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: Webinar questions

2009-07-13 Thread stephen barncard
I've been using   IShowU HD.
http://store.shinywhitebox.com/


The webinar venture appears to have its own proprietary
capturing software integrated with the sharing.

-
Stephen Barncard
San Francisco
http://barncard.com


2009/7/13 James Hurley 

> A couple of questions generated by the last Webinar.
>
> FIrst, how does one implement vertical text?
>
> Second, a beginner's question on movie making. What is the basic mechanism
> by which the streaming video is created? What software does one use to make
> of movie of the actions being taken (and the voice input) while working in
> the RunRev IDE?
>
> Jim Hurley
> ___
> 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: Sending eMail via Rev

2009-07-13 Thread Robert Earp
Thanks Bill.  I dug some more and found Chip's altEmailHarness.   
Knowing the quality of Chip's work, I think a small tweak will add my  
stuff to his and I'll have a solution.  Thanks for another great tool  
Chip.


best, Bob...


Date: Sat, 11 Jul 2009 17:48:14 -0700
From: Bill Vlahos 
Subject: Re: Sending data to eMail client
To: How to use Revolution 
Message-ID: <3ffa866f-91cf-4784-819b-37520afa8...@mac.com>
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes

Robert,

There are a couple of Rev projects that show you how to send email
directly from Rev.

Bill Vlahos


~~~
www.ashford.ca  www.cabinsimulators.com
~~~
Robert J. Earp - President
Ashford Technologies Inc.
18059 21A Ave, Surrey
British Columbia.  V3S 9V7
Canada

t: (+1) 604 541 1662
f: (+1) 604 541 1686



___
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


Webinar questions

2009-07-13 Thread James Hurley

A couple of questions generated by the last Webinar.

FIrst, how does one implement vertical text?

Second, a beginner's question on movie making. What is the basic  
mechanism by which the streaming video is created? What software does  
one use to make of movie of the actions being taken (and the voice  
input) while working in the RunRev IDE?


Jim Hurley
___
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


[DataGrid] replacing the values of a selected Line with new ones

2009-07-13 Thread Andre.Bisseret

Bonjour,

In a dataGrid I need to change the values of a selected Line according  
to new data provided by the user (by mean of ask dialogs).


To get the current values of the line, I found in the docs the  
dgDataOfLine[theLine] property


So my handler (of a button) is the following :

 put the dgHilitedLines of group "dataGrid" into theLine
put the dgDataOfLine[theLine] of group "dataGrid" into theDataA
put the keys of theDataA into tKeys
sort lines of tKeys numeric by word 2 of each --- because the  
keys are not in the same order as my column :

REPEAT FOR each line tKey in tKeys
   put theDataA[tKey] & return after DataLine
END repeat

This works but

QUESTION 1: Is it possible to simplify this script ? and, could it be  
a simpler way to get the values of a line of the datagrid ? (I mean  
something like "get the dgTextOfLine[theLine] of group "dataGrid")


Then I do some calculations involving the old values (the lines of  
DataLine) and the new data (the answers of the user) in order to get  
the new values of the line .


Finally, I build a tab separated list of the new values in a variable  
newLine

and I send "deleteLines theLine" to group "dataGrid"
 and send "AddLine newLine" to group "dataGrid"

This works but

QUESTION 2 : is this the simpler way to repopulate the selected line ?  
or is it possible to directly change (or replace) the content of the  
selected line ? Again, my first idea would be something like set the  
dgTextOfLine[theLine]


I am learning the use of the dataGrid (that I like a lot :-)) and, in  
the same time, the use of arrays (that I do not like so much yet ;-)))


So any answer and help will be much appreciated

Best regards from Grenoble
André




___
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: A problem I am having with large images

2009-07-13 Thread Jonathan Lynch
Thank you, Jacqueline :)

I will invest in a new version of RunRev.



On Sun, Jul 12, 2009 at 1:53 PM, J. Landman Gay wrote:

> Jonathan Lynch wrote:
>
>> I am using Revolution 2.6.1, on a PC. The images I am loading up are
>> fairly
>> large, but not huge. When I import them into the stack, they appear to
>> work
>> just fine. However, some of the images will eventually turn transparent.
>> They are there, and I can click on them, but they are transparent. The
>> only
>> way to fix this is to restart RunRev.
>>
> ...
>
>> My question is this - does this sound like anything that any of you have
>> ever encountered?
>>
>> If I upgrade to a newer version of RunRev, will this cease to be a
>> problem?
>>  Thanks,
>>
>
> There has been quite a bit of work on images in newer versions. The best
> way to know is to try it with the trial version. I haven't seen what you
> describe except when importing some HyperCard stacks, where occasionally
> background images become transparent, but this is a bug that has been around
> since the beginning. I haven't seen it when working directly with images in
> native Rev stacks, which makes me think a newer version will correct the
> problem.
>
> --
> 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
>



-- 
Do all things with love
___
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


Documentation for web plugin?

2009-07-13 Thread Kurt Kaufman
Are any docs/tutorials going to be made available on the use of the  
forthcoming preview of the Rev web plugin?  If so, will preliminary  
versions of the docs be released along with the preview?


Thank, KK
___
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: image rescale quirk

2009-07-13 Thread Nicolas Cueto
Thanks Bernard and Jacqueline.

The trick was to put my image resize
script inside the (previously unknown
to me) resizestack handler.

--
Nicolas Cueto
___
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