Search found 1395 matches

by dutch
Sun Feb 28, 2021 1:25 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to draw gray box in dialog *Fixed*
Replies: 7
Views: 17471

Re: How to draw gray box in dialog *Fixed*

Dear Master,

Thank you so much.
nageswaragunupudi wrote:

Code: Select all

DEFINE DIALOG oDlg SIZE 400,500 PIXEL TRUEPIXEL

// Define all your controls here

oDlg:bPainted := <|hDC|
   FillRectEx( hDC, { 350, 0, 500, 400 }, <yourcolor> )
   return nil
   >

ACTIVATE DIALOG oDlg CENTERED
 
by dutch
Sat Feb 27, 2021 11:18 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to draw gray box in dialog *Fixed*
Replies: 7
Views: 17471

Re: How to draw gray box in dialog *Fixed*

Dear Master Rao, Thai language is not a problem. It can show correctly without problem. I need to set the different image, button and font style. The standard is working properly but 1. font is too small. 2. font style is unable to change. 3. the image of info, alert, stop and question are not flat ...
by dutch
Sat Feb 27, 2021 12:21 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to draw gray box in dialog *Fixed*
Replies: 7
Views: 17471

Re: How to draw gray box in dialog *Fixed*

Dear Dutch, How did you solved it ? I need to define FONT for the message. @ nBottom-50, 0 SAY oSays PROMPT space(1000) OF oDlg SIZE nRight+1, 50 PIXEL COLOR CLR_WHITE, nRGB( 245, 245, 245 ) oSays:lTransparent := .F. Function MsgYesNo( cText, cTitle, lLeftAlign ) local oDlg, oSay, oSays, oBtn[3], o...
by dutch
Fri Feb 26, 2021 2:34 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to draw gray box in dialog *Fixed*
Replies: 7
Views: 17471

How to draw gray box in dialog *Fixed*

Dear All,

How to draw gray box in Dialog as picture?
Image

Thank you in advance,
by dutch
Fri Jan 15, 2021 10:09 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Overlap on MENU
Replies: 2
Views: 1496

Overlap on MENU

Dear All,

The sub-menu is overlap with main menu. How can I move the sub-menu to beside the main menu?
Image
Thanks in advance.
by dutch
Wed Jan 13, 2021 2:59 am
Forum: FiveWin for Harbour/xHarbour
Topic: Happy Birthday, Mr. Cristobal Navarro Lopez
Replies: 11
Views: 10522

Re: Happy Birthday, Mr. Cristobal Navarro Lopez

Dear Mr.Cristobal,
Happy Birthday and hope you have a good health and happiness all the whole year.
by dutch
Wed Jan 13, 2021 2:28 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to print PDF file without GUI?
Replies: 17
Views: 4191

Re: How to print PDF file without GUI?

Dear Master Rao & Karinha, This code is not working. It prints unreadable text. Thanks all. Can you please try this function and provide your valuable feed-back? function PrintPDF( cPdf )    local oWord, oDoc, lVisible    if Empty( cPdf ) .or. !File( cPdf )       MsgAlert( "Invalid File Nam...
by dutch
Fri Dec 25, 2020 5:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to change color of line in Header and Footer? *Work Now*
Replies: 10
Views: 2984

Re: How to change color of line in Header and Footer? *Work Now*

Dear Master Rao,

Thanks a lot.
nageswaragunupudi wrote:
oBrw:bClrHeader := { ||{ CLR_GRAY, nRGB( 242, 242, 242 ), CLR_HGRAY } }
Right.
by dutch
Thu Dec 24, 2020 1:49 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to change color of line in Header and Footer? *Work Now*
Replies: 10
Views: 2984

Re: How to change color of line in Header and Footer?

Dear Uwe & Navarro,

It works now, I use 3rd parameter of bClrHeader as below

oBrw:bClrHeader := { ||{ CLR_GRAY, nRGB( 242, 242, 242 ), CLR_HGRAY } }
Imagerestaurants near carolina beach
Thank you both of you.
by dutch
Wed Dec 23, 2020 10:17 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to change color of line in Header and Footer? *Work Now*
Replies: 10
Views: 2984

Re: How to change color of line in Header and Footer?

Dear Uwe, I'm interesting, how to change? How to make BrwHeader() ? Thanks in advance. Dutch, will that be to much work adding these needed two lines to a xBrowse :?: Otherwise I can create the column-solution for vertical lines related to the col-positions calling BrwHeader(,, and BrwFooter(... :bP...
by dutch
Wed Dec 23, 2020 7:31 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to change color of line in Header and Footer? *Work Now*
Replies: 10
Views: 2984

Re: How to change color of line in Header and Footer?

Dear Uwe, Thank you so much but it is quite difficult to change all xbrowse in all screens. Dutch, You can paint lines with any size and colors inside header and footer The problem : these lines are NOT the column-lines I think You want to use. http://www.service-fivewin.de/IMAGES/header3.jpg just s...
by dutch
Mon Dec 21, 2020 10:16 am
Forum: FiveWin for Harbour/xHarbour
Topic: How to change color of line in Header and Footer? *Work Now*
Replies: 10
Views: 2984

How to change color of line in Header and Footer? *Work Now*

I try to change ::nHeadDividerStyle but it doesn't effect.
Image

Thank you in advance for any help and ideas.
Dutch
by dutch
Thu Nov 05, 2020 2:42 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to use xBrw:nHeadDividerStyle ?
Replies: 2
Views: 817

Re: How to use xBrw:nHeadDividerStyle ?

Dear Francisco,

I use ::lFlatstyle := .T. , but I need horizon line in group header. I
How to paint horizontal dividers with LINESTYLE_LIGHTGRAY?

Thank you for any idea.
by dutch
Mon Nov 02, 2020 2:14 pm
Forum: FiveWin for Harbour/xHarbour
Topic: How to use xBrw:nHeadDividerStyle ?
Replies: 2
Views: 817

How to use xBrw:nHeadDividerStyle ?

I set row with below command but the header is effect as picture.
How can I set ::nHeadDividerStyle as LINESTYLE_LIGHTGRAY for Horizon Line ?

Thank you in advance for any help and idea.

Code: Select all

oBrw2:nRowDividerStyle := LINESTYLE_NOLINES
Image
by dutch
Fri Oct 09, 2020 3:03 pm
Forum: FiveWin for Harbour/xHarbour
Topic: XBrowse and nomodal dialogs
Replies: 23
Views: 20729

Re: XBrowse and nomodal dialogs

Dear Enrico,

I'm so sorry to ask you.
Do you add "ALIAS" in XBROWSE command? If not, I guess the XBROWSE will read from current workarea.