Search found 47 matches: slide

Return to advanced search

Re: New FTDN April/Abril 2023 (FWH 23.04)

... a Enrico por probarlo. * Nuevo: Ejemplo de 'deslizar para desbloquear' usando una ButtonBar y un botón. El ejemplo lo puedes encontrar en samples\slide.prg * Corrección: Los ficheros por lotes samples\buildg.bat y buildg64.bat carecían de los parámetros -lws2_32 -liphlpapi. Incluidos y ahora funcionan ...
by Antonio Linares
Thu May 04, 2023 6:37 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1751

New FTDN April/Abril 2023 (FWH 23.04)

... https://forums.fivetechsupport.com/viewtopic.php?p=258683#p258683 Many thanks to Giovany for the finding and to Enrico for testing it. * New: new 'slide to unlock' example using a ButtonBar and a button, samples\slide.prg * Fix: samples\buildg.bat and buildg64.bat were missing -lws2_32 -liphlpapi. ...
by Antonio Linares
Tue May 02, 2023 7:08 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April/Abril 2023 (FWH 23.04)
Replies: 4
Views: 1751

Re: How to make Slide to Unlock alike iPhone (unlock)?

Dear Dutch,

Create the ButtonBar and the button from the ON INIT clause of the ACTIVATE DIALOG ... ON INIT ... call a function where you build it
by Antonio Linares
Fri Apr 14, 2023 7:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make Slide to Unlock alike iPhone (unlock)?
Replies: 7
Views: 512

Re: How to make Slide to Unlock alike iPhone (unlock)?

... => _FWH(3541) Dear Dutch, This version is simpler and respect the colors: The code can be also modified so the slider stays at the right if it was properly slided... slide.prg #include "FiveWin.ch"function Main()   local oWnd, oBar, oBtn, nMCol  ...
by dutch
Fri Apr 14, 2023 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make Slide to Unlock alike iPhone (unlock)?
Replies: 7
Views: 512

Re: How to make Slide to Unlock alike iPhone (unlock)?

Dear Dutch, This version is simpler and respect the colors: The code can be also modified so the slider stays at the right if it was properly slided... slide.prg #include "FiveWin.ch"function Main()   local oWnd, oBar, oBtn, nMCol   DEFINE WINDOW oWnd ...
by Antonio Linares
Wed Apr 12, 2023 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make Slide to Unlock alike iPhone (unlock)?
Replies: 7
Views: 512

Re: How to make Slide to Unlock alike iPhone (unlock)?

Dear Antonio, Thank you so much, It's so nice. I will try. Enhanced version: slide.prg #include "FiveWin.ch"function Main()   local oWnd, oCursor, oBar, oBtn, nMCol   DEFINE WINDOW oWnd    DEFINE CURSOR oCursor HAND   DEFINE BUTTONBAR oBar OF ...
by dutch
Wed Apr 12, 2023 2:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make Slide to Unlock alike iPhone (unlock)?
Replies: 7
Views: 512

Re: How to make Slide to Unlock alike iPhone (unlock)?

Enhanced version: slide.prg #include "FiveWin.ch"function Main()   local oWnd, oCursor, oBar, oBtn, nMCol   DEFINE WINDOW oWnd    DEFINE CURSOR oCursor HAND   DEFINE BUTTONBAR ...
by Antonio Linares
Tue Apr 11, 2023 7:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make Slide to Unlock alike iPhone (unlock)?
Replies: 7
Views: 512

Re: How to make Slide to Unlock alike iPhone (unlock)?

Enhanced version: slide.prg #include "FiveWin.ch"function Main()   local oWnd, oCursor, oBar, oBtn, nMCol   DEFINE WINDOW oWnd    DEFINE CURSOR oCursor HAND   DEFINE BUTTONBAR ...
by Antonio Linares
Tue Apr 11, 2023 6:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make Slide to Unlock alike iPhone (unlock)?
Replies: 7
Views: 512

Re: How to make Slide to Unlock alike iPhone (unlock)?

Dear Dutch, A first approach: slide.prg #include "FiveWin.ch"function Main()   local oWnd, oCursor, oBar, oBtn, nMCol   DEFINE WINDOW oWnd    DEFINE CURSOR oCursor HAND   DEFINE BUTTONBAR oBar OF oWnd SIZE 60, 60 2007  ...
by Antonio Linares
Tue Apr 11, 2023 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make Slide to Unlock alike iPhone (unlock)?
Replies: 7
Views: 512

How to make Slide to Unlock alike iPhone (unlock)?

Dear All,

I would like to make slide to unlock the lock screen on touch screen.
How to do it or any example?

Thanks in advance,
by dutch
Tue Apr 11, 2023 10:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to make Slide to Unlock alike iPhone (unlock)?
Replies: 7
Views: 512

Re: Great news regarding mod_harbour CGI !!!

Dear Antonio,
Here is one of my programs which also shows the problem.
Password: 123 slide from 1 to 3

CGI

https://winhotel.org/cgi-bin/demo/admin.prg

Same code APACHE

https://winhotel.org/demo/admin.prg

Best regards,
Otto
by Otto
Thu Nov 24, 2022 7:37 pm
 
Forum: mod_harbour
Topic: Great news regarding mod_harbour CGI !!!
Replies: 43
Views: 7889

Re: Converting old Dos Clipper Application

... 90- 94) created by Isa software , Then Albalog bought back the brand making a release Visual for Alaska https://i.postimg.cc/t4Hk57RK/slide-4.jpg
by Silvio.Falconi
Thu Mar 03, 2022 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Converting old Dos Clipper Application
Replies: 11
Views: 734

Re: Images Slide Show

Thanks Uwe, Mr. Rao answered already.
Thanks Mr. Rao. I did not find it because was searching for JPG images in the SAMPLES folder.
Regards, Euclides
by Euclides
Tue Jun 18, 2019 9:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Images Slide Show
Replies: 3
Views: 579

Re: Images Slide Show

fwh\samples\testcf1.prg
using TCoverflow class by Mr. Daniel
by nageswaragunupudi
Tue Jun 18, 2019 6:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Images Slide Show
Replies: 3
Views: 579

Re: Images Slide Show

Is this the solution You are looking for or animated :?: I did some extra calculations : big images are resized to cellsize keeping the aspect-ratio small images are enlarged to cellsize Images can be selected cellwise. http://www.pflegeplus.com/IMAGES/Slideshow1.jpg regards Uwe :D
by ukoenig
Tue Jun 18, 2019 5:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Images Slide Show
Replies: 3
Views: 579
Next

Return to advanced search