Search found 55 matches: uncheck

Return to advanced search

Re: TWebView() and Google Group Account

New answer from Steffen and our answer to him. Meanwhile we don't find a way to programmatically uncheck the default userAgent from the inspector, I guess that there is no other way except doing it by "hand" :-) https://github.com/webview/webview/issues/792 ...
by Antonio Linares
Sat Jul 02, 2022 6:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView() and Google Group Account
Replies: 21
Views: 1606

Re: Xbrowse Check/uncheck all

New test run but the xbrowse take all the dialog oLbxMesi:=TXbrCheck():New(132, 5, 80, 110, oDlg) // ????????????? not create the xbrowse on my ccordinates oLbxMesi:HasBorder(.f.) // nStyle(WS_NOBORDER) oLbxMesi:setarray(aMesi) oLbxMesi:SetMultiSelectCol() oLbxMesi:aCols[1]:cHeader := i18n("Mes...
by Silvio.Falconi
Sat May 21, 2022 9:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Check/uncheck all
Replies: 5
Views: 441

Re: Xbrowse Check/uncheck all

nageswaragunupudi wrote:yes




sorry I change the message look above pls
by Silvio.Falconi
Sat May 21, 2022 9:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Check/uncheck all
Replies: 5
Views: 441

Re: Xbrowse Check/uncheck all

yes
by nageswaragunupudi
Sat May 21, 2022 8:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Check/uncheck all
Replies: 5
Views: 441

Re: Xbrowse Check/uncheck all

oBrw:SelectRow( 0 ) // clear all i.e., select none oBrw:SelectRow( 4 ) // Select all After oBrw:CreateFromCode() For n=1 to 12 oBrw:aSelected[ n ] := ( SubStr(cMese, n, 1)) == "1" ) next Thanks Rao I tring to create a custom Class from Txbrowse can you help me give me error on custom clas...
by Silvio.Falconi
Sat May 21, 2022 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Check/uncheck all
Replies: 5
Views: 441

Re: Xbrowse Check/uncheck all

oBrw:SelectRow( 0 ) // clear all i.e., select none
oBrw:SelectRow( 4 ) // Select all

After oBrw:CreateFromCode()
For n=1 to 12
oBrw:aSelected[ n ] := ( SubStr(cMese, n, 1)) == "1" )
next
by nageswaragunupudi
Sat May 21, 2022 2:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Check/uncheck all
Replies: 5
Views: 441

Xbrowse Check/uncheck all

I made on a dialog some xbrowses as you can see here https://i.postimg.cc/pX68hMFq/ff.png on Xbrowse I used :SetMultiSelectCol() with the buttons ( red box) I wish select all items or unselect all wich is the command ? I save the months in the ini file with an example string 11111111...
by Silvio.Falconi
Fri May 20, 2022 7:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse Check/uncheck all
Replies: 5
Views: 441

checkbox indeterminate

Image

I saw on the checkbox there is chech() and uncheck() but on Web I saw there is also the possibility to set undeterminate set , so checkbox has 3 state

How create in fwh the third state ?
by Silvio.Falconi
Thu Mar 24, 2022 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: checkbox indeterminate
Replies: 0
Views: 157

Re: XBrowse ::bRClickHeader is not support unicode?

Dear cnavarro,

::bRClickHeader shows header columns. Check and Uncheck hide/show columns. My header columns is "Thai" but ::bRClickHeader shows unreadable characters.
cnavarro wrote:Dear Dutch
Please explain better, I do not understand what appears incorrectly
by dutch
Fri Nov 26, 2021 2:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse ::bRClickHeader is not support unicode?
Replies: 6
Views: 666

Re: Fix for Resedit

Antonio, Just uncheck the option "Auto check updates" from "Options", "Preferences", "General" Now, where is the challenge in that? You solved it not once, but twice! Now what are we going ...
by James Bott
Fri Aug 06, 2021 7:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fix for Resedit
Replies: 14
Views: 1430

Re: Fix for Resedit

Much simpler:

Just uncheck the option "Auto check updates" from "Options", "Preferences", "General"

and the problem goes away
by Antonio Linares
Fri Aug 06, 2021 7:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fix for Resedit
Replies: 14
Views: 1430

xbrowse column nHeadBmpNo called too late

Hello, I am trying to do a xBrowse with a column with checkboxes and header with another check box to check/uncheck all. The code is pretty simple:      REDEFINE XBROWSE oBrwTipiDoc ID 4009 STYLE 2015      oBrwTipiDoc:nMarqueeStyle      := MARQSTYLE_HIGHLROW      oBrwTipiDoc:lFastEdit ...
by AntoninoP
Wed May 05, 2021 6:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse column nHeadBmpNo called too late
Replies: 2
Views: 504

Installing Modharbour.exe as FastCgi on IIS 10.

... : Select FastCgi Executable : c:\modharbour\modharbour.exe Name : Mod_Harbour_FCGI (for exemple) Now click on the button [request restriction] and uncheck the main box then OK Click now on OK. Restart your IIS server. Samples should be installed as already described by Antonio. Don't forget to ...
by jfl@mafact.com
Mon Jun 22, 2020 12:30 pm
 
Forum: mod_harbour
Topic: Installing Modharbour.exe as FastCgi on IIS 10.
Replies: 7
Views: 899

Re: Strange error Modharbour and IIS

... : Select FastCgi Executable : c:\modharbour\modharbour.exe Name : Mod_Harbour_FCGI (for exemple) Now click on the button [request restriction] and uncheck the main box then OK Click now on OK. Restart your IIS server. Samples should be installed as already described by Antonio. Don't forget to ...
by jfl@mafact.com
Mon Jun 22, 2020 12:26 pm
 
Forum: mod_harbour
Topic: Strange error Modharbour and IIS
Replies: 7
Views: 969

Re: Win10 2004 update kills some Acro activex functionality ...

Yesterday I found solution:
Acrobat Reader -> Edit -> Preferences -> Security (Enhanced) -> Enable Protected Mode at startup (uncheck).
by bosibila
Mon Jun 08, 2020 8:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Win10 2004 update kills Acro activex functionality (solved)
Replies: 9
Views: 1218
Next

Return to advanced search