Search found 63 matches: alike

Return to advanced search

New FTDN February 2024 (FWH 24.02)

... as the first parameter { | hWebView | ... } * New: samples\webview\sidebar.prg shows how to use Class TWebView in a simpler and more FWH syntax alike way. * Enhancement: Added missing METHOD Redefine() in CLASS TSwitch: https://forums.fivetechsupport.com/viewtopic.php?p=267661#p267661 * New: ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 205

Re: HBIDE - Will there be any further development?

Sadly there was no interest about it so we stopped its development To me its a very nice environment quite alike to Borland Turbo Vision, based on official Harbour classes, but users are finally who decide what to use and support If you want to enhance it and need my help, I ...
by Antonio Linares
Tue Sep 05, 2023 6:12 am
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 12786

Re: not ISOEM(), ISANSI() or IsUTF8()

... c ) The same character is encoded as hex "FC" in ANSI and encoded as hex "C3BC" in UTF8. When FWH displays, both look exacty alike and in fact both represent the same character. But both are different. When compared, both are not equal and also we can not concatenate both ...
by nageswaragunupudi
Sun Aug 27, 2023 2:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: not ISOEM(), ISANSI() or IsUTF8()
Replies: 34
Views: 2094

Re: DBF to Excel Sheet, without Excel, using ADO ?

This is an enhanced version. There is an option to use ADOX of SQL to create the table. Both options work alike. Also used datecheck necessary for MS products. #include "fivewin.ch"#include "adodef.ch"function Main()   local oCn, cSql, oRs, ...
by nageswaragunupudi
Tue Aug 15, 2023 6:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: DBF to Excel Sheet, without Excel, using ADO ?
Replies: 50
Views: 2579

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: 513

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

Dear Antonio, Does it use with Dialog? I try but it shows an error Path : D:\V6\EZ4FO\RELEASE\==========================Path and name : D:\V6\EZ4FO\Release\EZ4FO6.EXE (32 bits)Sizes :  10,717,696 bytesTime from start : 0 hours 0 mins 18 secs Error occurred at : 14/04/23, 22:29:50Description ...
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: 513

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    DEFINE BUTTONBAR oBar OF oW...
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: 513

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 oWnd SIZE 60, 60 2007   oWnd:oTop = nil...
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: 513

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 oBar OF oWnd SIZE 60, 60 2007   oWnd:oTop = nil  &n...
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: 513

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 oBar OF oWnd SIZE 60, 60 2007   oWnd:oTop = nil  &n...
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: 513

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   oWnd:oTop = nil   oWnd:oBar = nil   oBar:nTop = 80   oBar:nLef...
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: 513

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: 513

TLINKLIST does not end after :End()

... 1st level for 1st group - 3rd time, it start with 3nd level instead of 1st level for 1st group I try to oTree:End() after exit the DIALOG but it alike not end the TLINKLIST Another question, when I focus on 3rd level, How do I know the parent of 3rd level (2nd level). example : if focus on "SUD". ...
by dutch
Wed Jan 12, 2022 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TLINKLIST does not end after :End()
Replies: 2
Views: 338

Undo function (Ctrl+Z) in :TGet

Has it got UNDO function alike Ctrl+Z in :TGet? I cannot find it.

Thank you in advance for any suggestion and idea.
Dutch
by dutch
Sun Oct 31, 2021 2:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Undo function (Ctrl+Z) in :TGet
Replies: 11
Views: 606
Next

Return to advanced search