error in revdb_connect with special chars in path

2008-08-19 Thread Tiemo Hollmann TB
Hello,

Win XP, Rev 2.9. I just detected that revdb_connect has problems with
special chars in the db path. When having a special sign - in my case german
umlaut - the revdb_connect fails. A path with standard chars works perfect.
I coded:

put revdb_connect("sqlite",gPfadDB & "lexikon.db") into gConID

where the path in gPfadDB has a german umlaut. I also tested the standalone
with the same effect. Is it really that I have to tell my customers they
can't use german chars in their installation path or is there any
workaround?

Thanks for any tipp

Tiemo

 

 

 

___
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: error in revdb_connect with special chars in path

2008-08-19 Thread Mark Schonewille

Hi Tiemo,

I don't know whether this will work, but you might try  
unidecode(uniencode(gPfadDB),"UTF8") and keep your fingers crossed.


--
Best regards,

Mark Schonewille

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

Benefit from our inexpensive hosting services. See http://economy-x-talk.com/server.html 
 for more info.


On 19 aug 2008, at 09:35, Tiemo Hollmann TB wrote:


Hello,

Win XP, Rev 2.9. I just detected that revdb_connect has problems with
special chars in the db path. When having a special sign - in my  
case german
umlaut - the revdb_connect fails. A path with standard chars works  
perfect.

I coded:

put revdb_connect("sqlite",gPfadDB & "lexikon.db") into gConID

where the path in gPfadDB has a german umlaut. I also tested the  
standalone
with the same effect. Is it really that I have to tell my customers  
they

can't use german chars in their installation path or is there any
workaround?

Thanks for any tipp

Tiemo



___
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


AW: error in revdb_connect with special chars in path

2008-08-19 Thread Tiemo Hollmann TB
Noop, good idea, but didn't worked :(
I think this issue must have come up a hundred times with all german,
french, and other special sign rev programmers if this is not a current
bug!?
Thanks
Tiemo

> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED] [mailto:use-revolution-
> [EMAIL PROTECTED] Im Auftrag von Mark Schonewille
> Gesendet: Dienstag, 19. August 2008 09:46
> An: How to use Revolution
> Betreff: Re: error in revdb_connect with special chars in path
> 
> Hi Tiemo,
> 
> I don't know whether this will work, but you might try
> unidecode(uniencode(gPfadDB),"UTF8") and keep your fingers crossed.
> 
> --
> Best regards,
> 
> Mark Schonewille
> 
> Economy-x-Talk Consulting and Software Engineering
> http://economy-x-talk.com
> http://www.salery.biz
> http://facebook.economy-x-talk.com
> 
> Benefit from our inexpensive hosting services. See http://economy-x-
> talk.com/server.html
>   for more info.
> 
> On 19 aug 2008, at 09:35, Tiemo Hollmann TB wrote:
> 
> > Hello,
> >
> > Win XP, Rev 2.9. I just detected that revdb_connect has problems with
> > special chars in the db path. When having a special sign - in my
> > case german
> > umlaut - the revdb_connect fails. A path with standard chars works
> > perfect.
> > I coded:
> >
> > put revdb_connect("sqlite",gPfadDB & "lexikon.db") into gConID
> >
> > where the path in gPfadDB has a german umlaut. I also tested the
> > standalone
> > with the same effect. Is it really that I have to tell my customers
> > they
> > can't use german chars in their installation path or is there any
> > workaround?
> >
> > Thanks for any tipp
> >
> > Tiemo
> >
> 
> ___
> 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


scanners and Rev

2008-08-19 Thread viktoras didziulis
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


Re: AW: error in revdb_connect with special chars in path

2008-08-19 Thread Ian Wood
I bought this up a few months ago on the list, it's a reported bug  
which is said to be fixed in 3.0.0.


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

Ian

On 19 Aug 2008, at 08:56, Tiemo Hollmann TB wrote:


Noop, good idea, but didn't worked :(
I think this issue must have come up a hundred times with all german,
french, and other special sign rev programmers if this is not a  
current

bug!?
Thanks
Tiemo


___
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: error in revdb_connect with special chars in path

2008-08-19 Thread viktoras didziulis

Hi,

if the folder is one of the special folders might the 
specialFolderPath()  help? On Windows it can be used in combination with 
folder ids' as listed here: 
http://msdn.microsoft.com/en-us/library/bb762494.aspx


Best wishes
Viktoras

Tiemo Hollmann TB wrote:

Hello,

Win XP, Rev 2.9. I just detected that revdb_connect has problems with
special chars in the db path. When having a special sign - in my case german
umlaut - the revdb_connect fails. A path with standard chars works perfect.
I coded:

put revdb_connect("sqlite",gPfadDB & "lexikon.db") into gConID

where the path in gPfadDB has a german umlaut. I also tested the standalone
with the same effect. Is it really that I have to tell my customers they
can't use german chars in their installation path or is there any
workaround?

Thanks for any tipp

Tiemo

 

 

 


___
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


AW: AW: error in revdb_connect with special chars in path

2008-08-19 Thread Tiemo Hollmann TB
Hi Ian,
I looked up the quality center before, but didn't find your report (it's
always hard to get the right search items :)
Thanks for the hint.
I want to switch from sqlite to valentina. Do you know if this is an issue
only of sqlite? I even don't know yet if you will use revDB_ with valentina,
or if valentina has it's own db functions?
Tiemo

> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED] [mailto:use-revolution-
> [EMAIL PROTECTED] Im Auftrag von Ian Wood
> Gesendet: Dienstag, 19. August 2008 10:05
> An: How to use Revolution
> Betreff: Re: AW: error in revdb_connect with special chars in path
> 
> I bought this up a few months ago on the list, it's a reported bug
> which is said to be fixed in 3.0.0.
> 
> http://quality.runrev.com/qacenter/show_bug.cgi?id=6429
> 
> Ian
> 
> On 19 Aug 2008, at 08:56, Tiemo Hollmann TB wrote:
> 
> > Noop, good idea, but didn't worked :(
> > I think this issue must have come up a hundred times with all german,
> > french, and other special sign rev programmers if this is not a
> > current
> > bug!?
> > Thanks
> > Tiemo
> 
> ___
> 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


AW: error in revdb_connect with special chars in path

2008-08-19 Thread Tiemo Hollmann TB
Hi Viktoras,
could be, but must not.
Thanks for your hint
Tiemo

> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED] [mailto:use-revolution-
> [EMAIL PROTECTED] Im Auftrag von viktoras didziulis
> Gesendet: Dienstag, 19. August 2008 10:08
> An: How to use Revolution
> Betreff: Re: error in revdb_connect with special chars in path
> 
> Hi,
> 
> if the folder is one of the special folders might the
> specialFolderPath()  help? On Windows it can be used in combination with
> folder ids' as listed here:
> http://msdn.microsoft.com/en-us/library/bb762494.aspx
> 
> Best wishes
> Viktoras
> 
> Tiemo Hollmann TB wrote:
> > Hello,
> >
> > Win XP, Rev 2.9. I just detected that revdb_connect has problems with
> > special chars in the db path. When having a special sign - in my case
> german
> > umlaut - the revdb_connect fails. A path with standard chars works
> perfect.
> > I coded:
> >
> > put revdb_connect("sqlite",gPfadDB & "lexikon.db") into gConID
> >
> > where the path in gPfadDB has a german umlaut. I also tested the
> standalone
> > with the same effect. Is it really that I have to tell my customers they
> > can't use german chars in their installation path or is there any
> > workaround?
> >
> > Thanks for any tipp
> >
> > Tiemo
> >
> >
> >
> >
> >
> >
> >
> > ___
> > 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: AW: error in revdb_connect with special chars in path

2008-08-19 Thread viktoras didziulis
possible workaround would be using relative path instead of absolute and 
then

put "lexikon.db" into dbPath
put revOpenDatabase("sqlite",dbPath) into dbId

When working in IDE first change your defaultFolder to be applications 
folder. Or alternatively you might set your default folder to whatever 
is in your gPfadDB


Viktoras

Tiemo Hollmann TB wrote:

Hi Viktoras,
could be, but must not.
Thanks for your hint
Tiemo

  

-Ursprüngliche Nachricht-
Von: [EMAIL PROTECTED] [mailto:use-revolution-
[EMAIL PROTECTED] Im Auftrag von viktoras didziulis
Gesendet: Dienstag, 19. August 2008 10:08
An: How to use Revolution
Betreff: Re: error in revdb_connect with special chars in path

Hi,

if the folder is one of the special folders might the
specialFolderPath()  help? On Windows it can be used in combination with
folder ids' as listed here:
http://msdn.microsoft.com/en-us/library/bb762494.aspx

Best wishes
Viktoras

Tiemo Hollmann TB wrote:


Hello,

Win XP, Rev 2.9. I just detected that revdb_connect has problems with
special chars in the db path. When having a special sign - in my case
  

german


umlaut - the revdb_connect fails. A path with standard chars works
  

perfect.


I coded:

put revdb_connect("sqlite",gPfadDB & "lexikon.db") into gConID

where the path in gPfadDB has a german umlaut. I also tested the
  

standalone


with the same effect. Is it really that I have to tell my customers they
can't use german chars in their installation path or is there any
workaround?

Thanks for any tipp

Tiemo







___
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: Foreign Keyboards

2008-08-19 Thread Mark Schonewille

Hi Ron,

I am able to use Arabic input methods, but it takes a little hack to  
make the text go from right to left. I would expect it to be possible  
to enter Japanese characters in Revolution.


What happens if you click in a field first and then use the mouse to  
choose a Japanese input method? Have you installed font support for  
Asian languages? Are you able to use Japanese in a word processor?


--
Best regards,

Mark Schonewille

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

Benefit from our inexpensive hosting services. See http://economy-x-talk.com/server.html 
 for more info.


On 19 aug 2008, at 07:01, ron barber wrote:


Hi,
I am unable to use a Japanese keyboard on a Windows machine so I am
wondering if there is anyone else using some kind of localized  
keyboard on

Windows with success.

Specifically, the Japanese keyboard has keys that change the input  
method
but with RR they only produce an 'a' or chartonum 65 so I can't even  
trap
it. Other possibilities are straight kana input, but I haven't  
gotten that

to work either.

Thanks
Ron



___
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


Help menu issues (Mac)

2008-08-19 Thread Graham Samuel
Folks, I'm just beginning serious RR work after a long gap, and I've  
started by looking at stuff I did earlier. I'm now using RR 2.9.0 for  
most of my work.


I've returned to an app I created as a standalone I think with RR2.8.1  
(it was a long time ago) and I'm running it on a Mac with Leopard  
10.5.4. Everything works as expected, except that when I pick the Help  
menu on the main menu bar, the name 'Help' hilites when clicked, as  
expected, but then it stays hilited even after the menu action is  
completed: completion consisting of closing a window with instructions  
which had opened when the menu item was chosen. The hilitie only  
vanishes when I click on another menu. None of the other menus suffers  
from this problem. Can anyone explain this?


Also by Mac convention (presumably), the Help menu now contains a  
search field as well as the 'Help' item which I programmed. Can I do  
anything to suppress this? I think it will just confuse my users  
(schoolchildren) as the search can lead into general Mac help files  
which would seem irrelevant to them.


TIA

Graham


--
Graham Samuel / The Living Fossil Co. / UK & France


___
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: Help menu issues (Mac)

2008-08-19 Thread Mark Schonewille

Hi Graham,

Did you use the menu builder to create the menubar? Which handlers  
does your Help menu script have?


AFAIK, you can't suppress the search field --it annoys me too.

--
Best regards,

Mark Schonewille

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

Benefit from our inexpensive hosting services. See http://economy-x-talk.com/server.html 
 for more info.


On 19 aug 2008, at 12:41, Graham Samuel wrote:

Folks, I'm just beginning serious RR work after a long gap, and I've  
started by looking at stuff I did earlier. I'm now using RR 2.9.0  
for most of my work.


I've returned to an app I created as a standalone I think with  
RR2.8.1 (it was a long time ago) and I'm running it on a Mac with  
Leopard 10.5.4. Everything works as expected, except that when I  
pick the Help menu on the main menu bar, the name 'Help' hilites  
when clicked, as expected, but then it stays hilited even after the  
menu action is completed: completion consisting of closing a window  
with instructions which had opened when the menu item was chosen.  
The hilitie only vanishes when I click on another menu. None of the  
other menus suffers from this problem. Can anyone explain this?


Also by Mac convention (presumably), the Help menu now contains a  
search field as well as the 'Help' item which I programmed. Can I do  
anything to suppress this? I think it will just confuse my users  
(schoolchildren) as the search can lead into general Mac help files  
which would seem irrelevant to them.


TIA

Graham


___
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: Help menu issues (Mac)

2008-08-19 Thread Ian Wood

No idea about the permanently-highlighting menu bar.

On 19 Aug 2008, at 11:41, Graham Samuel wrote:

Also by Mac convention (presumably), the Help menu now contains a  
search field as well as the 'Help' item which I programmed. Can I do  
anything to suppress this? I think it will just confuse my users  
(schoolchildren) as the search can lead into general Mac help files  
which would seem irrelevant to them.


You can't suppress it, but bear in mind that it will also  
automatically show the user any menu items which fit their search  
term, which can be pretty handy.


Ian
___
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: Valentina DB, German umlauts in db Path for revdb_connect().

2008-08-19 Thread Ruslan Zasukhin
On 8/19/08 11:13 AM, "Tiemo Hollmann TB" <[EMAIL PROTECTED]> wrote:

Hi Tiemo, 

> Hi Ian,
> I looked up the quality center before, but didn't find your report (it's
> always hard to get the right search items :)
> Thanks for the hint.

> I want to switch from sqlite to valentina. Do you know if this is an issue
> only of sqlite? I even don't know yet if you will use revDB_ with valentina,
> or if valentina has it's own db functions?

1) yes you can use REVDB API with Valentina. Usually this is the most easy
way to switch to Valentina. And only after that start step by step to use
Valentina Native API, which is a lots more powerful.

