Search found 16 matches: set3dlook

Return to advanced search

Re: Errores rpreview

... error: "Syntax error at ´CURSOR´ DEFINE CURSOR ::oCursor SEARCH linea583 Error E0020 Incomplete stament or unbalanced deliminter ::oFactor:Set3dLook( .T. ) linea 1617 Error E0030 Syntax error: sintax error at ´@´ @ 8, 8 GROUP PROMPT FWString( "Printing range" ) SIZE 135, 72 PIXEL ...
by Manuel Aranda
Fri Jun 16, 2023 12:36 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Errores rpreview (Solucionado)
Replies: 10
Views: 381

Re: Change text color and background of tRadio

Have you managed to solve the 3D effect?


I did not make it.
I noticed that even putting at the beginning of the program the option Set3dLook (.F.) OR .T., Does not change anything.
by Giovany Vecchi
Wed Nov 20, 2019 4:59 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change text color and background of tRadio
Replies: 10
Views: 1083

Re: Change text color and background of tRadio

Giovany Vecchi wrote:
cnavarro wrote:Giovany, Your design is very good, congratulations

Thank you Navarro. We have to show that Fivewin is beyond what we think we can do.



The limit is our imagination, without any doubt

Giovany Vecchi wrote:I thought the Set3DLook(.F.) function would solve this question


Have you managed to solve the 3D effect?
by cnavarro
Wed Nov 20, 2019 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change text color and background of tRadio
Replies: 10
Views: 1083

Re: Change text color and background of tRadio

I thought the Set3DLook(.F.) function would solve this question
by Giovany Vecchi
Wed Nov 20, 2019 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change text color and background of tRadio
Replies: 10
Views: 1083

Re: preview alpha 2

... 250; ON CHANGE oThis:CambiaPrinter( oThis:cPrinter ) // Esteban if IsAppThemed() .or. l2007 FixSays( ::oBar:hWnd ) endif #ifndef __XPP__ ::oFactor:Set3dLook() #endif SetResources( hOldRes ) ::oWnd:oHScroll:bPos := { | nPos | ::HScroll( GO_POS, .f., nPos ) } ::oWnd:oVScroll:bPos := { | nPos | ::VScroll( ...
by dobfivewin
Thu Jan 14, 2010 10:08 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: preview alpha 2
Replies: 2
Views: 2030

Re: Problemas con TRichEdit

... 20, 19 PICTURE "99" ; SPINNER MIN 6 MAX 99 ; ON CHANGE ( oRTF:SetFontSize( oSize:VarGet() ), oRTF:SetFocus() ) if ! IsAppThemed() oSize:Set3DLook() endif oSize:cToolTip := "Font Size" DEFINE MSGBAR oMsgBar OF oWnd PROMPT "File: " + oRTF:cFileName ; COLOR CLR_HBLUE, ...
by triumvirato
Fri Dec 11, 2009 7:17 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas con TRichEdit
Replies: 13
Views: 4769

Re: GetPrintDC()

... NOBORDER oBtn:cToolTip :="Bloqueo de Cliente" Endif if IsAppThemed() *FixSays( oBar:hWnd ) endif #ifndef __XPP__ oFactor:Set3dLook() #endif oWnd:cargo := oDevice WndCenter( oWnd:hWnd ) SysRefresh() SetResources(hOldRes) oWnd:oHScroll:bPos := {|nPos| hScroll(GO_POS, .f., ...
by jbrita
Tue Nov 24, 2009 11:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: GetPrintDC()
Replies: 4
Views: 2704

Re: New FTDN September 2009 (9.09)

... el wiki de FiveTech: http://wiki.fivetechsoft.com/doku.php?id=fivewin_function_resizebmp * Corrección: Se ha añadido .T. en las llamadas al método Set3DLook() desde: control.prg, igroup.prg, radmenu.prg, rpreview.prg, say.prg, wbrowse.prg. Advertencia: El fichero FiveWin.ch ha siso modificado también ...
by Antonio Linares
Wed Sep 23, 2009 9:05 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September 2009 (9.09)
Replies: 1
Views: 3110

New FTDN September 2009 (9.09)

... from the FiveTech wiki: http://wiki.fivetechsoft.com/doku.php?id=fivewin_function_resizebmp * Fix: Added missing .T. in calls to Method Set3DLook() from: control.prg, igroup.prg, radmenu.prg, rpreview.prg, say.prg, wbrowse.prg. Warning: FiveWin.ch has been modified also! Thanks to Luis ...
by Antonio Linares
Wed Sep 23, 2009 9:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN September 2009 (9.09)
Replies: 1
Views: 3110

Re: PARA ANTONIO LINARES MISMA VERSION

... "Tree.ch" #include "WinApi.ch" #endif #ifdef __XPP__ #include "fwxbase.ch" #endif #ifndef __CLIPPER__ #define Set3dLook(x) #endif #ifndef HB_SYMBOL_UNUSED #define HB_SYMBOL_UNUSED( symbol ) ( symbol := ( symbol ) ) #endif #ifdef __HARBOUR__ #ifndef __XHARBOUR__ ...
by JOSEMAR
Tue Jul 21, 2009 4:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: PARA ANTONIO LINARES MISMA VERSION
Replies: 8
Views: 2285

... = lUpdate ::SetColor( nClrText, nClrBack ) ::Register( nOR( CS_VREDRAW, CS_HREDRAW ) ) if ! Empty( oWnd:hWnd ) ::Create() ::Default() if ::l3D ::Set3DLook() endif oWnd:AddControl( Self ) else oWnd:DefControl( Self ) endif if ::lDrag ::CheckDots() endif return Self //----------------------------------------------------------------------------// ...
by karinha
Tue Sep 23, 2008 7:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Karinha
Replies: 17
Views: 3564

Tim,

source\classes\rpreview.prg line 485:

::oFactor:Set3dLook()

is probably the origin for the ctl3d32.dll use. Please comment that line and try it again, thanks
by Antonio Linares
Tue Aug 19, 2008 4:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CTL3D32.DLL issue
Replies: 4
Views: 885

Shuming,

I don't know if this will do it, but try:

set3dLook( .f. )

James
by James Bott
Fri Jul 11, 2008 1:19 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to paint tget 3D ->2D, except XP themes
Replies: 11
Views: 2070

Combo en 3D

... tema del winxp cuando yo los quiero sin "temar" porque utilizo los controles con apariencia 3D tipo Win 95. Tengo un poco de lio con las funciones Set3DLook() y SetWin95Lok()... El combo tampoco tiene clausula 3D... Se que navego un poco contracorriente pq los 3D tipo Win95 no es lo "current" pero ...
by Antonio Martinez
Tue Mar 04, 2008 10:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Combo en 3D
Replies: 0
Views: 379

... ; OF oBar FONT oFont PIXEL SIZE 150,200 ; ON CHANGE F_CamImpre(oDevice,cCbx) if IsAppThemed() FixSays( oBar:hWnd ) endif #ifndef __XPP__ oFactor:Set3dLook() #endif oWnd:cargo := oDevice WndCenter( oWnd:hWnd ) SysRefresh() SetResources(hOldRes) oWnd:oHScroll:bPos := {|nPos| hScroll(GO_POS, .f., ...
by Manuel Valdenebro
Thu Feb 28, 2008 4:30 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: RPREVIEW modificada por Manuel Valdenebro ?
Replies: 8
Views: 3360
Next

Return to advanced search