I cant use enterkey and returnkey

2006-09-28 Thread Alvaro Abril - Tecnologia
Dear Sirs:

I need to use on returnkey and on enterkey .. but this commands dont operate
with bkgnd fields. I know how to use tabkey... but returnkey and enterkey
have problems with my .exe applications. I need an special configuration of
the fields?

Cordialmente,
Alvaro Abril
Tecnología
Divertia S.A.
www.fantasticguatemala.com
Tel. 502 2410 4600
Fax.502 2410 4646
Guatemala


___
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 validate fields

2006-09-28 Thread Alvaro Abril - Tecnologia
Dear Sirs:

I need to validate fields.. for example.. only enter numbers in some
fields.. i need for example fields with format for example Q1.000.50 
How i can to put these automatic conditions in a field?

Cordialmente,
Alvaro Abril
Tecnología
Divertia S.A.
www.fantasticguatemala.com
Tel. 502 2410 4600
Fax.502 2410 4646
Guatemala


___
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


Security using .exe applications and external files.

2006-09-21 Thread Alvaro Abril - Tecnologia
Dear Sirs:

I use applications .exe and .txt files. But .txt files is not secure,
because the people see and change information easily. I need files with more
security conditions. What I need to use?

Cordialmente,
Alvaro Abril
Tecnología
Divertia S.A.
www.fantasticguatemala.com
Tel. 502 2410 4600
Fax.502 2410 4646
Guatemala


___
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


Printing from Revolution

2006-09-10 Thread Alvaro Abril - Tecnologia
Dear Sirs:

How I can to print reports using Revolution .. I work with .exe
(executables)

We have any command for print reports?

Cordialmente,
Alvaro Abril
Tecnología
Divertia S.A.
www.fantasticguatemala.com
Tel. 502 2410 4600
Fax.502 2410 4646
Guatemala
-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] En nombre de William de
Smet
Enviado el: Domingo, 10 de Septiembre de 2006 01:44 p.m.
Para: How to use Revolution
Asunto: Is it possible to set just one word of a text to bold ?

Hi there,

How do I set just one word to bold?
So far I use the following code:
on mouseUp
  if the highlite of me is true
  then put Mondelinge Taal - Communicatieve voorwaarden - Niveau 2
cr into tData
  then put - Zit vijf minuten stil op een stoel bij een één-op-één
gesprek  cr after tData
  then put tData into fld doel
  end if
  if the highlite of me is false
  then put empty into fld doel
  end mouseUp

I just want the word Taal to be bold.
I have got a lot of buttons that can be selected so the amount of text
of fld doel varies and therefore I cannot say:word 2 or line 1 of
fld doel

How do I do this?

The next action is that the user copies the entire text (with the bold
word Taal) into another field. I guess it will lose the bold word
Taal then. This needs to work too!

After that the text will be printed (again with the bold word Taal).
I've playing all day with filter, htmltext, textstyle etc. Nothing
worked. It gave me a headache!

Does anyone know how to do this. It must be simple but I gave up.

greetings,

William de Smet
___
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


Changing date order?

2006-09-08 Thread Alvaro Abril - Tecnologia
Dear Sirs.. 

Is it possible to change the order of the date? Now we have mm/dd/yy but I
need dd/mm/yy .. is it possible?

Cordialmente,
Alvaro Abril
Tecnología
Divertia S.A.
www.fantasticguatemala.com
Tel. 502 2410 4600
Fax.502 2410 4646
Guatemala


___
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 I can to save files .txt on internet?

2006-08-31 Thread Alvaro Abril - Tecnologia
Hello Klaus.. Thanks ! I have other question. If I need to link .swf files,
how I can?

Cordialmente,
Alvaro Abril
Tecnología
Divertia S.A.
www.fantasticguatemala.com
Tel. 502 2410 4600
Fax.502 2410 4646
Guatemala
-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] En nombre de Klaus Major
Enviado el: Jueves, 31 de Agosto de 2006 02:09 a.m.
Para: How to use Revolution
Asunto: Re: How I can to save files .txt on internet?
Importancia: Alta

