Search found 7311 matches: method

Return to advanced search

single click on a column

For the xBrowse column, there is a method for processing only a double click - :bLDClickData. How can I handle a single click on a column ?
by Natter
Mon Jun 03, 2024 7:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: single click on a column
Replies: 7
Views: 99

Re: XBROWSE (It's giving me an error when I put Transparent)

... inconvenience and thank you for pointing this out. Please apply the following fix to xbrowse.prg. Please locate the following lines of code in the METHOD Paint()   else      if ::lTransparent .and. Empty( ::oBrush:hBitmap )         if ! Empty( ...
by nageswaragunupudi
Mon May 20, 2024 9:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: XBROWSE (It's giving me an error when I put Transparent)
Replies: 9
Views: 454

Mod Harbour: ChatGPT Provides Detailed Answers

... and documentation that explain how to install and use "mod harbour" step-by-step. Video tutorials: Videos can often be an easier method to explain complex topics. Create short, concise videos that explain the basics of "mod harbour." 2. Community Support and Exchange ...
by Otto
Sat May 18, 2024 9:12 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mod Harbour: ChatGPT Provides Detailed Answers
Replies: 23
Views: 1003

Re: Detectar slato de línea en una variable.

Can you kindly explain, what are the features this library and method has over and above our normal SayText() method of TPrinter class? The author of the library is The Full (Rafa Carmona) from more than 20 years ago, it is TImprime() and TUtilPrn(). They ...
by FiveWiDi
Tue May 14, 2024 7:25 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Detectar slato de línea en una variable.
Replies: 5
Views: 301

Re: send an email using the Outlook object

... 70, "\r\n"); mail('silvio.falconi@gmail.com', 'My Subject', $message); ?> or with phpmailer <form action="submit.php" method="post"> <label for="name">Name:</label><br> <input type="text" id="name" name="name" ...
by Silvio.Falconi
Tue May 14, 2024 7:50 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: send an email using the Outlook object
Replies: 5
Views: 243

Re: CODIGO DE BARRAS. ERROR CON FILLRECT()

... 34 ) Called from: barlib.prg => C_CODE128( 39 ) FWH uses FWPDF class to generate PDF using HaruPDF. As of now, this class does not support the method FillRect(). So, while using this 3rd party lib "barlib.prg", we need to generate PDF without using HaruPDF. Please do TPrinter():lUseHaruPDF ...
by nageswaragunupudi
Tue May 14, 2024 6:11 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CODIGO DE BARRAS. ERROR CON FILLRECT()
Replies: 31
Views: 1089

Re: Detectar slato de línea en una variable.

Can you kindly explain, what are the features this library and method has over and above our normal SayText() method of TPrinter class?
by nageswaragunupudi
Tue May 14, 2024 5:47 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Detectar slato de línea en una variable.
Replies: 5
Views: 301

Re: Detectar slato de línea en una variable.

... justificados con/sin salto de línea intercalado con tipos de letra proporcional. He realizado estos cambios: 12/05/2024 C.Gelabert + Agefit METHOD AnchoText( cText,oFont ) per saber l'amplada d'un text en base a la oFont (de oPrinter) Útil per poder justificar amb tipus de lletra proporcional. ...
by FiveWiDi
Mon May 13, 2024 9:12 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Detectar slato de línea en una variable.
Replies: 5
Views: 301

Re: Transparent Png on MDI Parent

No the version I sent you is the new, the other was xHb, I don't think it had the Method DrawImage. I am good now, your version works great, and seems better than what I was doing before. Thanks,
by byron.hopp
Mon May 13, 2024 7:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Transparent Png on MDI Parent
Replies: 11
Views: 433

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: 11
Views: 433

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: 270

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: 1542

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: 641

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: 1289

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: 1289
Next

Return to advanced search