Search found 243 matches: skinbuttons

Return to advanced search

Re: Bugs in TButtonBmp

... Main() Dialog1()Dialog2()oSQL_Erp32u := TWinCrane365():New()RETURNMETHOD New() CLASS TWinCrane365 SkinButtons()  No problem code below: Function Main() SkinButtons()Dialog1()Dialog2()oSQL_Erp32u := TWinCrane365():New()RETURNMETHOD ...
by richard-service
Mon May 08, 2023 6:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in TButtonBmp
Replies: 13
Views: 1634

Re: Bugs in TButtonBmp

As of now, skinbuttons are compatible only with the legacy paint behavior. Actually skinbuttons replaces the paint method of the button. While the paint method of buttons is greatly enhanced ( any kind of images, auto-resizing ...
by richard-service
Thu May 04, 2023 5:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs in TButtonBmp
Replies: 13
Views: 1634

Re: SkinButton() Problem

... Color" in Source have test your Version but it still crash :( --- i use IF PCOUNT() > 0 to show that HB_FUNC() does work if NOT use SkinButtons() but when pass "any" Parameter, PCOUNT() > 0 , to enable CODE for SkinButtons() it does crash
by Jimmy
Sat Apr 15, 2023 9:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SkinButton() Problem
Replies: 19
Views: 959

Re: SkinButtons() crash with my HB_FUNC()

hi, "where" is Skinbuttons :?: i have search for it but not found ... i have found c:\fwh64\source\classes\tskinbtn.prg but that is "only" for Color Definition. btw. using Codejock Skinframework i have "grep" ...
by richard-service
Mon Jan 09, 2023 10:27 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SkinButtons() crash with my HB_FUNC()
Replies: 2
Views: 357

Re: SkinButtons() crash with my HB_FUNC()

hi, "where" is Skinbuttons :?: i have search for it but not found ... i have found c:\fwh64\source\classes\tskinbtn.prg but that is "only" for Color Definition. btw. using Codejock Skinframework i have "grep" ...
by Jimmy
Sun Jan 08, 2023 4:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SkinButtons() crash with my HB_FUNC()
Replies: 2
Views: 357

SkinButtons() crash with my HB_FUNC()

hi, i try to use SkinButtons() it seems to work fine but Crash with my HB_FUNC(SHOWFILEPROPERTIES)   SHOWFILEPROPERTIES( hWnd, cPath, cFile ) it show Dialog like when right-click on Icon of Desktop or Explorer HB_FUNC( ...
by Jimmy
Fri Jan 06, 2023 10:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: SkinButtons() crash with my HB_FUNC()
Replies: 2
Views: 357

Re: Focus error on this new project

João, You applied these codes in the sample above. Can you please tell me the purpose ? SkinButtons() // For other looking design, but windows related? I saw a post that this can have a conflict when a Dialog is reused? FW_SetUnicode( .T. ) WndCenter( oWnd:hWnd ) tGet():lDisColors ...
by Marc Venken
Tue Jan 11, 2022 10:14 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Focus error on this new project
Replies: 16
Views: 1145

Re: Consulta sobre brush en ventana principal

... como norma una vez finalizada la función que los contenía. También he eliminado el brush:end(), pero no ha sido necesario eliminar la funcionar SkinButtons(). Muchas gracias
by Ramón J.
Mon May 17, 2021 11:33 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre brush en ventana principal [SOLUCIONADO]
Replies: 9
Views: 1690

Re: Consulta sobre brush en ventana principal

Ramón,

Prueba a quitar estas líneas y vuelve a probarla:

oBtn1:end()
oBtn2:end()
sysrefresh()

Prueba tambien a quitar esta línea:
SkinButtons()
by Antonio Linares
Wed May 12, 2021 2:00 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre brush en ventana principal [SOLUCIONADO]
Replies: 9
Views: 1690

Re: BtnBmp desde código y recursos

Flat ?

SkinButtons()?

Mejor, és BUTTONBMP

Saludos.
by karinha
Tue Dec 11, 2018 2:46 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: BtnBmp desde código y recursos
Replies: 13
Views: 1449

Re: Primera app real de Windows 8 Metro desde FWH !!!

... tengan forma de balón SetResDebug(.T.) SetGetColorFocus(CLR_PALEGREEN) // el color de los get al tener el focus SetCbxColorFocus(CLR_LGREEN) SkinButtons() // permite los botones nativos con otros colores TGet():lDisColors := .F. TGet():nClrTextDis := CLR_BLUE TGet():nClrPaneDis := CLR_YELLOW2 ...
by nanoespinoza
Tue Jun 05, 2018 3:39 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Primera app real de Windows 8 Metro desde FWH !!!
Replies: 19
Views: 4366

Re: Strange behavior with dialogs

Jack, Function SkinButtons() modifies the Windows default procedure for some controls so they can be painted in different ways from the standard Windows way. Unfortunately we have not implemented a function to revert this modification ...
by Antonio Linares
Tue Oct 24, 2017 7:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange behavior with dialogs
Replies: 3
Views: 740

Re: Strange behavior with dialogs

Antonio,
I solved my problem when i supress this instruction ==> SkinButtons()

If i d'nt use this function, i have no problem .

Any idea ?

Thanks .
by Jack
Tue Oct 24, 2017 6:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Strange behavior with dialogs
Replies: 3
Views: 740

Re: error con Touch screen

nageswaragunupudi
without SkinButtons() works fine.
Grois drive me to previous solution thank You.

Grois
Tienes razón es algo que acabo en forma similar, que bueno que ya está solucionado.
Gracias a todos
by FGamboa
Thu Apr 20, 2017 4:20 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error con Touch screen
Replies: 9
Views: 1165

Re: error con Touch screen

Do you have problems without skinbuttons?
by nageswaragunupudi
Wed Apr 19, 2017 4:49 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: error con Touch screen
Replies: 9
Views: 1165
Next

Return to advanced search