Hi Alvaro,

 Thank you Klauss ... Good instructions, but where we can I to place  
 the
 username and password of the server?

I think Mark Smith already answered this:
ftp://username:[EMAIL PROTECTED]/directory/file

But, madre de dios, my name is STILL spelled Klaus, with only ONE s!
:-D

 Cordialmente,
 Alvaro Abril
 Tecnología
 Divertia S.A.
 www.fantasticguatemala.com
 Tel. 502 2410 4600
 Fax.502 2410 4646
 Guatemala

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


___
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 I can to save files .txt on internet?

2006-08-30 Thread Alvaro Abril - Tecnologia
Dear Sirs: 

I have some servers on internet. I want to save information directly on
internet using .txt files. How can I?

If I specify the path, is it necesary to place username and password in
order to access the server?

I know about instructions open, write, read, close... but how can I to apply
this commands to save on internet?

Cordialmente,
Alvaro Abril
Tecnología
Divertia S.A.
www.fantasticguatemala.com
Tel. 502 2410 4600
Fax.502 2410 4646
Guatemala


___
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 I can to save files .txt on internet?

2006-08-30 Thread Alvaro Abril - Tecnologia
Thank you Klauss ... Good instructions, but where we can I to place the
username and password of the server?

Cordialmente,
Alvaro Abril
Tecnología
Divertia S.A.
www.fantasticguatemala.com
Tel. 502 2410 4600
Fax.502 2410 4646
Guatemala

-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] En nombre de Klaus Major
Enviado el: Miércoles, 30 de Agosto de 2006 02:38 p.m.
Para: How to use Revolution
Asunto: Re: How I can to save files .txt on internet?
Importancia: Alta

Buenas tardes Alvaro :-)

 Dear Sirs:

 I have some servers on internet. I want to save information  
 directly on
 internet using .txt files. How can I?

See below...

 If I specify the path, is it necesary to place username and  
 password in
 order to access the server?

Yes.

 I know about instructions open, write, read, close... but how can I  
 to apply
 this commands to save on internet?

You will have to use FTP to upload your files to your server(s).

Check libURLftpUpload and/or libURLftpUploadFile in the docs.
That will get you started.

 Cordialmente,
 Alvaro Abril
 Tecnología
 Divertia S.A.
 www.fantasticguatemala.com
 Tel. 502 2410 4600
 Fax.502 2410 4646
 Guatemala

Best from germany

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


___
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


Connecting 2 stand alone programs.

2006-08-21 Thread Alvaro Abril - Tecnologia
Dear Sirs :

We need to know how to connect two stand alone programs.

For example : I have my standalone menu.exe

And I need to GO to the stand alone programone.exe 

The instruction go stack programone.exe don´t operate.. 

What I need to use?

Cordialmente,
Alvaro Abril
Gerente de Tecnología
Divertia S.A.
www.fantasticguatemala.com
Tel. 502 2410 4600
Fax.502 2410 4646
Guatemala



___
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: Connecting 2 stand alone programs.

2006-08-21 Thread Alvaro Abril - Tecnologia
Excellent Klauss.. is very good for me!!

And if I need to use global variables between applications .exe, I will use
this kind of variables? Or I need to use external files .txt in order to
remember values?

Cordialmente,
Alvaro Abril
Gerente de Tecnología
Divertia S.A.
www.fantasticguatemala.com
Tel. 502 2410 4600
Fax.502 2410 4646
Guatemala

-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] En nombre de Klaus Major
Enviado el: Lunes, 21 de Agosto de 2006 07:23 a.m.
Para: How to use Revolution
Asunto: Re: Connecting 2 stand alone programs.
Importancia: Alta

Buenos dias Alvaro,

 Dear Sirs :

 We need to know how to connect two stand alone programs.
 For example : I have my standalone menu.exe
 And I need to GO to the stand alone programone.exe
 The instruction go stack programone.exe don´t operate..

