Search found 24 matches: kiosk

Searched query: kiosk

by Antonio Linares
Tue Apr 20, 2021 5:55 pm
Forum: mod_harbour
Topic: kiosk mode
Replies: 9
Views: 1863

Re: kiosk mode

I would say that a timer is a solution, but Mr. Rao surely knows a better way of doing it
by Otto
Tue Apr 20, 2021 3:45 pm
Forum: mod_harbour
Topic: kiosk mode
Replies: 9
Views: 1863

Re: kiosk mode

Dear Antonio,

Please see the video.

https://mybergland.com/fwforum/callmodharbourfromwinhotel.mp4

Next step, I will save the changes made inside the form with AJAX.

How can I notify my xBrowse that the record changed?
That is my problem.
Best regards,
Otto
by Otto
Tue Apr 20, 2021 2:30 pm
Forum: mod_harbour
Topic: kiosk mode
Replies: 9
Views: 1863

Re: kiosk mode

Dear Antonio,

I do not find out how to pass the parameters:

--new-window --app=https://wintest.com/formular/index.html --window-position=600,300 --window-size=1500,730
Without parameter, Chrome opens.
@ 3, 12 BUTTON oBtn PROMPT "&R u n" OF oDlg SIZE 40, 12 ; ACTION ( ShellExecute( 0 ...
by Antonio Linares
Tue Apr 20, 2021 12:45 pm
Forum: mod_harbour
Topic: kiosk mode
Replies: 9
Views: 1863

Re: kiosk mode

Dear Otto,

Are you looking to launch a mod_harbour app from a FWH app ?

You could use ShellExecute() to go to a URL

Please show a diagram or explanation, thanks
by Otto
Tue Apr 20, 2021 10:03 am
Forum: mod_harbour
Topic: kiosk mode
Replies: 9
Views: 1863

Re: kiosk mode

Dear Antonio,

Many Thanks.
I don't understand how you can then query the value in FIVEWIN.

I have to call the mod harbor APP using a bat file.

I installed the APP as a PWA, but I have not yet found out how to start the APP from FIVEWIN.

Best regards,
Otto

#include "FiveWin.ch ...
by Antonio Linares
Tue Apr 20, 2021 8:19 am
Forum: mod_harbour
Topic: kiosk mode
Replies: 9
Views: 1863

Re: kiosk mode

Dear Otto,

is this what you mean ?
https://stackoverflow.com/questions/2584124/javascript-register-window-tab-closing-event-before-window-tab-close

If so, it seems as a little javascript is required:
window.onbeforeunload = function (e) {  var e = e || window.event ...
by Otto
Tue Apr 20, 2021 6:27 am
Forum: mod_harbour
Topic: kiosk mode
Replies: 9
Views: 1863

Re: kiosk mode

Dear Antonio,
Can you please help me?
How can you notify the browser that the "APP" has been closed.
How to update the browser?
Do I have to use a timer?
Best regard,
Otto
by Otto
Mon Apr 19, 2021 11:07 pm
Forum: mod_harbour
Topic: kiosk mode
Replies: 9
Views: 1863

Re: kiosk mode

Dear Antonio,
start chrome --new-window --app=https://winhotel.space/formular/index.html --window-position=100,100 --window-size=1200,600
It is not really the same you showed us - maybe it was electron.
But this works for me.
Best regards,
Otto

https://mybergland.com/fwforum/winhotelmod1 ...
by Antonio Linares
Mon Apr 19, 2021 6:16 pm
Forum: mod_harbour
Topic: kiosk mode
Replies: 9
Views: 1863

Re: kiosk mode

Dear Otto,

> kiosk mode on PC

Could you post a screenshot of what you mean ?

thanks
by Otto
Mon Apr 19, 2021 12:07 pm
Forum: mod_harbour
Topic: kiosk mode
Replies: 9
Views: 1863

kiosk mode

Dear Antonio,

I remember that you showed on SLACK how to run a mod harbour program in kiosk mode on PC.
Unfortunately, I no longer have access to SLACK. Can you please post again how to do it?
Best regards
Otto
by Rick Lipkin
Mon Jul 22, 2019 4:24 pm
Forum: Utilities / Utilidades
Topic: Poor-man Electron
Replies: 6
Views: 1994

Re: Poor-man Electron

Antonio

Be Carefull using the Chrome Kiosk option ...

Code: Select all | Expand


start chrome --kiosk -app=https://harbour.fourtech.es/modharbour_samples/genesis/index.prg
 


alt+F4 closes the Kiosk app ..

Rick Lipkin
by Otto
Sat Nov 03, 2012 1:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: PROBLEMS ??? installing new Windows 8 - release
Replies: 61
Views: 18323

Re: PROBLEMS !!! installing new Windows 8 - release

... my desktop to a higher one where I have to stand during work.
This has a positive side effect except that it is maybe more healthy:
I have the same working position as my users most of the time which are working on the counters or kiosk with WINHOTEL.
So you are aware of the needs.
Best regards,
Otto
by Otto
Sun Jun 10, 2012 8:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: FiveDBU for 32/64 bits
Replies: 163
Views: 81869

Re: FiveDBU for 32/64 bits

... that will take advantage of it.

But there are more and more devices which do no longer have a keyboard: IPad, then all the ECRs, the phones, kiosk applications, etc.
>but it is not going to happen for a while no matter how much effort you put into trying to convert everyone
Yes this is a ...
by Otto
Sun May 23, 2010 6:56 pm
Forum: FiveWin for Pocket PC
Topic: OT: new FWPPC ECR released
Replies: 5
Views: 2238

Re: OT: new FWPPC ECR released

... HTC with FTP up- and download. This works nearly as speedy as via WLAN.

We have a ”printserver” software running on a net folder.
Every device (kiosk PC or the pocketPC) is sending the small database files to this folder.
In the first line of the database we write what command the “printserver ...
by Otto
Sun May 23, 2010 6:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: OT: new FWH ECR released
Replies: 43
Views: 16878

Re: OT: new FWH ECR released

Thank you all for your kind words.

Uwe:
The main problem of this software is speed. The hardware such a kiosk application runs on is 1GHrz and 512 MB. Therefore you must be very carefully what controls you use.
I don’t use any buttons in this case. These are all bitmaps I paint straight away to the ...