And yes, Valentina have ALSO oen methods

VDatabase_Create( dbref, path, ... )
VDatabase_Open  ( dbRef, path, ... )


2) we have German users of V4EV as I know, and there was no complains on
such issue. 


-- 
Best regards,

Ruslan Zasukhin
VP Engineering and New Technology
Paradigma Software, Inc

Valentina - Joining Worlds of Information
http://www.paradigmasoft.com

[I feel the need: the need for speed]


___
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


AW: Valentina DB, German umlauts in db Path for revdb_connect().

2008-08-19 Thread Tiemo Hollmann TB
Thanks Ruslan,
I'll get back to you (Valentina) later :)
Tiemo

> -Ursprüngliche Nachricht-
> Von: [EMAIL PROTECTED] [mailto:use-revolution-
> [EMAIL PROTECTED] Im Auftrag von Ruslan Zasukhin
> Gesendet: Dienstag, 19. August 2008 14:07
> An: use-revolution; Thorsten Hohage; [EMAIL PROTECTED]
> Betreff: Re: Valentina DB, German umlauts in db Path for revdb_connect().
> 
> On 8/19/08 11:13 AM, "Tiemo Hollmann TB" <[EMAIL PROTECTED]> wrote:
> 
> Hi Tiemo,
> 
> > Hi Ian,
> > I looked up the quality center before, but didn't find your report (it's
> > always hard to get the right search items :)
> > Thanks for the hint.
> 
> > I want to switch from sqlite to valentina. Do you know if this is an
> issue
> > only of sqlite? I even don't know yet if you will use revDB_ with
> valentina,
> > or if valentina has it's own db functions?
> 
> 1) yes you can use REVDB API with Valentina. Usually this is the most easy
> way to switch to Valentina. And only after that start step by step to use
> Valentina Native API, which is a lots more powerful.
> 
> And yes, Valentina have ALSO oen methods
> 
> VDatabase_Create( dbref, path, ... )
> VDatabase_Open  ( dbRef, path, ... )
> 
> 
> 2) we have German users of V4EV as I know, and there was no complains on
> such issue.
> 
> 
> --
> Best regards,
> 
> Ruslan Zasukhin
> VP Engineering and New Technology
> Paradigma Software, Inc
> 
> Valentina - Joining Worlds of Information
> http://www.paradigmasoft.com
> 
> [I feel the need: the need for speed]
> 
> 
> ___
> 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: scanners and Rev

