Search found 723 matches: painting

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 of the text, honestly ...
by Silvio.Falconi
Mon Mar 25, 2024 11:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 597

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: 597

Re: Another for Btnbmp

... in focus, same way as Windows OS paints TButton, TButtonBmp. This border indicates to the user which button has focus currently. You can avoid painting this border, by specifying the clauses "FLAT" along with "NOBORDER". In this case no FocusRect is drawn around the button ...
by Silvio.Falconi
Mon Mar 25, 2024 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 597

Re: Another for Btnbmp

... in focus, same way as Windows OS paints TButton, TButtonBmp. This border indicates to the user which button has focus currently. You can avoid painting this border, by specifying the clauses "FLAT" along with "NOBORDER". In this case no FocusRect is drawn around the button ...
by nageswaragunupudi
Mon Mar 25, 2024 1:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 597

Re: IS IT POSSIBLE TO MAKE THIS CONTROL

Hello,
I recommend using WebView2.
The painting of the TSwitch in OVALSTYLE could be improved.

Best regards,
Otto

webview2
Image

FW
Image
by Otto
Fri Feb 09, 2024 1:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IS IT POSSIBLE TO MAKE THIS CONTROL
Replies: 16
Views: 621

Re: random sentences generator

... in our solar system.") Tokenizer("A rainbow is formed by the refraction of light.") Tokenizer("The Mona Lisa is a famous painting by Leonardo da Vinci.") Tokenizer("Owls are nocturnal birds of prey.") Tokenizer("Tigers are the largest cats in the world.") ...
by Antonio Linares
Fri Dec 01, 2023 6:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: random sentences generator
Replies: 6
Views: 642

New FTDN October/Octubre 2023 (FWH 23.10)

... the Get. Fixed. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43407&sid=7f4001848fbee7134ccadde0bb0dfd09 * BtnBmp.prg: Improved painting of disabled buttons. https://forums.fivetechsupport.com/viewtopic.php?f=3&t=43698&sid=b7b15700ca553af24af5480cdf26182f * XBROWSE: - ...
by Antonio Linares
Thu Nov 02, 2023 9:53 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN October/Octubre 2023 (FWH 23.10)
Replies: 1
Views: 3562

Re: Moving the dialog

that should not slow down the painting...

Is the xbrowse very complex ? I mean the data you show, calculations, etc
by Antonio Linares
Sun Oct 22, 2023 1:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Moving the dialog
Replies: 8
Views: 471

CLASS modification

... with the vertical scrolling behavior of the panel, such as moving up and down, going to a specific position, handling vertical scroll events, and painting the panel's contents. As with the previous part of the class, there are no methods that explicitly handle horizontal scrolling. The steps to ...
by Otto
Tue May 23, 2023 7:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: CLASS modification
Replies: 33
Views: 1673

Re: Numeric alignment with oPrn:SayText( )

... also be a single Alpha Color of pointer to GDI+ brush. In such cases GDI+ is used to render the text with the brush. 6. nClrBack: By default, the painting is transparent. - RGB color. Used as back color for text - ARGB color. Used to fill the aRect - TBrush object: used to fill the aRect 7. lBorder: ...
by Marc Venken
Wed May 17, 2023 10:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Numeric alignment with oPrn:SayText( )
Replies: 8
Views: 515

Re: Bugs in TButtonBmp

... enhanced ( any kind of images, auto-resizing of images and also new styles of alignments) the skinbuttons paint method still handles the oldest painting logic. Till we totally *re-write* skinbuttons code, this is compatible only with simple buttonbmps without gdiplus. Dear Mr.Rao Any News ... ...
by richard-service
Thu May 04, 2023 5:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in TButtonBmp
Replies: 13
Views: 1624

Re: more than 1 bmp on a xbrowse column

... say: he he he. "In a haste" but excellent example and clever use of the right side button. It takes imagination to see in how many ways painting various bmps on a cell can be not just beautiful but also very useful. I have seen it on grids where tags (like stack overflow tags) are shown. ...
by reinaldocrespo
Thu Mar 23, 2023 5:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: more than 1 bmp on a xbrowse column
Replies: 6
Views: 473

Re: SUB-CLASS TFolderEx()

... Method and Property (DATA) so i do copy/paste from Original CLASS TFolderEx() and began to modify new CLASS CODE as i want to modify "painting" i use CLASS MYCLASS FROM TFolderEx   // tip from hua   CLASSDATA lRegistered AS LOGICAL   // this variable is compulsory for inherited ...
by Jimmy
Thu Feb 02, 2023 10:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SUB-CLASS TFolderEx()
Replies: 20
Views: 1137

Re: Fighting Xbrowse and lozing !!!

... we create thumbnails, I am sure the performance will be very good. Because our program reads an image only once from the disk and any subsequent painting is only from the memory (no disk access again), the screen refreshes will be very fast. Btw, I just created and added a new function FW_SaveThumbnail( ...
by nageswaragunupudi
Sat Dec 31, 2022 9:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1450

Re: Fighting Xbrowse and lozing !!!

With the existing code, painting or repainting of any image cell involves reading an image file from the disk, which consumes time. We have 12 image cells in each row. When full browse is refreshed, ( number of visible rows + 1 ) * 12 ...
by nageswaragunupudi
Fri Dec 30, 2022 8:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fighting Xbrowse and lozing !!!
Replies: 18
Views: 1450
Next

Return to advanced search