How to change the resolution of the machine

2006-04-24 Thread MITTAL Pradeep Kumar
 
FOR MAC and OS X there is cscreen and other utilities but I want to
change the resolution on windows pc. And for that I need a very light
weight command utility which does not require any installation.

Is there any utility or some other mechansim to achieve this on PC?

___
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 change the resoultion of machine

2006-04-21 Thread MITTAL Pradeep Kumar
Hello,
 
Is there any way so that one can change the resolution of the machine to
800 * 600 by using some rev function ?
And then after reset the resolution to the previous settings.
 
And the same thing, I would like to do for sounds. Is there any way to
control the volume ?
 
Thanks for your help.
 
Best Regards
Pradeep
 
___
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


Integrating Revolution and Flash

2006-03-17 Thread MITTAL Pradeep Kumar
Hello,
 
Is there any way to integrate revolution and flash ? 
 
Some way of placing  Flash UI on top of Rev Card. 
On top of revolution Object (lets say button ) one can put the flash
button. And when one clicks then revoluion button script is called.
Rev can create the XML file and then XML Data can be sent to flash swf
and vice versa.
 
What do you think ? Is there anyone who has tried integrating rev an
flash?
 
Best Regards
Pradeep
 
 
 
 
___
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


Path problem in RevGOURL + How to find current directory path

2006-02-17 Thread MITTAL Pradeep Kumar
Hello,
 
I want to launch html file which is present in the current directory (
from where the exe runs)
 
But the syntax like this does not work.
revGoURL file:///index.htm
 
Perhaps the RevGOUrl requires complete path of the file.
 
Do you know how can we find out what is the current direcory path in
rev??
So that I can use revGoUrl file:///  curPath  /index.htm
 
Please let me know if you have any ideas.
 
Thanks
Best Regards
Pradeep
 
 
 
 
 
 
 
 
___
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


MYSQl client: Client does not support authentication protocol requested by server

2006-02-02 Thread MITTAL Pradeep Kumar
Hello,
 
 
I want to use mysql in revoltuion 2.6.  When I try to connect to the my
sql server, it throws me the following error,
 
There was an error connecting to database. Please check that connection
fields are correct
REvDBError: Client does not support authentication protocol requested
by server , Consider upgrading mysql client
 
Please let me know if you have any idea to solve this.
 
Thanks
Best Regards
Pradeep
___
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 allow only single line into text field (instead of mutliple line)

2006-01-25 Thread MITTAL Pradeep Kumar
Hello,
 
When I create a text field in the rev, then one can enter the mutliple
lines in the text field by using enter key.
 
Can anyone tell me what to configure so that text filed allow only one
line of text ?
 
Thanks for your help
 
Best Regards
Pradeep
 
___
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 allow only single line into text field (instead of mutliple line)

2006-01-25 Thread MITTAL Pradeep Kumar
Here is how you can achive this.

on enterinfield
put line 1 of me into me
end enterinfield
 
on returninfield
put line 1 of me into me
end returninfield
 
bye
pradeep

 

-Original Message-
From: MITTAL Pradeep Kumar 
Sent: Wednesday, January 25, 2006 8:12 PM
To: 'use-revolution@lists.runrev.com'
Cc: DAHIYA Nitesh; JAMKAR Kapil
Subject: How to allow only single line into text field (instead
of mutliple line)


Hello,
 
When I create a text field in the rev, then one can enter the
mutliple lines in the text field by using enter key.
 
Can anyone tell me what to configure so that text filed allow
only one line of text ?
 
Thanks for your help
 
Best Regards
Pradeep
 

___
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


chat client might block in some organization with strong fireball ?? + some Ajax examples in rev

2006-01-18 Thread MITTAL Pradeep Kumar
Hello,
 
I saw an simple example of client server chat application in revolution.
It runs on some specific port number. So first of all on the server side
one has to open the port for all so that users outside can access the
chat server. Ok that can be done, not a big deal.
 
Will not this socket connection block in some organization who has
strong fireball.?? On should that same port also be opened by the client
organzation? I guess yes. ( even org has to open the port for yahoo and
msn messangers )
 
So can not we have any chat application in revolution which has no
fireball issues?? Is there any mechansim so that we can have two way
connection in rev ( push and pull)??
 
Do you have any examples or idea which can demonstrate ajax mechanism in
rev?
 
Thanks for your help
Best Regards
Pradeep
 
 
 
 
 
 
 
 
 
 
___
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 copy folder from server to the client machine

2006-01-13 Thread MITTAL Pradeep Kumar
Hello,
 
I would like to copy folder ( which is around 1 MB and contains 85
files) from server to the client machine. I think revCopyFolder can not
do this.
 