2008-08-19 Thread Mikey
Do you mean a barcode scanner, or a document scanner?
___
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-19 Thread viktoras didziulis

Hi Mikey!

document scanner, not a barcode scanner. This application is a frontend 
for the taxonomic database of species including images of plants scanned 
with scanner.



Mikey wrote:

Do you mean a barcode scanner, or a document scanner?
___
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: scanners and Rev

2008-08-19 Thread Klaus Major


Am 19.08.2008 um 14:25 schrieb Mikey:


Do you mean a barcode scanner, or a document scanner?


A barcode scanner is just like another input device like a keyboard  
and will
work right out of the box with Rev. At least does here in our current  
project.



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


Re: Foreign Keyboards

2008-08-19 Thread ron barber
Hi Mark,Thanks for the reply.

I am able to input Japanese with no problems using english keyboards. The
problem is that the Japanese keyboard on Windows has a slightly different
layout and some of the keys do not do what they are supposed to do. I am
wondering if there is anyone who uses a Japanese keyboard with success in
Windows?

Thanks
Ron
PS could you write me (offlist?) about the little hack you use for right to
left Arabic? I would like to try it for Hebrew. Thanks


On Tue, Aug 19, 2008 at 7:23 PM, Mark Schonewille <
[EMAIL PROTECTED]> wrote:

