Search found 27 matches: unchecked

Return to advanced search

xbrowse (likely a custom table) whose contents change dynam

... Second Checkbox Clicked: The xbrowse's size changes further. Another group of radio menus appear. Unchecking the Checkboxes: If checkboxes are unchecked, the radio menus related to those checkboxes disappear. The xbrowse is adjusted back to its initial state. To achieve this, you likely need ...
by Otto
Sat May 04, 2024 7:42 am
 
Forum: mod_harbour
Topic: xbrowse (likely a custom table) whose contents change dynam
Replies: 0
Views: 823

xbrowse column nHeadBmpNo called too late

... {|x| x[1] })==0      return 2   endifreturn 3 So if there are all checked shows 1-checked, it there are none checked shows 2-unchecked other cases shows 3-indefinite. My problem is that If I change a check box, with double click the header is not updated until the next render. ...
by AntoninoP
Wed May 05, 2021 6:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse column nHeadBmpNo called too late
Replies: 2
Views: 549

Re: Introducing FiveTech's fivedit

In Preferences 1. With the latest version of FiivEdit I also couldn't unchecked the "Show Main menu" option 2. The font selection window ( "Font Menu" option) is very narrow and the font name is cropped 3. Double click on the tables EDITOR->Variable ...
by cnavarro
Mon May 11, 2020 9:54 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 129441

Re: Introducing FiveTech's fivedit

In Preferences 1. With the latest version of FiivEdit I also couldn't unchecked the "Show Main menu" option 2. The font selection window ( "Font Menu" option) is very narrow and the font name is cropped 3. Double click on the tables EDITOR->Variable ...
by Natter
Mon May 11, 2020 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 129441

Re: Introducing FiveTech's fivedit

In Preferences, I unchecked the "Show Main menu" option - the program stopped working
by Natter
Sun May 10, 2020 2:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Introducing FiveTech's fivedit
Replies: 560
Views: 129441

Re: reindent Fivedit

... it. I do not have a project setup, but I did open a file and tried the formatting. It indented RETURN statements so I went into preferences and unchecked that. It worked. Then I tried another file, and had to go through the whole process again. Also, it is set for Borland which I do not use ...
by TimStone
Fri Mar 22, 2019 10:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: reindent Fivedit
Replies: 13
Views: 2035

Re: Are there checked uncheck box bitmap functions ?

... the next bit still works to display a check (tick) in a cell but no longer works (under Win 10 32 bit) to display a "blank" to represent unchecked. Now using CHR(160) results in an oversized red cross instead of a blank as it had done under Win XP, Vista and Win 7 32bit. _hOn := LoadBitMap(0, ...
by Colin Wisbey
Tue Oct 23, 2018 2:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Are there checked uncheck box bitmap functions ?
Replies: 8
Views: 1842

Checkbox enable/disable

... the checked state of a checkbox. What I want is the following: I have 2 Checkboxes, Check_1 and Check_2. if I uncheck Check_1 I want Check_2 to be unchecked also and set disabled. i tried using ON CHANGE, but could not disable a checkbox.     @ 150, 180 CHECKBOX Check_1 VAR lCheck_1 PROMPT 'checkbox ...
by plantenkennis
Tue Sep 25, 2018 8:11 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Checkbox enable/disable
Replies: 0
Views: 827

CheckBox Modify Request

@ 82, 55 CHECKBOX aGet[9] VAR lReminder Prompt ""Reminder"" ; OF oDlg SIZE 40,10 PIXEL this show the checkBox at left but perhaps we can add a feature to show the prompt at RIGHT ? Can I have 3 State checkbox ( BST_CHECKED,BST_UNCHECKED and BST_INDETERMINATE ) ? and then we can h...
by Silvio.Falconi
Tue Jan 30, 2018 9:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CheckBox Modify Request
Replies: 0
Views: 617

Re: FiveTouch Preguntas frecuentes

... x2:0, y2:1, stop:1 #212121, stop:0.4 #343434, stop:0.2 #343434, stop:0.1 #ffaa00); } QRadioButton::indicator:checked, QRadioButton::indicator:unchecked{ color: #b1b1b1; background-color: #323232; border: 1px solid #b1b1b1; border-radius: 6px; } QRadioButton::indicator:checked { background-color: ...
by Antonio Linares
Fri Dec 01, 2017 9:08 am
 
Forum: FiveTouch
Topic: FiveTouch Preguntas frecuentes
Replies: 9
Views: 5317

Re: FiveTouch FAQ

Gale, On setting "use Scintilla" it is really hard to tell because it is so small. But it looks like it is unchecked. I tried changing it so it looks checked but it did not help. When I went back to settings it looked like it was unchecked again. Not matter what I change ...
by Antonio Linares
Wed Jun 17, 2015 2:54 pm
 
Forum: FiveTouch
Topic: FiveTouch FAQ
Replies: 54
Views: 25717

Re: FiveTouch FAQ

On setting "use Scintilla" it is really hard to tell because it is so small. But it looks like it is unchecked. I tried changing it so it looks checked but it did not help. When I went back to settings it looked like it was unchecked again. Not matter what I change it ...
by Gale FORd
Wed Jun 17, 2015 2:02 pm
 
Forum: FiveTouch
Topic: FiveTouch FAQ
Replies: 54
Views: 25717

xbrowse check and unckeck

Hi

I have a xbrowse with an empty array at any given time will fill this array with data and the first column to 0 for unchecked record. How to set this column with bitmap check and unckeck when clicked?

Thanks.
by Wanderson
Tue May 26, 2015 2:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xbrowse check and unckeck
Replies: 4
Views: 809

Re: Checkbox Tri-State

Enrico, this code didn't work right...
I want to change the var to work as a integer instead of logical
0 = Unchecked
1 = Checked
2 = Full Checked
by sambomb
Thu May 07, 2015 5:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox Tri-State
Replies: 10
Views: 1511

Re: Checkbox text disappears Harbour/MSVC

... as I see with the .RC It shows checked, but click on it and it disappears. If I add two more checkboxes, the one that is clicked ( checked or unchecked ) does not show the text, but the others do. If I click on a different one, then it loses the text, and the previous one regains it. I should ...
by TimStone
Sat Feb 21, 2015 7:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Checkbox text disappears Harbour/MSVC
Replies: 35
Views: 7963
Next

Return to advanced search