Is there any command similar to revCopyfolder which can copy the entire
folder by using http protocol. ( I do not want to use ftp protocol
because some organization blocks the ftp port).
 
The last thing, I can think of is downloading the zip file and then
unzip on the client side.  But I would be interested in the solution
which can be done without zipping the file.
 
Please let me know if you have some ideas.
 
Thansk for your help
Best Regards
Pradeep Mittal
 
 
 
___
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


Web Plugin for metacard player ( like flash plugin for browsers)

2005-11-25 Thread MITTAL Pradeep Kumar
Hello, 
 
I want my users to run mc files which are on the server. To achieve
this,  I am using dreamcard player.
 
But I do not want users to enter the big url address in the dream card
player,  instead of that i would like to start the player autmatically
from the webpage and launch the mc or rev files. ( we can assume that
player is already installed on client machines)
 
Is it possible to launch player from the webpage  (with parameters of
location mc files) ?  There are flash plugin for browser . do we have
same thing in revolution too??
 
Thanks for your help
Best Regards
Pradeep
 
 
 
 
___
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 check internet connection

2005-10-03 Thread MITTAL Pradeep Kumar
Hello,
 
I want to check from revolution desktop program to know whether the user
is connected to internet.
 
Could anyone please provide me the code or some guide to do this.
 
Thanks
Regards
Pradeep
 
 
___
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 call exe program from metacard

2005-09-09 Thread MITTAL Pradeep Kumar
Hello,
 
Is it possible to run executable program from metacard ??
 
From metacard, I would like to call 2 exe program sequentially.
 
Please let me know if you have any idea.
 
Thanks
Best Regards
Pradeep
 
 
___
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 call exe program from metacard

2005-09-09 Thread MITTAL Pradeep Kumar
Thanks Bob,

By putting all the commands in batch file and using the shell command I
can achieve what I wanted.
But when I run shell command then command prompt window comes in front.
Is there any way to minimize the command winow??

When I close my exe program, I would like to delete it once it is
closed. Is it possible to delete the program from meta card or from
shell script which can be put in seperare thread.? 
Please let me know if you have some idea


Thanks for your help
Best Regards
Pradeep









-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 09, 2005 12:01 PM
To: MITTAL Pradeep Kumar
Subject: Re: How to call exe program from metacard


Quoting MITTAL Pradeep Kumar [EMAIL PROTECTED]:

 Hello,

Hi There

 Is it possible to run executable program from metacard ??

It is possible from runtime revolution, so I assume MC is the same. You 
can use
the shell command.  I don't have an example here at hand but it is
findable on
http://www.google.com/advanced_search?q=site:lists.runrev.com

eg
http://lists.runrev.com/pipermail/use-revolution/2004-November/046289.ht
ml

shows how to run multiple commands to a command line app.

Cheers
Bob

___
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 call exe program from metacard

2005-09-09 Thread MITTAL Pradeep Kumar
I am using   set the hideConsoleWindows to true but it does not hide the
window ( I tested on windows XP)

~pradeep

-Original Message-
From: MITTAL Pradeep Kumar 
Sent: Friday, September 09, 2005 12:49 PM
To: 'use-revolution@lists.runrev.com'
Cc: '[EMAIL PROTECTED]'
Subject: RE: How to call exe program from metacard


Thanks Bob,

By putting all the commands in batch file and using the shell command I
can achieve what I wanted. But when I run shell command then command
prompt window comes in front. Is there any way to minimize the command
winow??

When I close my exe program, I would like to delete it once it is
closed. Is it possible to delete the program from meta card or from
shell script which can be put in seperare thread.? 
Please let me know if you have some idea


Thanks for your help
Best Regards
Pradeep









-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Friday, September 09, 2005 12:01 PM
To: MITTAL Pradeep Kumar
Subject: Re: How to call exe program from metacard


Quoting MITTAL Pradeep Kumar [EMAIL PROTECTED]:

 Hello,

Hi There

 Is it possible to run executable program from metacard ??

It is possible from runtime revolution, so I assume MC is the same. You 
can use
the shell command.  I don't have an example here at hand but it is
findable on
http://www.google.com/advanced_search?q=site:lists.runrev.com

eg
http://lists.runrev.com/pipermail/use-revolution/2004-November/046289.ht
ml

shows how to run multiple commands to a command line app.

Cheers
Bob

___
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 delte the program itself

2005-09-09 Thread MITTAL Pradeep Kumar
This form is really great.. 

Finally I am able to minimize or hide console by using Start /b /min and
by setting the hide cosole property to true.

Now I would like to know how the same exe could be delelted once it has
finished running. ( Is there any example of thread which could delete
the program itself)

thanks

~pradeep

___
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