> Hi Ron,
>
> I am able to use Arabic input methods, but it takes a little hack to make
> the text go from right to left. I would expect it to be possible to enter
> Japanese characters in Revolution.
>
> What happens if you click in a field first and then use the mouse to choose
> a Japanese input method? Have you installed font support for Asian
> languages? Are you able to use Japanese in a word processor?
>
> --
> Best regards,
>
> Mark Schonewille
>
> Economy-x-Talk Consulting and Software Engineering
> http://economy-x-talk.com
> http://www.salery.biz
> http://facebook.economy-x-talk.com
>
> Benefit from our inexpensive hosting services. See
> http://economy-x-talk.com/server.html for more info.
>
>
> On 19 aug 2008, at 07:01, ron barber wrote:
>
>  Hi,
>> I am unable to use a Japanese keyboard on a Windows machine so I am
>> wondering if there is anyone else using some kind of localized keyboard on
>> Windows with success.
>>
>> Specifically, the Japanese keyboard has keys that change the input method
>> but with RR they only produce an 'a' or chartonum 65 so I can't even trap
>> it. Other possibilities are straight kana input, but I haven't gotten that
>> to work either.
>>
>> Thanks
>> Ron
>>
>
>
> ___
> 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


Rev browser exporting pdf

2008-08-19 Thread paolo mazza
How can I export a web page as PDF  using the internal browser of
Revolution?

I tryed with Quartam PDF Library for Revolution but I could not find a
solution.

Have you a clue? Thanks

Paolo

**

Paolo Mazza
NEOL SRL
Società partecipata da Università di Padova
via N. Tommaseo 84
35131 - Padova (Italy)
Tel 049- 2050147 - Fax 049-7964386
www.neol.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: Foreign Keyboards

