Search found 216 matches: remain

Return to advanced search

Hide/show search system on a dialog - Resolved

... a get control and a combobox through a popup menu the test works but when Ichange the size of the xbrowse the get control and the combobox control remain active with lsearch :=.t. https://i.postimg.cc/Bv8vS4Vn/1.png with lsearch :=.f. https://i.postimg.cc/tJ9yxj2P/2.jpg ...
by Silvio.Falconi
Mon Mar 18, 2024 12:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hide/show search system on a dialog - Resolved
Replies: 6
Views: 1190

Re: Add a new taskPanel on Explorerbar ( on line)

... Release https://i.postimg.cc/fRBcfSP2/ft.png As you can see it might work except it doesn't delete previous panels correctly that remain below #include "FiveWin.ch"//----------------------------------------------------------------------------////function Main()  ...
by Silvio.Falconi
Mon Feb 26, 2024 8:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Add a new taskPanel on Explorerbar ( on line)
Replies: 2
Views: 217

Re: Fwh 23.10 TGet another problem (UNSOLVED)

I see "UTF8 GET". It should not be. It should always remain "ANSI GET". Can you please re-install FWH2310 ( may be in a separate folder ) and build the above sample with buildh.ba in the samples folder? For a moment, let us not bother ...
by Horizon
Sun Feb 04, 2024 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54304

Re: Fwh 23.10 TGet another problem (UNSOLVED)

I see "UTF8 GET". It should not be. It should always remain "ANSI GET". Can you please re-install FWH2310 ( may be in a separate folder ) and build the above sample with buildh.ba in the samples folder? For a moment, let us not bother ...
by nageswaragunupudi
Sun Feb 04, 2024 4:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54304

Re: Fwh 23.10 TGet another problem (UNSOLVED)

IsWindowUnicode( oGet_1:hWnd ) -----> .T. <--------- It should not be. It should always remain .F. In my tests here, it always remains .F. In your case, it is .T. from the beginning? Or is it changing to .T. during execution? Instead of adding ACTION clause, if ...
by Horizon
Sun Feb 04, 2024 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54304

Re: Fwh 23.10 TGet another problem (UNSOLVED)

IsWindowUnicode( oGet_1:hWnd ) -----> .T. <--------- It should not be. It should always remain .F. In my tests here, it always remains .F. In your case, it is .T. from the beginning? Or is it changing to .T. during execution? Instead of adding ACTION clause, if ...
by nageswaragunupudi
Sun Feb 04, 2024 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54304

Re: WebView2 sample

Silvio.Falconi wrote:install https://developer.microsoft.com/en-us/m ... /webview2/ x86 version before using it
then U ust have WebView2Loader.dll and webview.dll in your folder


Thanks, Silvio.
I already did this but the errors do remain.
by Detlef
Sun Jan 28, 2024 6:38 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebView2 sample
Replies: 16
Views: 1207

To Nages : BTNBMP Class Features

... How can I make sure that when I hover with the mouse the outlines of the buttons do not get smaller and remain the same height as the neighboring buttons?
by Silvio.Falconi
Thu Nov 23, 2023 11:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : BTNBMP Class Features
Replies: 0
Views: 348

Re: Xlsxlibhb_ver2

... en el tiempo. Lo correcto es siempre modernizarse. ¿o no? No problem, Master Nages. Master Antonio will definitely use it. Unless he prefers to remain frozen in time. The right thing to do is always to modernize. or not? Regards, saludos.
by karinha
Wed Nov 22, 2023 7:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xlsxlibhb_ver2
Replies: 57
Views: 9005

Re: Interesting discussion with ChtGPT

Otto wrote:ChatGPT:
Yes, of course! Harbour/Clipper has a slightly different syntax than modern programming languages like JavaScript, but the basic concepts remain the same.


JavaScript, from Wikipedia:

First appeared December 4, 1995; 27 years ago[


Modern?
by Enrico Maria Giordano
Tue Nov 07, 2023 8:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1243

Interesting discussion with ChtGPT

... ChatGPT: Yes, of course! Harbour/Clipper has a slightly different syntax than modern programming languages like JavaScript, but the basic concepts remain the same. Here's how you can implement the calculation in Harbour/Clipper: clipper Copy code PROCEDURE Main() LOCAL nHours := 9 LOCAL nMinutes ...
by Otto
Mon Nov 06, 2023 4:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Interesting discussion with ChtGPT
Replies: 15
Views: 1243

The Future of Developer Forums

... and precise answers to technical questions, some wonder if forums are still relevant. In this blog post, we will discuss why developer forums remain invaluable and how they can adapt to the changing technological landscape. The Social Bond One of the most significant strengths of developer ...
by Otto
Wed Nov 01, 2023 9:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The Future of Developer Forums
Replies: 5
Views: 311

Re: xBrowser click

... as follows: SetDlgGradient( { { 0.9, CLR_WHITE, CLR_WHITE }, { 0.1 , CLR_BLACK, CLR_BLACK }, .F. } ) , the SAY commands placed on the screen remain the background color defined in SetDlgGradient, my question is, would it be possible to determine the background color of the SAY commands? Whatever ...
by nageswaragunupudi
Wed Oct 11, 2023 10:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser click
Replies: 16
Views: 931

xBrowser click

... as follows: SetDlgGradient( { { 0.9, CLR_WHITE, CLR_WHITE }, { 0.1 , CLR_BLACK, CLR_BLACK }, .F. } ) , the SAY commands placed on the screen remain the background color defined in SetDlgGradient, my question is, would it be possible to determine the background color of the SAY commands? Thank ...
by oliveiros junior
Wed Oct 11, 2023 2:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowser click
Replies: 16
Views: 931

Re: ayuda con edicion en xbrowse

... the Get is closed and the changes are lost by default or saved if oBrw:lAutoSave is set to .t. (This option is not safe) But the Get does not remain active, as you may want, so that the user can return and continue editing. This is the behavior as of now.
by nageswaragunupudi
Sun Aug 13, 2023 4:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: ayuda con edicion en xbrowse
Replies: 3
Views: 239
Next

Return to advanced search