Page 1 of 1

Remote desktop

PostPosted: Thu Feb 02, 2012 10:00 pm
by Otto
Now we are running our software through remote desktop clients.
All is working very well and faster.
You see 2 Ipaq HP
800 * 480
320 * 240
an ECR cash register with a touch screen
and the desktop software WINHOTEL.
Best regards,
Otto
Image

Re: Remote desktop

PostPosted: Sat Feb 04, 2012 5:31 pm
by MarcoBoschi
:D

Re: Remote desktop

PostPosted: Tue Feb 07, 2012 8:39 am
by Otto
RDP-Manager in FW

viewtopic.php?f=3&t=23436

Best regards,
Otto

Re: Remote desktop

PostPosted: Tue Mar 13, 2012 7:16 pm
by dutch
Dear Otto,

What is RDP concept for PDA? I'm so interesting and have many question.

- How do you set RDP Screen for PDA?
- RDP connection limitation, What did you do?
- What does it store RDP connection ("C:\RDP\")

Regards,
Dutch

Re: Remote desktop

PostPosted: Wed Mar 14, 2012 10:33 am
by Otto
Hello Dutch,

>- How do you set RDP Screen for PDA?
I compiled my FWPPC application with FW. And now the software runs on the server.
For the different resolutions I scale the controls.

[Setup]

resXFaktor = 2
//Aufloesung 480/240 2 480 / 240 = 2 1024/240 4
resYFaktor = 2.5
//Aufloesung 800/320 2.5 640 /320 = 2 600/320 1.6

@ 278 * FaktorHorizontal, 24 * 9 * FaktorVertikal SBUTTON oBtnPW9 PROMPT "9";
SIZE 24* FaktorHorizontal, 30* FaktorVertikal PIXEL FONT Setup():oFntGross of oTische;
ACTION ( ... ) COLORS CLR_WHITE, CLR_BLACK OFFICE TEXT ON_BOTTOM


>- RDP connection limitation, What did you do?
I am not aware of any limitations. We use WIDEFLY terminals.


- What does it store RDP connection ("C:\RDP\")
Widefly has good setup possibilities. You can lock the Widefly to a certain SSID and you can switch the terminal to USER mode.
We put the rdp file into autostart of the terminal.

Hope this info is of some use for you.
Best regards,
Otto

Re: Remote desktop

PostPosted: Wed Mar 14, 2012 11:38 am
by dutch
Dear Otto,

Does The Widefly Terminal connect to PC without concurrent limitation?

Thanks&regards,
Dutch

Re: Remote desktop

PostPosted: Wed Mar 14, 2012 11:52 am
by Otto
Hello Dutch,
Yes, but we use a Software called xp unlimited on the PC.
Best regards,
Otto

Re: Remote desktop

PostPosted: Fri Mar 16, 2012 9:16 am
by Otto

Re: Remote desktop

PostPosted: Sun Mar 18, 2012 4:05 pm
by dutch
Dear Otto,

It's really cool idea, it is quite easy to handle for mobile device. I try with iPhone4 is working so nice too.

Thanks,
Dutch

Re: Remote desktop

PostPosted: Mon Mar 19, 2012 9:23 am
by MarcoBoschi
Otto,
what about to hide desktop icons and taskbar?
Only the application and at the end an auto disconnect?
Marco

Re: Remote desktop

PostPosted: Mon Mar 19, 2012 11:01 am
by Otto
marco,
you have to setup a remote App.
Then all is working as you asked.
Best regards,
Otto