2008-08-19 Thread Devin Asay


On Aug 19, 2008, at 8:19 AM, ron barber wrote:

PS could you write me (offlist?) about the little hack you use for  
right to

left Arabic? I would like to try it for Hebrew. Thanks


Or maybe even on-list? :-) I'd be very interested.

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: Foreign Keyboards

2008-08-19 Thread Kenji Kojima

Ron,

When you set a Japanese Unicode font on a text field. You can type  
Japanese and English text correctly. Even if you use a Japanese layout  
keyboard. When you use a default text field that is set an English  
font, you can type Japanese characters, but wrong symbols.


I do not have a Japanese keyboard of Windows, then I have not tested  
it on 2.9 and 3.0. I will ask about it to Japanese Revolution Forums  
later.

--
Kenji Kojima
http://www.kenjikojima.com/



On Aug 19, 2008, at 10:19 AM, ron barber wrote:


Hi Mark,Thanks for the reply.

I am able to input Japanese with no problems using english  
keyboards. The
problem is that the Japanese keyboard on Windows has a slightly  
different
layout and some of the keys do not do what they are supposed to do.  
I am
wondering if there is anyone who uses a Japanese keyboard with  
success in

Windows?

Thanks
Ron
PS could you write me (offlist?) about the little hack you use for  
right to

left Arabic? I would like to try it for Hebrew. Thanks


On Tue, Aug 19, 2008 at 7:23 PM, Mark Schonewille <
[EMAIL PROTECTED]> wrote:


Hi Ron,

I am able to use Arabic input methods, but it takes a little hack  
to make
the text go from right to left. I would expect it to be possible to  
enter

Japanese characters in Revolution.

What happens if you click in a field first and then use the mouse  
to choose

a Japanese input method? Have you installed font support for Asian
languages? Are you able to use Japanese in a word processor?

--
Best regards,

Mark Schonewille

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

Benefit from our inexpensive hosting services. See
http://economy-x-talk.com/server.html for more info.


On 19 aug 2008, at 07:01, ron barber wrote:

Hi,

I am unable to use a Japanese keyboard on a Windows machine so I am
wondering if there is anyone else using some kind of localized  
keyboard on

Windows with success.

Specifically, the Japanese keyboard has keys that change the input  
method
but with RR they only produce an 'a' or chartonum 65 so I can't  
even trap
it. Other possibilities are straight kana input, but I haven't  
gotten that

to work either.

Thanks
Ron




___
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: Rev browser exporting pdf

2008-08-19 Thread viktoras didziulis

try these tips:
http://pad.olsonnetwork.com/faqs/MakePDF_HOWTO_Images.html


paolo mazza wrote:

How can I export a web page as PDF  using the internal browser of
Revolution?

I tryed with Quartam PDF Library for Revolution but I could not find a
solution.

Have you a clue? Thanks

Paolo

**

Paolo Mazza
NEOL SRL
Società partecipata da Università di Padova
via N. Tommaseo 84
35131 - Padova (Italy)
Tel 049- 2050147 - Fax 049-7964386
www.neol.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


  


___
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-19 Thread [EMAIL PROTECTED]
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


revBrowser on Windows

2008-08-19 Thread Thomas McGrath III

Hello my friends,

I am back from vacation/holiday and am trying to figure out my  
revBrowser problems again.


So far, I seem to have fixed the MaxOSX issues for revBrowser and am  
fixing my path problems.


And on windows I have the path fixed but still have a naming issue  
i.e. a .png is being shown in my field but on OSx it does not so I  
have to fix this.


As far as revBrowser on windows is concerned, it loads the external, I  
check on a built standalone for the instances and there is one. Also I  
do not get an error on loading the browser external.


BUT, It seems however that the browser window while it does load, can  
not be actually seen on the screen and if I mouse over the area where  
it is supposed to load I get feedback (for instance the tooltip on a  
google link) but the window is blank visually.


I think this might be due to the fact that I use a window shape for  
the stack. Is there a workaround for this? Any ideas on a fix?



