Search found 27 matches: createtooltip

Return to advanced search

Re: Ayuda DLL

Antonio, aquí la segunda parte: Error: Unresolved external '_HB_FUN_DRAWTHEMED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_GETDLGBASEUNITS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_CDLG2CHR' referenced from P...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6286

Re: ToolTip con Imagen

De una llamada a la funcion CreateToolTip() - Le he quitado todas las caracteristicas al tooltip: balloon, title, etc... y sigue sin sacar la imagen. Asi ha quedado: ...hWnd = CreateToolTip( Self:hWnd, cToolTip, .F.)SetAddTool(hWnd)#define ...
by hmpaquito
Thu Jul 23, 2015 6:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: ToolTip con Imagen
Replies: 27
Views: 4876

Re: problem with FWH 2013.09 and xHarbour.com

Antonio, when I use xharbour january 2013 and FWH1309 and compile a simple test (achoice): #include "FiveWin.ch"//----------------------------------------------------------------//function Main()   SET _3DLOOK ON   MsgInfo( MsgSelect( { "one&qu...
by codemaker
Sat Nov 16, 2013 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with FWH 2013.09 and xHarbour.com
Replies: 4
Views: 1777

problem with FWH 2013.09 and xHarbour.com

when I compile simpe progam using FWH 2013.09 and xHarbour.com #include 'fivewin.ch' proc main alert('Test 2013.09') return a got error Type: C >>>xhb.exe -o"t.c" -m -n -q -gc0 -I"S:\include" -I"R:\include" -I"R:\include\w32" "t.prg"<<...
by kajot
Sat Nov 09, 2013 3:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with FWH 2013.09 and xHarbour.com
Replies: 4
Views: 1777

Build fails with 13.09 and xHarbour(.com )

I have the latest FWH build, re-downloaded this morning, which is 13.09 ( 2nd Build ). My primary project code builds perfectly usining FWH 13.08 and xHarbour ( .com ) from Summer 2010. Using FWH 13.09, with the EXACT SAME LINK SCRIPT AND CODEBASE ... yields the following errors unresolved externals...
by TimStone
Thu Nov 07, 2013 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Build fails with 13.09 and xHarbour(.com )
Replies: 9
Views: 1699

Re: "Snap" for Clipper

...  WINDOW.PRG     2963 CREATECOMPATIBLEDC()   (function  in ?)    WINDOW.PRG     2962 CREATEPATTERNBRUSH()   (function  in ?)    WINDOW.PRG     2971 CREATETOOLTIP()        (function  in ?)    WINDOW.PRG     3611 CREATEWINDOW()         (function  in ?)    WINDOW.PRG      974   980 CRLF             ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6540

Re: SOBRE TOOLTIP ( ANTONIO )

Mantonio, CreateTooltip() es una función propia de FWH de la cual no hemos proporcionado aún el código fuente. En ella llamamos a SendMessage( hWnd, TTM_SETMAXTIPWIDTH, 0, 120 ) siendo hWnd el handle del tooltip creado. Tal vez ...
by Antonio Linares
Mon Dec 07, 2009 11:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: SOBRE TOOLTIP ( ANTONIO )
Replies: 10
Views: 1633

Re: tooltip timing

... We should modify this section of code in FWH\source\classes\window.prg:          hWnd = CreateToolTip( Self:hWnd, If( ValType( cToolTip ) == "A", cToolTip[ 1 ], cToolTip ),  ;                        ...
by Antonio Linares
Fri Oct 02, 2009 7:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: tooltip timing
Replies: 13
Views: 1884

Re: Bug ButtomBmp + Codejock SkinFramework

Mr. Antonio, I am trying to solve this problem with the bitmaps, everything indicates that the problem can be decided to alter the function CREATETOOLTIP.
Could you send me the function for me to try this to solve?
by Giovany Vecchi
Mon Jun 08, 2009 4:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug ButtomBmp + Codejock SkinFramework
Replies: 5
Views: 1875

Re: Bug ButtomBmp + Codejock SkinFramework

:cry:
I already tried of everything and I didn't get a solution.
I need the function CREATETOOLTIP to alter and to find the problem, they put CREATETOOLTIP no this available one his/her source in SOURCE of Fivewin.
Would anybody have this function?
by Giovany Vecchi
Thu May 28, 2009 4:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug ButtomBmp + Codejock SkinFramework
Replies: 5
Views: 1875

Re: Bug ButtomBmp + Codejock SkinFramework

See using another skin here now The result is the same. I verified and the bitmap disappears when the function is called CREATETOOLTIP in Window.prg, if I remove the function it doesn't happen the problem, they put doesn't present Tooltip http://img16.imageshack.us/img16/6538/bmp4v.jpg
by Giovany Vecchi
Tue May 26, 2009 2:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bug ButtomBmp + Codejock SkinFramework
Replies: 5
Views: 1875

Tooltip Office like

... } } But the outlook of the Tooltip looks different. Would it be possible to get a as an option a office like CreateToolTip into window.prg? Thanks in advance Otto Office: http://www.atzwanger-software.com/fw/tooltip.jpg own tooltip http://www.atzwanger-software.com/fw/tooltip1.jpg
by Otto
Mon Apr 27, 2009 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tooltip Office like
Replies: 10
Views: 2672

For the toolbars, you need to modify the class in this line:

::lTTBalloon := lTTBalloon // change this into .T.

For other tooltips, modify Class TWindow here:

hWnd = CreateToolTip( Self:hWnd, cToolTip ) // , .t. ) for ballon tooltips !
by Antonio Linares
Thu Aug 23, 2007 9:03 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Theme support for tToolbar
Replies: 22
Views: 4375

Antonio Acabo de ordenar e instalar xHB 99.70, el tutor01.prg já me arranca, agora o meu projeto apresenta estes erros : xLINK: error: Unresolved external symbol '_HB_FUN_PEEKBYTE'. xLINK: error: Unresolved external symbol '_HB_FUN__LASTKEY'. xLINK: error: Unresolved external symbol '_HB_FUN_ISWIN64...
by saviotti
Thu May 17, 2007 6:57 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error ao atualizar para FWH 7.04
Replies: 29
Views: 9744

Thank you Antonio. I Hope all went well in Holland. I have received a new modified FW++ library that fixes the later CreateToolTip function reference and the extra debug message problem. However I still have this "Clear" method not available problem when I press the decimal point ...
by angelo.c
Mon Mar 26, 2007 11:16 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: No Clear method when pressing "." in a listbox cel
Replies: 3
Views: 2440
Next

Return to advanced search