Search found 2330 matches: box

Return to advanced search

Re: Another for Btnbmp

the btnbmp class takes the color of the text to create the internal box when it has focus Yes, for painting focusrect in case of FLAT style buttons. but it shouldn't be like this....the box must be dotted and not necessarily take the color from the color ...
by Silvio.Falconi
Mon Mar 25, 2024 11:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4964

Re: Another for Btnbmp

the btnbmp class takes the color of the text to create the internal box when it has focus

Yes, for painting focusrect in case of FLAT style buttons.
by nageswaragunupudi
Mon Mar 25, 2024 12:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4964

Re: Another for Btnbmp

Nages, I think there is an error the btnbmp class takes the color of the text to create the internal box when it has focus for a sample I set the nClrText :nClrText := { |lOver,o| If( o:HasFocus(), RGB( 219, 230, 244), If( lOver, RGB( 219, 230, 244), RGB( 207, 221, 239) ) ...
by Silvio.Falconi
Mon Mar 25, 2024 9:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4964

Re: Another for Btnbmp

If that black box is the focus of btnbmp how I can delete that focus?
by Silvio.Falconi
Fri Mar 22, 2024 8:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4964

Re: Another for Btnbmp

I wish only delete that internal Black Box https://i.postimg.cc/Z5y5F83c/llll.png I tried also with For n= 1 to len(oBtn) obtn[n]:bClrGrad := < |u,oBtn| local clr := RGB( 245,245,235) if oBtn:lActive if oBtn:lMOver clr := ...
by Silvio.Falconi
Wed Mar 20, 2024 11:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 4964

New FTDN February 2024 (FWH 24.02)

... WinINet() was not properly working for xHarbour. Now it is ok. * Enhancement: Class TWebView() new METHOD End() and MESSAGE hWnd. * Samples\oemboxch.prg: How to view oem box chars in a Winodws application. * samples\mariabig.prg: Read and Browse table with 4.1 million records from mysql cloud ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 210

Re: To Nageswrao Del Objs on TscrollPanel

... the btnbmps there are also on Panel scroll as you can see on Video I tried with oPanel:CheckResize() and oPanel:Setrange() I see allway the box https://i.postimg.cc/Nj78D599/f.jpg
by Silvio.Falconi
Wed Feb 28, 2024 8:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nageswrao Del Objs on TscrollPanel
Replies: 17
Views: 668

Re: COMBOBOX

... and it will take me to the link. The RC for COMBOBOX does not have an option to change the font, but you can have differing fonts for each dialog box. Tim
by TimStone
Tue Feb 27, 2024 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: COMBOBOX
Replies: 7
Views: 303

GROUPBOX

Dear friends, may I ask for help again please...now i am trying to style a group-box and did this: REDEFINE GROUP oGroup ID 4021 OF oDlg COLOR CLR_MSPURPLE, CLR_ORANGE TRANSPARENT but it seems to not change the background-color of the group-box. please can you help ...
by Ruth
Tue Feb 27, 2024 6:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: GROUPBOX
Replies: 3
Views: 178

Re: FW_SaveImage

I think the problem is not saving large formats through the FW_SaveImage function. To get a larger format, I expanded the dialog box to the desired size (oDld:Move()). Further, moving this dialog according to the specified algorithm, I received the device context of the screen. It used ...
by Natter
Fri Feb 16, 2024 4:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW_SaveImage
Replies: 8
Views: 452

RC to PRG generator

many times when we are done designing a dialog box, it is tedious to write the code for each control using REDEFINE ... Here you have an utility that automatically writes the code for you: (work in progress, we do appreciate your feedback) #include ...
by Antonio Linares
Sun Feb 11, 2024 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RC to PRG generator
Replies: 23
Views: 1204

Re: REDEFINE BUTTON with custom font

... I was able to implement it and adjust the font-sizes. https://mybergland.com/ruth/screen.jpg but now I still struggle with the box itself. Maybe it is possible to have the square form of the checkbox also a little bit bigger? again thank you and have a nice weekend Ruth
by Ruth
Sat Feb 03, 2024 5:05 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE BUTTON with custom font
Replies: 12
Views: 685

Re: REDEFINE BUTTON with custom font

... CHECKBOX the same font too which works also in a wonderful way. please could you help me once again: how could i also increase the size of the box itself in CHECKBOX? Kind regards to you all and have a nice evening Ruth
by Ruth
Fri Feb 02, 2024 7:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE BUTTON with custom font
Replies: 12
Views: 685

Re: "Save As" dialog box

you can test if it is a File or Folder which are select Yes, this is only a workaround. Mr. Natter expects that the user should not be able to select a file. In other words, the OK button to be grayed out so that the user can not select if the cursor is on a file, but can select only when the curso...
by nageswaragunupudi
Sun Jan 28, 2024 10:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Save As" dialog box
Replies: 14
Views: 1838

Re: "Save As" dialog box

hi,
nageswaragunupudi wrote:The problem still remains. User can select a normal File also, even though the flag BIF_RETURNONLYFSDIRS is set when the flag BIF_BROWSEINCLUDEFILES is added.

you can test if it is a File or Folder which are select
by Jimmy
Sun Jan 28, 2024 9:19 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: "Save As" dialog box
Replies: 14
Views: 1838
Next

Return to advanced search