Another issue I have is when I start a player with a video it starts  
playing in the lower left of the stack instead of the area where the  
player is located. If I stop the player and start again it will now  
play where it is supposed to. this is an incovienence but not a show  
stopper.



Any ideas are welcome.


Tom McGrath
___
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: revBrowser on Windows

2008-08-19 Thread Andres Martinez

Hello Tom

I have faced and solved both your problems. These are the workarounds  
I found...


- To see the revBrowser in Win stand-alones that use custom shaped  
windows, you need to re-create the window shape PNG and take out all  
semi-transparencies. What I mean is that all pixels need to be either  
full color or fully transparent, nothing in the middle.


- To play a movie right in the center the first time it is played I  
use the following code...


prepare videoclip "Intro.mov"
wait for 10 milliseconds
play videoclip "Intro.mov"

Regards,
Andres Martinez
www.baKno.com

On Aug 19, 2008, at 12:22 PM, Thomas McGrath III wrote:


Hello my friends,

I am back from vacation/holiday and am trying to figure out my  
revBrowser problems again.


So far, I seem to have fixed the MaxOSX issues for revBrowser and am  
fixing my path problems.


And on windows I have the path fixed but still have a naming issue  
i.e. a .png is being shown in my field but on OSx it does not so I  
have to fix this.


As far as revBrowser on windows is concerned, it loads the external,  
I check on a built standalone for the instances and there is one.  
Also I do not get an error on loading the browser external.


BUT, It seems however that the browser window while it does load,  
can not be actually seen on the screen and if I mouse over the area  
where it is supposed to load I get feedback (for instance the  
tooltip on a google link) but the window is blank visually.


I think this might be due to the fact that I use a window shape for  
the stack. Is there a workaround for this? Any ideas on a fix?



Another issue I have is when I start a player with a video it starts  
playing in the lower left of the stack instead of the area where the  
player is located. If I stop the player and start again it will now  
play where it is supposed to. this is an incovienence but not a show  
stopper.



Any ideas are welcome.


Tom McGrath
___
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: scanners and Rev

2008-08-19 Thread viktoras didziulis

Franz, thank you for the hint!

Best regards
Viktoras

[EMAIL PROTECTED] wrote:

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

 
 
 


___
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


A Simple Question: How do I draw a vertical line?

