Search found 30 matches: hilite

Return to advanced search

Re: Manupulate PDF via Acrobat PRO DC

What exectly is pagHilitelist:Add(0, 9000)? Are those the coordinates? Is the number of word to collect ... pagHilitelist:Add(0, 9000) collect the first word to word 9000 . if use Add( 0,10 ) Hilite the first 10 word , if use add( ...
by mastintin
Mon Dec 27, 2021 10:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Manupulate PDF via Acrobat PRO DC
Replies: 23
Views: 3701

Re: To Mister Nages - xBrowser

Mr. Nages, just one more thing: if we put an image in the bottom of the browser, when the word in hilite is at the beginning of the sentence it shows well, but if it is in the middle of the sentence, it puts a white background, not respecting the image of the. Att., Oliveiros ...
by nageswaragunupudi
Fri Aug 14, 2020 11:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mister Nages - xBrowser
Replies: 21
Views: 2268

Re: To Mister Nages - xBrowser

Mr. Nages,

just one more thing: if we put an image in the bottom of the browser, when the word in hilite is at the beginning of the sentence it shows well, but if it is in the middle of the sentence, it puts a white background, not respecting the image of the.

Att.,

Oliveiros Junior
by oliveiros junior
Fri Aug 14, 2020 6:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mister Nages - xBrowser
Replies: 21
Views: 2268

Hi-Lite a radio button or checkbox to show Tab Order Cursor

To All I have multiple check boxes and radio buttons in my forms, however when you TAB thru the form and the cursor hits a radio or check box you do not see the cursor. has any one come up with a way to hi-lite a checkbox or a radio button to visually show that the cursor is on one of those controls...
by Rick Lipkin
Tue Mar 10, 2020 6:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hi-Lite a radio button or checkbox to show Tab Order Cursor
Replies: 4
Views: 1033

Re: UnHilite/Hilite Popup Menu Option

Colin, The Class TMenu Method Hilite()/Unhilite() is basically a wrapper to this Windows API function: http://msdn.microsoft.com/en-us/library/windows/desktop/ms647986(v=vs.85).aspx so I guess that if all parameters are ...
by Antonio Linares
Tue Jul 02, 2013 6:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UnHilite/Hilite Popup Menu Option
Replies: 7
Views: 1095

Re: UnHilite/Hilite Popup Menu Option

Hi Antonio

I was trying to hilite/unhilite an option depending on a on change event with xbrowse - if not possible I can
use a another button on the buttonbar to do what I want.

Cheers

Colin
by Colin Haig
Tue Jul 02, 2013 3:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UnHilite/Hilite Popup Menu Option
Replies: 7
Views: 1095

Re: UnHilite/Hilite Popup Menu Option

Colin,

So the problem is that it looks focused and you don't want it focused ?
by Antonio Linares
Tue Jul 02, 2013 12:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UnHilite/Hilite Popup Menu Option
Replies: 7
Views: 1095

Re: UnHilite/Hilite Popup Menu Option

Hi Antonio

I had tried oWnd:oMenuAddClient:UnHilite(3) before I posted the first message.

Cheers

Colin
by Colin Haig
Tue Jul 02, 2013 12:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: UnHilite/Hilite Popup Menu Option
Replies: 7
Views: 1095

Re: UnHilite/Hilite Popup Menu Option

Colin,

Have you tried with oWnd:oPopup:Hilite( ... ) ?
by Antonio Linares
Tue Jul 02, 2013 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UnHilite/Hilite Popup Menu Option
Replies: 7
Views: 1095

Re: UnHilite/Hilite Popup Menu Option

Hi Antonio

I tried that code - but it is a popup menu.

This is the error

Error description: Warning BASE/1004 Message not found: TMDICHILD:MENUADDCLIENT

Cheers

Colin
by Colin Haig
Tue Jul 02, 2013 7:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UnHilite/Hilite Popup Menu Option
Replies: 7
Views: 1095

Re: UnHilite/Hilite Popup Menu Option

Colin,

oWnd:oMenu:Hilite( nItem ) // i.e. nItem --> 2

oWnd:oMenu:UnHilite( nItem )
by Antonio Linares
Tue Jul 02, 2013 6:44 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UnHilite/Hilite Popup Menu Option
Replies: 7
Views: 1095

UnHilite/Hilite Popup Menu Option

Hi All I have a popup menu activated by a button how can you hilite/unhilite a menu option - there is sample code for a normal menu bit not a popup I have tried oWnd:oMenuAddClient:UnHilite(3) MENU oMenuAddClient POPUP  MENUITEM "Add New Customer" ...
by Colin Haig
Tue Jul 02, 2013 5:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: UnHilite/Hilite Popup Menu Option
Replies: 7
Views: 1095

Popup menu, re-selecting required menu item

... Pop up menus by default open with no menu item selected. I wish to specify the item that must be pre-selected when the menu opens. If I use oMenu:HiLite(1) to highlight the first menu item when the pop menu opens, it does highlight the 1st item correctly. However - if I then use the kepboard to ...
by peterk
Tue Jul 07, 2009 6:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Popup menu, re-selecting required menu item
Replies: 0
Views: 210

Re: xBrowse Multiselect

... selects row 1, 2 and 3. The he deselects 2 and 1. Row 3 stays colored and looks to be the actual row. If he presses cursor down the browse will hilite row 2 but not row 4 as the user might think. It is not a big problem. But it's just a none proper ui functionality. Normally James Bott ( hi, ...
by Detlef Hoefner
Thu Jan 29, 2009 7:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse Multiselect
Replies: 11
Views: 2680

TCBrowse

In the following sample, try to move the hilite bar down using the down arrow several times and then click on the scrollbar to move it one page down. The scrollbar thumb will move up. Please note that TWBrowse scrollbar works fine. #include "Fivewin.ch" ...
by Enrico Maria Giordano
Sun Jun 08, 2008 6:32 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: TCBrowse
Replies: 3
Views: 1290
Next

Return to advanced search