Search found 561 matches: jimmy

Return to advanced search

Re: combobox color

Dear Jimmy, nevertheless, I think that the future for the frontend will be HTML (WEBVIEW2) Best regards, Otto https://mybergland.com/fwforum/wv_cbx.jpg     #include "FiveWin.ch"    function Main()  ...
by Silvio.Falconi
Wed May 01, 2024 8:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 588

Re: combobox color

Dear Jimmy, In TComboMetro, the combobox is done with an xbrowse. Maybe we could make aItems multidimensional and then pass the color along with it. Or just pass another ARRAY with the colors. And then compare it in ::bClrStd. ...
by Otto
Sun Apr 28, 2024 5:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 588

Re: combobox color

Dear Jimmy, nevertheless, I think that the future for the frontend will be HTML (WEBVIEW2) Best regards, Otto https://mybergland.com/fwforum/wv_cbx.jpg     #include "FiveWin.ch"    function ...
by Otto
Sun Apr 28, 2024 8:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 588

Re: combobox color

Dear Jimmy, I think using TComboMetro and changing the Paint method would be an option. Best regards, Otto METHOD Paint() CLASS TComboMetro   local aInfo, aRect, hBrush   local nBtnTop, nBtnLeft  ...
by Otto
Sun Apr 28, 2024 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 588

Re: TUrlLink on Xbrowse

... from https://forums.fivetechsupport.com/viewtopic.php?f=6&t=37846 as Request ; new METHOD EditURLlink() and 2nd Font (blue, underline) for URL Jimmy, I saw the G,Callego sample but it is not that I mean I sent you a video please see it
by Silvio.Falconi
Thu Feb 29, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TUrlLink on Xbrowse
Replies: 3
Views: 246

Re: how to get Childlist of a Control ?

Dear Jimmy,

EnumChildWindows( hWndControl, { | hWndChild | ... } )

In FWH 24.02 the codeblock must returns .T. to continue with the next child, or .F. to stop the enum

In previous FWH builds, .T. is used by default
by Antonio Linares
Thu Feb 29, 2024 5:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: how to get Childlist of a Control ?
Replies: 2
Views: 127

Re: Intentando un primer archivo make

José Muchisimas gracias!!!!!!!!
Jimmy
you were right!!!!!!
After correcting my code according to what you indicated and some other details, it was perfect!1111
Thankyou!!
by jose_murugosa
Wed Feb 28, 2024 1:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intentando un primer archivo make (RESUELTO)
Replies: 8
Views: 262

Re: Intentando un primer archivo make

... el error de ambiguos reference. porque no están declaradas en ese prg, pero se declararon publicas en el main.prg. Como puede resolverse esto? Jimmy Thanks for your help, I prove and is the same result, and line become very large. Gracias por tu ayuda probé y el resultado es el mismo, además ...
by jose_murugosa
Wed Feb 28, 2024 12:14 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Intentando un primer archivo make (RESUELTO)
Replies: 8
Views: 262

Re: Create a Panel width a text

...        oExbar:CheckScroll()         yPos += oExbar:aPanels[n]:nHeight + 20      next      //refresh      oExbar:Refresh() Jimmy, It seems strange to me that if Nages said to use the fw_saytext function then it doesn't work, because initially in the section_advice() function ...
by Silvio.Falconi
Mon Feb 26, 2024 8:14 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3236

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

Dear Jimmy, On CLASS TTaskPanel FROM TControl add this DATA: DATA bOnCollapse and then add this code at the bottom of METHOD LButtonUp( nRow, nCol, nFlags ) CLASS TTaskPanel:      ::oWnd:CheckScroll()      if ! Empty( ...
by Antonio Linares
Sat Feb 24, 2024 6:12 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 516

Re: how get Event from TExplorerBar() when "collaps" a Panel ?

... ) full Sample CODE you find here https://forums.fivetechsupport.com/viewtopic.php?f=3&t=44043 Dear Jimmy, TExplorerBar has no currently support for such event but it can be easily implemented from: METHOD LButtonUp( nRow, nCol, nFlags ) CLASS TTaskPanel
by Antonio Linares
Sat Feb 24, 2024 12:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: how get Event from TExplorerBar() when "collaps" a Panel ?
Replies: 11
Views: 516

Re: SAPI : change Voice

Dear Jimmy,

Please post your current PRG and RC and I will help you to use RTF

thanks
by Antonio Linares
Sat Feb 24, 2024 5:55 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3778

Re: SAPI : change Voice

... Wish change the voices Hola Silvio : no soy programador en FW sino en HMG/Harbour no recordaba estar en este foro pero ingrese en el 2012, vi que Jimmy y varios en harbour tenian el mismo problema de elegir la voz del narrador de windows y jimmy hizo esta pregunta en este foro, la cual fue resuelta ...
by Danielmaximiliano
Sat Feb 24, 2024 12:37 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3778

Re: Create a Panel width a text

... 50, aDim[ 2 ] + 50, 300 },,oFont, RGB(255,165,0), nARGB(255,rgb(248,248,248)  ) , .f. ) }  Jimmy, I prefer to use fw_Saytext instead tget control because the messag emust be showed and not scrollabled Nages the function CalcTextHeight( hDC, ...
by Silvio.Falconi
Fri Feb 23, 2024 12:07 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3236

Re: SAPI : change Voice

Hola Jimmy : me explicarias como se disparan los eventos al utilizar oSpVoice:__hSink := __axRegisterHandler( oSpVoice:__hObj, { | a, b, c, d, e | OnEvent( a, b, c, d, e ) } ) al hacer Play en el form ...
by Danielmaximiliano
Tue Feb 13, 2024 4:38 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: SAPI : change Voice
Replies: 69
Views: 3778
Next

Return to advanced search