Search found 909 matches: implemented

Return to advanced search

New FTDN February 2024 (FWH 24.02)

... you can interact with it from your dialog box. * Enhancement: In TTaskPanel objects used from Class TExplorerBar, a new DATA bOnCollapse has been implemented and it is evaluated from its method LButtonUp( nRow, nCol, nFlags ), so each panel can use its own DATA bOnCollapse for the collapse event. ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 202

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

hi Antonio, TExplorerBar has no currently support for such event but it can be easily implemented from: METHOD LButtonUp( nRow, nCol, nFlags ) CLASS TTaskPanel thx for Answer there is in CLASS TTaskPanel   DATA   lCollapsed      INIT .F. and it will be assign Value ...
by Jimmy
Sat Feb 24, 2024 2:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 473

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

... Dear Jimmy, TExplorerBar has no currently support for such event but it can be easily implemented from: METHOD LButtonUp( nRow, nCol, nFlags ) CLASS TTaskPanel
by Antonio Linares
Sat Feb 24, 2024 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 473

Re: TWebView window size

We have implemented two new METHODs in Class TWebView: METHOD End() INLINE ( ::Terminate(), ::Destroy() ) and METHOD hWnd() INLINE ::GetWindow() they will be available in next FWH build So the code can be simplified this way: ...
by Antonio Linares
Sat Feb 03, 2024 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView window size
Replies: 14
Views: 853

Re: link between PRG and RC

Dear Ruth, We have implemented a new FWH function FW_CheckFont( cFontName ) --> lFound This is an example of use: #include "FiveWin.ch"function Main()   local cFontName := "MyFontName"   if ! FW_CheckFont( ...
by Antonio Linares
Tue Jan 30, 2024 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: link between PRG and RC
Replies: 20
Views: 1695

Re: How to convert a Date to an Unix TimeStamp?

We have already implemented those functions for FWH already

Please lets wait for Mr. Rao comments about them
by Antonio Linares
Mon Jan 29, 2024 1:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to convert a Date to an Unix TimeStamp?
Replies: 8
Views: 575

Re: Request for Guidance on Using ExecuteScriptAsync

Dear Otto,

It seems as ExecuteScriptAsync() is not implemented in https://github.com/webview/webview

I already asked them about it and see what they answered:
https://github.com/webview/webview/issues/796
by Antonio Linares
Wed Jan 10, 2024 7:52 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Request for Guidance on Using ExecuteScriptAsync
Replies: 1
Views: 505

Re: TGet():ReDefine - UTF8 encoding fails [Unsolved]

... "PROPER" VARCHAR <nMaxChars>// orVARCHAR { <nMinChars>, <nMaxChars> ) Variable length Gets are implemented by FWH only. Such feature is not availabe in pure (x)Harbour. Only fixed length editing
by nageswaragunupudi
Sun Nov 12, 2023 2:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TGet():ReDefine - UTF8 encoding fails [Solved]
Replies: 6
Views: 316

Re: FWH 2310 Active X problem ?

Dear Tim,

Just in case, please download FWH.exe again and reinstall it and try it again

We have implemented some late changes and lets check if they are related

many thanks
by Antonio Linares
Fri Nov 03, 2023 8:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2310 Active X problem ?
Replies: 13
Views: 508

Re: enviar mensajes a whatsapp, ¿posible solucion?

... creo que no esta considerando array de archivos. Possible from FWH2307 onwards only. This is because the C level improvements for CF_HDROP were implemented in FWH2307 only that are necessary for copy multiple files to clipboard. (fwh\source\winapi\clpbrd.c) We will test and include the above ...
by nageswaragunupudi
Sat Oct 28, 2023 1:54 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: enviar mensajes a whatsapp, ¿posible solucion?
Replies: 55
Views: 4473

Re: HBIDE - Will there be any further development?

Will do, thanks.


Antonio Linares wrote:Already implemented and pushed to the repo :-)

Please do a "git pull" or a clean "git clone https://github.com/fivetechsoft/hbide"

and run go.bat

anyhow still there are bugs and it needs more feedback...
by FWExplorer
Tue Sep 05, 2023 2:19 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 12784

Re: HBIDE - Will there be any further development?

Already implemented and pushed to the repo :-)

Please do a "git pull" or a clean "git clone https://github.com/fivetechsoft/hbide"

and run go.bat

anyhow still there are bugs and it needs more feedback...
by Antonio Linares
Tue Sep 05, 2023 1:56 pm
 
Forum: To do - WishList / Por hacer - Peticiones
Topic: HBIDE - Will there be any further development?
Replies: 18
Views: 12784

Re: ToolBar and rebar not work Unicode word save in UTF8 prg

nageswaragunupudi wrote:Unicode is implemented now for Rebars and Toolbars
Image


Look good.
by richard-service
Mon Aug 28, 2023 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToolBar and rebar not work Unicode word save in UTF8 prg
Replies: 4
Views: 421

Re: ToolBar and rebar not work Unicode word save in UTF8 prg

Unicode is implemented now for Rebars and Toolbars
Image
by nageswaragunupudi
Mon Aug 28, 2023 6:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ToolBar and rebar not work Unicode word save in UTF8 prg
Replies: 4
Views: 421

Re: Saving OuterHTML using Await Implementation with TWebView

Hello Mr. Otto, thank you for the great idea. I will add the newly implemented functions and methods, and post the manual that comes out from consulting with ChatGPT on charleskwon.com. Regards, Charles KWON Dear Charles, Thank you so much for your work. ...
by CharlesKwon
Thu Aug 17, 2023 9:51 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Saving OuterHTML using Await Implementation with TWebView
Replies: 24
Views: 1631
Next

Return to advanced search

cron