Search found 1241 matches

by Natter
Thu Feb 13, 2025 9:26 am
Forum: FiveWin for Harbour/xHarbour
Topic: Show, hide of the frame
Replies: 2
Views: 184

Re: Show, hide of the frame

I got it. Thank you, Antonio !
by Natter
Thu Feb 13, 2025 8:52 am
Forum: FiveWin for Harbour/xHarbour
Topic: Show, hide of the frame
Replies: 2
Views: 184

Show, hide of the frame

In the process I need to show, hide, change color and size of the frame of an existing window. Is it possible to do this ?
by Natter
Wed Feb 05, 2025 8:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: Mysql embedded
Replies: 2
Views: 420

Re: Mysql embedded

Thank you !
by Natter
Tue Feb 04, 2025 4:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Mysql embedded
Replies: 2
Views: 420

Mysql embedded

Where can I find documentation on Mysql embedded ?
by Natter
Mon Feb 03, 2025 7:02 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Changing the visibility of the scroll bar
Replies: 3
Views: 609

Changing the visibility of the scroll bar

Hi,

There is an object of type TXBrowse. I need to hide/show its vertical scroll while working. How can I do this ?
by Natter
Fri Jan 31, 2025 7:42 am
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse record selector color
Replies: 3
Views: 685

Re: xBrowse record selector color

That's a little off. :? I was interested in coloring the pseudo column RecordSelector.
by Natter
Thu Jan 30, 2025 4:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse record selector color
Replies: 3
Views: 685

xBrowse record selector color

Hi,

Is it possible to change the record selector color for the current row (i.e. use :nResSelColor as a code block) ?
by Natter
Mon Jan 27, 2025 8:00 am
Forum: FiveWin for Harbour/xHarbour
Topic: multi-column popup menu
Replies: 13
Views: 33004

Re: multi-column popup menu

It works, thanks ! Is it possible to specify a vertical separator between columns ?
by Natter
Sat Jan 25, 2025 9:08 am
Forum: FiveWin for Harbour/xHarbour
Topic: multi-column popup menu
Replies: 13
Views: 33004

Re: multi-column popup menu

Strange, I compiled your example exactly. The result looks like this

https://cloud.mail.ru/public/jnLg/3ETyhvUcV
by Natter
Fri Jan 24, 2025 9:23 am
Forum: FiveWin for Harbour/xHarbour
Topic: multi-column popup menu
Replies: 13
Views: 33004

Re: multi-column popup menu

I am doing the same thing. But I don't understand the meaning of the characters preceding the data. Is it possible to get rid of them ?
by Natter
Thu Jan 23, 2025 6:39 pm
Forum: FiveWin for Harbour/xHarbour
Topic: multi-column popup menu
Replies: 13
Views: 33004

Re: multi-column popup menu

The array works fine. Why do some kind of initial column and separator between the columns appear ? Is it possible to get rid of them ?
by Natter
Thu Jan 23, 2025 8:26 am
Forum: FiveWin for Harbour/xHarbour
Topic: multi-column popup menu
Replies: 13
Views: 33004

Re: multi-column popup menu

Thanks for your help. I tried to make a simple example

fld:={1,2}

MENU oPop POPUP 2015 COLUMNS fld ;
MENUITEM oCl PROMPT {"one", "two"}
ENDMENU

Thanks for your help. I tried to make a simple example. Everything works, but the menu has only 1 column that shows the glued values “one ‘+’two ...
by Natter
Wed Jan 22, 2025 9:15 am
Forum: FiveWin for Harbour/xHarbour
Topic: multi-column popup menu
Replies: 13
Views: 33004

multi-column popup menu

I need to make a multi-column popup menu. How can it be done ?
(there is COLUNS option in TMenu class, but I didn't find any examples of using it :( )
by Natter
Sat Jan 18, 2025 12:32 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Open Excel with Add-in
Replies: 2
Views: 564

Re: Open Excel with Add-in

As an option. There is such a free app ribbon xml editor. You can use it to form the office ribbon yourself. I, however, did it only for Word