yes, standalones are totally independent units

 What I need to use?

Try this:
...
open process programone.exe for neither
...

NOT tested, please tell me if it works for you.

 Cordialmente,
 Alvaro Abril
 Gerente de Tecnología
 Divertia S.A.
 www.fantasticguatemala.com
 Tel. 502 2410 4600
 Fax.502 2410 4646
 Guatemala

Regards from germany

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


___
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 installer of version 2.7.2

2006-08-21 Thread Alvaro Abril - Tecnologia
Dear Klauss :

How I can to download version 2.7.2 of Revolution. I need a backup.
I have license of 2.7.2 .. If I download version 2.7.3, my software dont
operate?

Cordialmente,
Alvaro Abril
Gerente de Tecnología
Divertia S.A.
www.fantasticguatemala.com
Tel. 502 2410 4600
Fax.502 2410 4646
Guatemala
-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] En nombre de Klaus Major
Enviado el: Lunes, 21 de Agosto de 2006 08:43 a.m.
Para: How to use Revolution
Asunto: Re: windowshape and systemwindow

Hi sims,

 At 3:44 PM +0200 8/21/06, Klaus Major wrote:
 I need a window without decorations that will appear in the  
 windows taskbar
 when minimized/iconified AND switch the systemwindow with a  
 mouseclick.

 Tried everything already but no success, my desparation is  
 growing :-/
 On Windows systems, the menu decoration must be set along with  
 minimize: you cannot use minimize without including menu.

yep, that was one of the reasons for my deperation!
Although I use a button to set the iconic of my stack.

But i found a workaround! Hoooray :-D

I simply make ONE pixel of my rectangle (windowshape) images
1 % tranpsarent in Photoshop!

You won't see this with bare eyes on the screen, but this way
I can leave the decorations to default, have the stack as an entry
in the windowws taskbar and can switch the systemwindow!!!

Thanks mom, for making me so clever :-D

 ciao,
 sims

 European Rev Conference  2006
 www.techietours.com

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


___
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 download installer of version 2.7.2

2006-08-21 Thread Alvaro Abril - Tecnologia
Klauss, I have a license of 2.7.2, do you think i can to download version
2.7.3 or I need a new license for 2.7.3?

Cordialmente,
Alvaro Abril
Gerente de Tecnología
Divertia S.A.
www.fantasticguatemala.com
Tel. 502 2410 4600
Fax.502 2410 4646
Guatemala

-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] En nombre de Klaus Major
Enviado el: Lunes, 21 de Agosto de 2006 09:15 a.m.
Para: How to use Revolution
Asunto: Re: How to download installer of version 2.7.2

Hi Alvaro,

 Dear Klauss:

Klaus, ONE S only :-)

 How I can to download version 2.7.2 of Revolution. I need a backup.
 I have license of 2.7.2 ..

you can access the public FTP server of RunRev:
ftp://ftp.runrev.com/pub/revolution/downloads/distributions/

There you will find earlier version for download.

 If I download version 2.7.3, my software dont operate?

Then you might need a new license.

 Cordialmente,
 Alvaro Abril
 Gerente de Tecnología
 Divertia S.A.
 www.fantasticguatemala.com
 Tel. 502 2410 4600
 Fax.502 2410 4646

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


___
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


About Openstack

2006-08-21 Thread Alvaro Abril - Tecnologia
Dear Sirs :

I need to use On Openstack structure. 
Where I need to put this instruction? We are working with standalones.
I know about Openstack, but in Hypercard we had Stack Script.. but in
Revolution, i dont know where to put this instruction.

Cordialmente,
Alvaro Abril
Gerente de Tecnología
Divertia S.A.
www.fantasticguatemala.com
Tel. 502 2410 4600
Fax.502 2410 4646
Guatemala

-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] En nombre de Klaus Major
Enviado el: Lunes, 21 de Agosto de 2006 09:21 a.m.
Para: How to use Revolution
Asunto: Re: OT: message to Yves

