Search found 207 matches: tbuttonbmp

Return to advanced search

Re: ButtonBmp does not work popup menus

How do I put a pop up menu on a button of the TButtonBmp class? Only TBtnBmp supports oPopupMenu natively in addition to bAction. TButtonBmp or its parent class TButton, do not natively support oPoupMenus. In the case of these buttons, we can use ...
by Giovany Vecchi
Sun Nov 10, 2024 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp does not work popup menus
Replies: 7
Views: 277

Re: ButtonBmp does not work popup menus

How do I put a pop up menu on a button of the TButtonBmp class? Only TBtnBmp supports oPopupMenu natively in addition to bAction. TButtonBmp or its parent class TButton, do not natively support oPoupMenus. In the case of these buttons, we can use ...
by nageswaragunupudi
Sun Nov 10, 2024 5:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp does not work popup menus
Replies: 7
Views: 277

ButtonBmp does not work popup menus

How do I put a pop up menu on a button of the TButtonBmp class? I'm doing it like this:   MENU ::oMenuPlanejamentos POPUP 2015           MENUITEM lc_oaMnuItensPlanejamentos[1] Prompt "Imprimir Planejamento" ...
by Giovany Vecchi
Thu Nov 07, 2024 8:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ButtonBmp does not work popup menus
Replies: 7
Views: 277

Re: Another for Btnbmp

... I remove the black border? By default, this border, called FocusRect is drawn around the button 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" ...
by Silvio.Falconi
Mon Mar 25, 2024 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 7529

Re: Another for Btnbmp

... I remove the black border? By default, this border, called FocusRect is drawn around the button 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" ...
by nageswaragunupudi
Mon Mar 25, 2024 1:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Another for Btnbmp
Replies: 26
Views: 7529

oBtn:ToolTip - UTF8 encoding fails [Unsolved]

... oDlg TITLE "UTF8 encoding fails in Button ToolTips (is Ansi)!"   @ 2, 2 BTNBMP oBtn TOOLTIP "äöü ß ÄÖÜ éèêë ÉÈÊË"      oBtn := TButtonBmp():New( ;      2.5, ;                                    // <nRow>     -      2, ;                                      // ...
by frose
Fri Nov 24, 2023 10:01 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: oBtn:ToolTip - UTF8 encoding fails [Unsolved]
Replies: 11
Views: 1363

Re: Bugs in TButtonBmp

Mr. Richard How can I reproduce your problem at my end so that I can understand what is happening? Mr.Rao I found problem. Problem code below: Function Main() Dialog1()Dialog2()oSQL_Erp32u := TWinCrane365():New()RETURNMETHOD New() CLASS TWinCrane365 S...
by richard-service
Mon May 08, 2023 6:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in TButtonBmp
Replies: 13
Views: 2063

Re: Bugs in TButtonBmp

Mr. Richard

How can I reproduce your problem at my end so that I can understand what is happening?
by nageswaragunupudi
Sat May 06, 2023 3:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in TButtonBmp
Replies: 13
Views: 2063

Re: Bugs in TButtonBmp

Good evening Richard, PLS test this example. With XHARBOUR it works fine. With HARBOUR it doesn't work well(fail), it's something for the FiveTech Team(Rao) to check. Buenas noches Richard, PLS prueba este ejemplo. Con XHARBOUR funciona bien. Con HARBOUR no funciona bien (falla), es algo que debe v...
by richard-service
Fri May 05, 2023 12:56 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in TButtonBmp
Replies: 13
Views: 2063

Re: Bugs in TButtonBmp

Good evening Richard, PLS test this example. With XHARBOUR it works fine. With HARBOUR it doesn't work well(fail), it's something for the FiveTech Team(Rao) to check. Buenas noches Richard, PLS prueba este ejemplo. Con XHARBOUR funciona bien. Con HARBOUR no funciona bien (falla), es algo que debe ve...
by karinha
Thu May 04, 2023 9:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in TButtonBmp
Replies: 13
Views: 2063

Re: Bugs in TButtonBmp

... skinbuttons code, this is compatible only with simple buttonbmps without gdiplus. Dear Mr.Rao Any News ... *re-write* skinbuttons code for TButtonBmp within bmp and TGet Action Button bmp.        REDEFINE GET     ::oGet4 VAR ::cNo4  ID 104     ...
by richard-service
Thu May 04, 2023 5:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in TButtonBmp
Replies: 13
Views: 2063

Re: List of Resource No in Windows System DLL

... i guess it "paint" Image than you need "only" HCION or HBITMAP for "Draw" Function --- had a Quick look into CLASS TButtonBmp   ACCESS   hBitmap     INLINE If( Empty( ::aPalBmp ),  0,  ::aPalBmp[ 1 ] )   ASSIGN   hBitmap( h ) INLINE ...
by Jimmy
Thu Feb 16, 2023 12:16 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: List of Resource No in Windows System DLL
Replies: 9
Views: 1353

Re: Graphics, icons, bmp's for program layout

Hello Antonio. I will elaborate a simple example. To have these visual aspects some fivewin classes were changed. tDialog, TButtonBmp and imgxtio.prg. Few changes. It doesn't need to be applied to controls and components 1 by 1. I've already shown here the solution for Radio Buttons ...
by Giovany Vecchi
Sun Dec 11, 2022 1:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Graphics, icons, bmp's for program layout
Replies: 12
Views: 1349

Re: Error in database.prg?

... 721 ) Called from: PROG08.PRG => NOVO( 389 ) Called from: PROG08.PRG => (b)PROG08( 177 ) Called from: .\source\classes\BUTTON.PRG => TBUTTONBMP:CLICK( 179 ) Called from: .\source\classes\CONTROL.PRG => TBUTTON:HANDLEEVENT( 1755 ) Called from: .\source\classes\BUTTONB.PRG => ...
by wartiaga
Tue Feb 15, 2022 4:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Can you use a field named End with Class TDataBase ? yes!
Replies: 15
Views: 1804

DBCMD/2001 Workarea not in use: ORDKEYNO

... => TXBROWSE:REFRESH( 1698 ) Llamado desde: .\wincredi.prg => (b)CREDITOS( 343 ) Llamado desde: .\source\classes\BUTTON.PRG => TBUTTONBMP:CLICK( 179 ) Llamado desde: .\source\classes\CONTROL.PRG => TBUTTON:HANDLEEVENT( 1685 ) Llamado desde: .\source\classes\BUTTONB.PRG => ...
by mterraz
Thu Jan 20, 2022 2:48 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: DBCMD/2001 Workarea not in use: ORDKEYNO
Replies: 3
Views: 453
Next

Return to advanced search