Search found 103 matches

by ctoas
Fri Feb 23, 2018 7:25 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Tree xBrowse Menu (SOLVED)
Replies: 11
Views: 2492

Re: Tree xBrowse Menu

Hello friends...

It worked perfectly, thank you.
by ctoas
Thu Feb 22, 2018 9:48 am
Forum: FiveWin for Harbour/xHarbour
Topic: Tree xBrowse Menu (SOLVED)
Replies: 11
Views: 2492

Re: Tree xBrowse Menu

Hello Otto.

That's right, I use DEFINE.

Code: Select all

DEFINE FONT ARIAL14B NAME "Arial" SIZE 0,-14 BOLD
PUBLIC ARIAL14B
 
by ctoas
Wed Feb 21, 2018 6:38 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Tree xBrowse Menu (SOLVED)
Replies: 11
Views: 2492

Re: Tree xBrowse Menu

Hello Adolfo, thank you for replying. It worked, but I could not adapt to my need. I need something simple like this:     TREE oTreMENU         TREEITEM "CADASTROS"         TREE             TREEITEM "Empresa"             TREEITEM oItem1 PROMPT "Agenda Telefônica" ACTION...
by ctoas
Wed Feb 21, 2018 1:43 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Tree xBrowse Menu (SOLVED)
Replies: 11
Views: 2492

Tree xBrowse Menu (SOLVED)

Hello friends. I'm setting up a menu using xbrowse tree, but I'm not getting it to execute the function by clicking on the option. Could someone give me a light? http://maxxtechhost.com.br/menu.jpg      oTreMENU := MONTAMENU()     @ 79,00 XBROWSE oBrwMENU SIZE 400,n2 PIXEL OF oWnd ;         DATASOUR...
by ctoas
Wed Jan 10, 2018 12:27 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBar
Replies: 3
Views: 779

Re: ButtonBar

In case BTNRIGHT puts only the last button on the right, is it correct?
by ctoas
Wed Jan 10, 2018 12:12 pm
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBar
Replies: 3
Views: 779

ButtonBar

Hello friends.

In ButtonBar is it possible to align all buttons from right to left?

Thank you
by ctoas
Tue Mar 28, 2017 7:56 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Folder
Replies: 0
Views: 1220

Folder

Image

Friends,

Is it possible to leave the folder or folderex this way, even if it is changing the class?

Thank you
by ctoas
Tue Nov 29, 2016 4:41 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Setpos in get with picture
Replies: 2
Views: 626

Setpos in get with picture

Good afternoon and forgive my English. Positioning cursor in get fields using setpos does not work? @ 144,320 GET oGetCEP VAR cCEP PICTURE "99999-999" OF oDlgCLIENTES2 SIZE 046,012 PIXEL COLORS nRGB(000,000,255) oGetCEP:nStyle := nOR( oGetCEP:nStyle, ES_LEFT ) oGetCEP:bGotFocus := { || oGe...
by ctoas
Sat Apr 30, 2016 4:07 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Center say vertically
Replies: 2
Views: 698

Re: Center say vertically

Perfect.

Thank you for your help
by ctoas
Wed Apr 27, 2016 3:26 am
Forum: FiveWin for Harbour/xHarbour
Topic: Center say vertically
Replies: 2
Views: 698

Center say vertically

Hello friends.

@ 13,95 SAY oSay VAR cMESSAGE SIZE 250,46 OF oDlg
oSay:nStyle := nOr( SS_CENTERIMAGE )

Not work ?

Thanks
by ctoas
Mon Jan 04, 2016 10:54 am
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric Get
Replies: 1
Views: 559

Numeric Get

Good new year.
Good day.

(sorry my english)

Get right to left. It's possible?

Thanks.
by ctoas
Tue Mar 10, 2015 6:59 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Dynamically create buttons
Replies: 1
Views: 606

Dynamically create buttons

Friends Good afternoon. I need to dynamically create buttons, each button has a color defined by state, when clicked the button will change its state and therefore change their color. How do?         DO WHILE nSUITE <= 30                     VERIFICASTATUS(SUITES->STATUS,nCORFONTE,nCORFUNDO,cNOMESTA...
by ctoas
Tue Aug 05, 2014 11:55 am
Forum: FiveWin for Harbour/xHarbour
Topic: Position Toolbar
Replies: 12
Views: 2104

Re: Position Toolbar

Tanks Antonio
by ctoas
Mon Aug 04, 2014 7:34 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Position Toolbar
Replies: 12
Views: 2104

Re: Position Toolbar

Antonio, thanks for help me, but the way you showed is just like this already, I want this shown in the image below assembly.


Image

I want be like this.
Image
by ctoas
Mon Aug 04, 2014 3:16 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Position Toolbar
Replies: 12
Views: 2104

Re: Position Toolbar

Antonio, I do not include the ToolBar RES / RC as you can see in the source code below. This way I do this wrong? ******************************************************************************** FUNCTION TESTE() ********************************************************************************     DEF...