Search found 7302 matches: method

Return to advanced search

Re: Transparent Png on MDI Parent

I once again repeat please. As I suggested above, the method oWnd:DrawImage(...) is the best suited for this purpose. Please DO NOT create controls like BITMAP,IMAGE,XIMAGE etc. Please test this example in samples folder: I have used one Png to display ...
by nageswaragunupudi
Mon May 13, 2024 4:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent Png on MDI Parent
Replies: 6
Views: 180

Re: Chilkat's ActiveX

... them if they do not have memory links. oHttp := Nil oReq := Nil To terminate the Chilkat control Handle initiated by the GLOBAL Resource use Method FinalizeThreadPool() The prg below is used for initializing and closing the dll. #Include "FiveWin.ch"STATIC st_lChilkatOk, st_oChilKatObjectFUNCTION ...
by Giovany Vecchi
Fri May 10, 2024 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Chilkat's ActiveX
Replies: 3
Views: 144

Re: Filter on Xbrowse

... with it. But maybe, if there is interest, the program could be modified as well. Instead of loading the data from the server with the fetch method, they would be sent and received as shown here. oWebView := TWebView():New(1 , hWnd )oWebView:bOnBind = { | cJson, cCalls ...
by Otto
Sat May 04, 2024 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Filter on Xbrowse
Replies: 42
Views: 750

Re: IA y Harbour Conceptos básicos

... los tiros ... pero parece que es de pago To access the Inference Endpoints web application, you or your organization need to add a valid payment method to your Hugging Face account.
by Joaquim Ferrer
Mon Apr 29, 2024 11:47 am
 
Forum: Artificial Intelligence
Topic: IA y Harbour Conceptos básicos
Replies: 7
Views: 334

Re: combobox color

... when not have itemID of DRAWITEMSTRUCT structure https://learn.microsoft.com/en-us/windows/win32/api/winuser/ns-winuser-drawitemstruct METHOD Paint() CLASS TComboMetro does not have any itemID to identify it
by Jimmy
Sun Apr 28, 2024 4:41 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 634

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   aInfo    := ...
by Otto
Sun Apr 28, 2024 7:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 634

Re: Report rpreview excel button disable not work

Please try this change in \source\classes\report.prg : Please locate these lines towards the end of METHOD Activate( .......... ) CLASS TReport      if !::lHaru .and. Empty( ::oDevice:cFile ) .and. !PrintQueue()         PrintEnd()//         Eval( ...
by richard-service
Sat Apr 27, 2024 5:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report rpreview excel button disable not work-SOLVED
Replies: 15
Views: 652

Re: Report rpreview excel button disable not work

Please try this change in \source\classes\report.prg : Please locate these lines towards the end of METHOD Activate( .......... ) CLASS TReport      if !::lHaru .and. Empty( ::oDevice:cFile ) .and. !PrintQueue()         PrintEnd()// ...
by nageswaragunupudi
Sat Apr 27, 2024 4:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report rpreview excel button disable not work-SOLVED
Replies: 15
Views: 652

Re: combobox color

... Items to change it for special Item you need Ownerdraw. i know that Fivewin have ON DRAWITEM but i have not find out how it work so i wrote my own Method here a CODE snip which i use oCombo_left:bOwnerDraw := { | a, b, c, d | oExpl_Left:DoMyComBo( a, b, c, d, @acItem, @acType, @acBitmaps, ...
by Jimmy
Fri Apr 26, 2024 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: combobox color
Replies: 22
Views: 634

New FTDN April 2024 (FWH 24.04)

... --> { nDay, nMonth, nYear, nHours, nMinutes, nSeconds } Please review new example FWH\samples\fldchanged.prg * Enhancement: Class TExplorerBar Method Update( nPos ) updates the nPos oPanel used from the TExplorerBar after the panel has been modified. Class TTaskPanel Method ChangeHeight( nHeight ...
by Antonio Linares
Wed Apr 24, 2024 7:14 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN April 2024 (FWH 24.04)
Replies: 1
Views: 488

Re: New txbrowse

... there is the possibility to return back i.e. to display xbrowse with the previous columns, obviously the state is saved. xbrowse's setcolumns() method has been changed and loaded at the beginning of the procedure in override mode. by doing this way I don't need to go and modify the original ...
by Silvio.Falconi
Mon Apr 22, 2024 7:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 455

Re: New txbrowse

... CLASSDATA lRegistered AS LOGICAL DATA aCols2Hide AS ARRAY INIT Array(0) DATA aDefaultCols INIT ARRAY( 0 ) DATA aPreviousCols INIT ARRAY( 0 ) METHOD New (nRow, nCol, nWidth, nHeight, oWnd) METHOD SetUserCols(lDefCols) ENDCLASS this is useful because there can be many columns to display, the ...
by Silvio.Falconi
Mon Apr 22, 2024 9:13 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New txbrowse
Replies: 6
Views: 455

Re: Runner XBase (RX)

Hello ! Version RunnerXbase 1.5 ready! --> https://runnerxbase.app New console method: If you just want to try small routines, then go in, paste code and run. You can run routines in PRG mode (you can try a simple Harbor routine) or you can run HTML code (with ...
by Carles
Sat Apr 20, 2024 5:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Runner XBase (RX)
Replies: 10
Views: 1159

Re: colorize btnbmp with diagonal

... With Truepixel https://i.postimg.cc/2jnZy358/si.png the space between the lines is greater if the dialog is truepixel Is there a method to get the lines closer together? or maybe they are the same and I see them as different :D
by Silvio.Falconi
Fri Apr 19, 2024 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: colorize btnbmp with diagonal
Replies: 9
Views: 339

Re: FWH 2006: XBrowse : Own built-in Buttonbar

... vueve a ordernar, podria verificar si es asi o estoy haciendo algo mal ? Please modify xbrowse and apply this fix. Please locate this line in the METHOD HeaderLButtonUp( nMRow, nMCol, nFlags ) CLASS TXBrwColumn      if nMRow <= ::oBrw:nHeaderHeight  ; Change this line as: ...
by nageswaragunupudi
Tue Apr 16, 2024 3:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 2006: XBrowse : Own built-in Buttonbar
Replies: 14
Views: 2334
Next

Return to advanced search