Q: dynamic usage of regex in a repeat loop

2009-06-25 Thread Franz Böhmisch
Hello I need sth like the following

repeat for each line regexline in field "regexlist"
try
put matchText(einzelinserat,regexline,region,rooms,ground,price,remarks) into 
check
end try
if check = true then
...
end if
end repeat

with regex like
([a-z]{1}) ([0-9,]{1,2}) ([0-9,.]{2,5}) ([0-9,.]+)(.*)
()()([0-9,.]{2,5}) ([0-9,.]+)(.*)
()()(^[0-9,]{1,3}) (\d+) ([0-9.,]+)(.*)
([A-ZÄÖÜ]{1,3}) ([0-9,]{1,2}) ([0-9]{1,5}) ([0-9,.]{1,5}) 
in the list.

Is it possible to make the matchtext part more flexible for allowing to find 
items not in the focus at programming time (without using evaluate ...).
in a kind of
put matchText(einzelinserat,regexline,variablelist) into check

Any ideas?

Regards, Franz
___
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-2: Using the Player to run a stack + start.rev

2008-11-07 Thread Franz Böhmisch
Hello,


I use a stack "start.rev" compiled to "start.exe" for running any stack of the 
same name. Perhaps you want to test this approach ... I have no experience with 
Media at all.
Make a stack "xyz.rev" with the following stack script, compile it to "xyz.exe" 
and rename it to "myapp.exe".
Then put your "myapp.rev" in the same dir.

myapp.exe runs myapp.rev ...


Regards, Franz

on OpenStack 
set the rect of this stack to 0,0,0,0
get the effective filename of this stack 
put it into dateiname
put it into pfad
set the itemDelimiter to "/"
delete the last item of pfad
set the defaultfolder to pfad
replace pfad with "" in dateiname
set the itemDelimiter to "."
delete the last item of dateiname
delete the first char of dateiname
put ".rev" after dateiname
--answer pfad & cr & dateiname
go stack URL dateiname in a new window 
close stack "Start"
end OpenStack

Original Messageprocessed by David InfoCenter 
Subject: Re: Using the Player to run a stack (06-Nov-2008 18:11)
From:[EMAIL PROTECTED]
To:  [EMAIL PROTECTED]


> Just curious: since you already have the nearly limitless world of
> Enterprise, why bother with the confines of Media at all?

I have a part time day job, and I convinced them to invest in Media so
that I could write them a program at their office, on their time, on the
days I am there. Part of the sales pitch to them was that it would only
cost them $50 for the software I needed. They agreed.

So at home for my own software usage, I have Enterprise. But for them,
it's Media.

I didn't think they'd go for me taking several weeks off to work at home
on their project. Here they can see that I'm doing something for them.

I'm getting close to releasing it to them so deployment is coming to the
forefront.

Make sense now?

:-)
Shari


> Shari wrote:
>
>> I'm so used to working in Enterprise it will be a learning experience
>> to deploy in Media.
>
> Indeed.
>
> Just curious: since you already have the nearly limitless world of
> Enterprise, why bother with the confines of Media at all?
>
> --
> Richard Gaskin
> Fourth World Media Corporation
___
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

To: use-revolution@lists.runrev.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: scanners and Rev

2008-08-22 Thread Franz Böhmisch
Hello

we have made an App in revolution interacting with scanservers of Axis. But 
because these scanservers are expiring it is not the right point to start with. 
But there are similar techniques on the market. Then you just get the scan by 
http.
Another application uses scanners which scan directly in a dir on the pc which 
is permanently checked by a runrev application which works with the scanned 
images (jpg and pdf).

Regards, Franz Böhmisch

Kalispera

Mit freundlichen Grüßen
Franz Böhmisch

[EMAIL PROTECTED]
http://www.animabit.de
GF Animabit Multimedia Software GmbH
Am Sonnenhang 22
D-94136 Thyrnau
Tel +49 (0)8501-8538
Fax +49 (0)8501-8537





Original Messageprocessed by David InfoCenter 
Subject: scanners and Rev (19-Aug-2008 9:57)
From:viktoras didziulis <[EMAIL PROTECTED]>
To:  [EMAIL PROTECTED]


is there any way to communicate with scanners in Revolution ? I would 
need my app to be able to invoke a default scanner dialog window and 
then put the scanned image into an image object. Dictionary says nothing 
about scanners...

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

To: use-revolution@lists.runrev.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-2: Windows Remote Desktop Support (in 2.9. really fine) + Question: Citrix

2008-08-05 Thread Franz Böhmisch
Thank you Steve for this valuable information!

Regards, Franz


Original Messageprocessed by David InfoCenter 
Subject: Re: Windows Remote Desktop Support (in 2.9. really fine) + Question: 
Citrix (03-Jul-2008 15:25)
From:Steve Paris <[EMAIL PROTECTED]>
To:  [EMAIL PROTECTED]


Question: Did anyone test a runrev 2.9 prog in a Citrix environment?

Franz, I have a client/server system (a university student records 
system) where the database server is in Saigon and usually around 10 to 
15 users at the Hanoi campus. Most of these users make use of Citrix, 
where the Rev client app runs on a Citrix server in Saigon. Others run 
the client as a desktop app with the db connection to Saigon via a vpn. 
In fact Rev 2.8.1 also worked OK with Citrix, except for blending. Also 
using Windows Terminal Services now to manage a Rev app running in our 
server room. Very happy to have that bug fixed in 2.9.

Steve Paris




___
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

To: use-revolution@lists.runrev.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