2008-08-19 Thread len-morgan
This would seem to be an easy thing to do with a GUI IDE but I can't seem
to get it right.  I want to draw some vertical lines on a form that are
thicker than one pixel (this is where I'm having problems).

I can't do it (accurately) with the mouse so I'm drawing a pretty close
approximation of vertical and then I want to use the property inspector to
"correct" the line and make it vertical.  The problem is if I move the
bottom of the line, the top moves.  If I move the top, the bottom moves. 
It seems to be trying to create a line inside the corners of a rectangle
and therefore, I can never get a truly vertical line.

Any ideas as to what I'm doing wrong here?  For what it's worth, I'm
trying to put on lines that are somewhere around 6 to 8 pixels "thick."

Thanks!

Len Morgan

___
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 Simple Question: How do I draw a vertical line?

2008-08-19 Thread Mark Smith
Len, hold the shift key down when drawing - it constrains the angle  
to 22.5 degerees.


Best,

Mark

On 19 Aug 2008, at 21:03, [EMAIL PROTECTED] wrote:

This would seem to be an easy thing to do with a GUI IDE but I  
can't seem
to get it right.  I want to draw some vertical lines on a form that  
are

thicker than one pixel (this is where I'm having problems).

I can't do it (accurately) with the mouse so I'm drawing a pretty  
close
approximation of vertical and then I want to use the property  
inspector to

"correct" the line and make it vertical.  The problem is if I move the
bottom of the line, the top moves.  If I move the top, the bottom  
moves.
It seems to be trying to create a line inside the corners of a  
rectangle

and therefore, I can never get a truly vertical line.

Any ideas as to what I'm doing wrong here?  For what it's worth, I'm
trying to put on lines that are somewhere around 6 to 8 pixels  
"thick."


Thanks!

Len Morgan

___
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: A Simple Question: How do I draw a vertical line?

2008-08-19 Thread Chris Sheffield

Len,

First off, if you hold down the shift key while drawing your line, you  
should be able to make it perfectly vertical. Second, after your line  
is drawn, simply adjust the lineSize property, which is under Border - 
> Size on the first pane of the property palette. You can also adjust  
the length using the height property. So I think the trick is to use  
lineSize rather than width to adjust the line thickness.


HTH,
Chris


On Aug 19, 2008, at 2:03 PM, [EMAIL PROTECTED] wrote:

This would seem to be an easy thing to do with a GUI IDE but I can't  
seem
to get it right.  I want to draw some vertical lines on a form that  
are

thicker than one pixel (this is where I'm having problems).

I can't do it (accurately) with the mouse so I'm drawing a pretty  
close
approximation of vertical and then I want to use the property  
inspector to

"correct" the line and make it vertical.  The problem is if I move the
bottom of the line, the top moves.  If I move the top, the bottom  
moves.
It seems to be trying to create a line inside the corners of a  
rectangle

and therefore, I can never get a truly vertical line.

Any ideas as to what I'm doing wrong here?  For what it's worth, I'm
trying to put on lines that are somewhere around 6 to 8 pixels  
"thick."


Thanks!

Len Morgan

___
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


--
Chris Sheffield
Read Naturally, Inc.
www.readnaturally.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


Linux "touch" equivalent for Windows?

2008-08-19 Thread Phil Davis
Is there a Windows shell command that lets you change the mod dates of 
files the way "touch" lets you do it in Linux?


Thanks -
--
Phil Davis

PDS Labs
Professional Software Development
http://pdslabs.net

___
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: Foreign Keyboards

2008-08-19 Thread Nicolas Cueto
What Kenji advises (set field to Japanese Unicode font) works
on my set up -- Japanese Win2K, Japanese keyboard, Rev 2.9.
By "work" I mean the inputting not only of Japanese characters
but also of non-alpha-numeric characters, especially shift-key
chars for punctuation, quote marks, brackets, etc.

--
Nicolas Cueto

On Tue, Aug 19, 2008 at 11:38 PM, Kenji Kojima <[EMAIL PROTECTED]> wrote:
> Ron,
>
> When you set a Japanese Unicode font on a text field. You can type Japanese
> and English text correctly. Even if you use a Japanese layout keyboard. When
> you use a default text field that is set an English font, you can type
> Japanese characters, but wrong symbols.
>
> I do not have a Japanese keyboard of Windows, then I have not tested it on
> 2.9 and 3.0. I will ask about it to Japanese Revolution Forums later.
> --
> Kenji Kojima
> http://www.kenjikojima.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: Linux "touch" equivalent for Windows?

2008-08-19 Thread Ken Ray



On 8/19/08 4:13 PM, "Phil Davis" <[EMAIL PROTECTED]> wrote:

> Is there a Windows shell command that lets you change the mod dates of
> files the way "touch" lets you do it in Linux?

No, I don't think so - there are several command-line apps you can buy that
will do this though (although that may not help). Here's one:


  http://www.datamystic.com/dirdate.html

Ken Ray
Sons of Thunder Software, Inc.
Email: [EMAIL PROTECTED]
Web Site: http://www.sonsothunder.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: Linux "touch" equivalent for Windows?

2008-08-19 Thread Bill Vlahos

Would renaming the file to the same name trigger the mod date?

Bill Vlahos

Sent from my iPhone

On Aug 19, 2008, at 2:13 PM, Phil Davis <[EMAIL PROTECTED]> wrote:

Is there a Windows shell command that lets you change the mod dates  
of files the way "touch" lets you do it in Linux?


Thanks -
--
Phil Davis

PDS Labs
Professional Software Development
http://pdslabs.net

___
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