Hi Yves,

 Le 21 août 06 à 17:10, Klaus Major a écrit :
 Hi Yves,
 did you rceive my mails lately?
 My latest mail to you bounced back for unknown reasons!???

 Best
 I didn't receive your off list mail
 I was expecting your answer with fever but nothing !!!

just sent again a couple of minutes before and did not yet come back!
May be a good sign :-)

 Greetings.

 Yves COPPE
 [EMAIL PROTECTED]

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


___
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


About instruction GO STACK in standalone version.

2006-07-12 Thread Alvaro Abril - Tecnologia
Dear friends :)

I am developing my standalone application using the wonderful Revolution
platform :) ...

I know the instruction go stack  but in standalone version if we need
to connect for example customers.rev to machines.rev how I can?
I will use go stack machines.rev ?

Best wishes, 
Alvaro Abril


___
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


Saving information in Revolution.

2006-05-27 Thread Alvaro Abril - Tecnologia
Dear Sirs:..

How i use :

On closecard

End closecard

To save information? I cant save information, because in Hypercard, save is
automatic...

How I can?

Best regards, Alvaro

-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] En nombre de Jim Lyons
Enviado el: Sábado, 27 de Mayo de 2006 12:01 p.m.
Para: How to use Revolution
Asunto: Re: Harsh lessons in binaryDecode

I previously wrote and alex replied:

 Alex,
 Sorry about the crash ;^)  but shouldn't that be a4x1a4x1a12 ? 
 (Note the ones after the x's)

 Nope. The docs say

 Parameters:
 The formatsList consists of one or more dataTypes, each followed 
 optionally by an amount. A dataType is one of the following single 
 letters:

 Note - ...followed *optionally* by an amount...

 But thanks for the sympathy :-)

Whoops, I picked up on the optionally right after I hit Send. I'm 
really much better at lurking than helping. :^/

I did verify that in Rev 2.6 and Rev 2.7.1 (Mac OS 10.3.9) that you get 
a big time crash if the number of variables is less than the number of 
format specs.

Jim Lyons

___
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: Saving information in Revolution.

2006-05-27 Thread Alvaro Abril - Tecnologia
Dear Mark.. And where I need to place the handler in the standalone?

on closeStackRequest
   save this stack
   pass closeStackRequest
end closeStackRequest


Thank you, Alvaro Abril

-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] En nombre de Mark
Schonewille
Enviado el: Sábado, 27 de Mayo de 2006 04:06 p.m.
Para: How to use Revolution
Asunto: Re: Saving information in Revolution.

Hi Alvaro,

on closeCard
   save this stack
end closeCard

or

on closeStackRequest
   save this stack
   pass closeStackRequest
end closeStackRequest

There is also a closeStack handler, but you might want to use the  
closeStackRequest handler because you could decide whether you really  
want to close the stack, in the closeStackRequest handler, which will  
be useful when your project grows more advanced.

Are you sure you want to save the information in the stack? If you  
are going to make standalones, you probably want to save the data in  
a text file or in a stack that is not part of the standalone.

Best regards,

Mark

P.S. It is not necessary to quote messages that have nothing to do  
with the subject.

--

Economy-x-Talk
Consultancy and Software Engineering
http://economy-x-talk.com
http://www.salery.biz

Salery is the easiest way to get your own web store on-line: http:// 
www.salery.biz/salery.html



Op 28-mei-2006, om 0:53 heeft Alvaro Abril - Tecnologia het volgende  
geschreven:

 Dear Sirs:..

 How i use :

 On closecard

 End closecard

 To save information? I cant save information, because in Hypercard,  
 save is
 automatic...

 How I can?

 Best regards, Alvaro

snip

___
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: Saving information in Revolution.

2006-05-27 Thread Alvaro Abril - Tecnologia
Hello.. where I can to put this commands.. I cant save information using
Standalone :)

Alvaro

