Search found 1241 matches
- 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 !
- 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 ?
- Thu Feb 06, 2025 8:10 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Changing the visibility of the scroll bar
- Replies: 3
- Views: 609
Re: Changing the visibility of the scroll bar
Thanks, Massimo !
- Wed Feb 05, 2025 8:15 am
- Forum: FiveWin for Harbour/xHarbour
- Topic: Mysql embedded
- Replies: 2
- Views: 420
Re: Mysql embedded
Thank you !
- 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 ?
- 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 ?
There is an object of type TXBrowse. I need to hide/show its vertical scroll while working. How can I do this ?
- 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.
![Confused :?](./images/smilies/icon_confused.gif)
- 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) ?
Is it possible to change the record selector color for the current row (i.e. use :nResSelColor as a code block) ?
- 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 ?
- 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
https://cloud.mail.ru/public/jnLg/3ETyhvUcV
- 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 ?
- 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 ?
- 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 ...
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 ...
- 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
)
(there is COLUNS option in TMenu class, but I didn't find any examples of using it
![Sad :(](./images/smilies/icon_sad.gif)
- 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