-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] En nombre de Mark
Schonewille
Enviado el: Sábado, 27 de Mayo de 2006 04:06 p.m.
Para: How to use Revolution
Asunto: Re: Saving information in Revolution.

Hi Alvaro,

on closeCard
   save this stack
end closeCard

or

on closeStackRequest
   save this stack
   pass closeStackRequest
end closeStackRequest

There is also a closeStack handler, but you might want to use the  
closeStackRequest handler because you could decide whether you really  
want to close the stack, in the closeStackRequest handler, which will  
be useful when your project grows more advanced.

Are you sure you want to save the information in the stack? If you  
are going to make standalones, you probably want to save the data in  
a text file or in a stack that is not part of the standalone.

Best regards,

Mark

P.S. It is not necessary to quote messages that have nothing to do  
with the subject.

--

Economy-x-Talk
Consultancy and Software Engineering
http://economy-x-talk.com
http://www.salery.biz

Salery is the easiest way to get your own web store on-line: http:// 
www.salery.biz/salery.html



Op 28-mei-2006, om 0:53 heeft Alvaro Abril - Tecnologia het volgende  
geschreven:

 Dear Sirs:..

 How i use :

 On closecard

 End closecard

 To save information? I cant save information, because in Hypercard,  
 save is
 automatic...

 How I can?

 Best regards, Alvaro

snip

___
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


I was a Hypercard and supercard expert

2006-05-16 Thread Alvaro Abril - Tecnologia
Dear Sirs.. It´s Revolution a good software for serious development? Some
years ago I was a Developer with Supercard and Hypercard in Macintosh.. do
you think, Revolution is a good program ? 

Best wishes, Alvaro Abril, www.alvaroabril.com , Columbian man living in
Guatemala, Tech Manager, www.fantasticguatemala.com


-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] En nombre de Sivakatirswami
Enviado el: Martes, 16 de Mayo de 2006 03:46 a.m.
Para: How to use Revolution
Asunto: Re: Ken Burns Effect Algorithm-Functions

Well, I think I will have to stay with just  moving from point to  
point (panning) and zooming as two separate operations for now...

Since no one is offering any functions I guess this hasn't been done  
before... so... I'll give it a go on my own.

Sivakatirswami


On May 15, 2006, at 1:19 PM, Wally Rodriguez wrote:

 The Ken Burns effect, as used in other applications, has to be  
 calculated on a sub-pixel level so that it does not look jerky,  
 that is because some combinations of start point, size and speed  
 could yield sizes or motion that can't be rounded to one pixel.

 There must be a way to do this smoothly on the mac, since the  
 screen saver does it, but I couldn't even start to tell you how.

 W.

___
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


I need to create a background structure (hypercard style)

2006-05-16 Thread Alvaro Abril - Tecnologia
Dear Sirs.. I need to create background buttons and fields.. I remember in
Macintosh.. but in Revolution, i dont know how to create background objects.
All my objects are in  the cards

Thank you, Alvaro Abril, www.fantasticguatemala.com , www.alvaroabril.com 

-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] En nombre de Sarah Reichelt
Enviado el: Martes, 16 de Mayo de 2006 02:52 p.m.
Para: How to use Revolution
Asunto: Re: I was a Hypercard and supercard expert

On 5/17/06, Alvaro Abril - Tecnologia [EMAIL PROTECTED] wrote:
 Dear Sirs.. It´s Revolution a good software for serious development? Some
 years ago I was a Developer with Supercard and Hypercard in Macintosh.. do
 you think, Revolution is a good program ?

 Best wishes, Alvaro Abril, www.alvaroabril.com , Columbian man living in
 Guatemala, Tech Manager, www.fantasticguatemala.com

If you are a HyperCard/SuperCard expert, then you will find Revolution
really easy to use. It has it's own way of doing things, but the basic
concept is the same, with lots more power  capabilities than
HyperCard ever had.

But to answer your question properly, we really need to know what sort
of software development you are contemplating.

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