Search found 1484 matches: hwnd

Return to advanced search

Re: New FTDN February 2024 (FWH 24.02)

... instalada en Windows. * Corrección: La función WinINet() no estaba funcionando correctamente. Solucionado. * Mejora: Nuevo método End() y mensaje hWnd en la clase TWebView. * Samples\oemboxch.prg: Cómo ver los caracteres de un controlcaja OEM en una aplicación de Windows. * samples\mariabig.prg: ...
by Antonio Linares
Sun Mar 03, 2024 7:25 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 194

New FTDN February 2024 (FWH 24.02)

... * Fix: function WinINet() was not properly working for xHarbour. Now it is ok. * Enhancement: Class TWebView() new METHOD End() and MESSAGE hWnd. * Samples\oemboxch.prg: How to view oem box chars in a Winodws application. * samples\mariabig.prg: Read and Browse table with 4.1 million records ...
by Antonio Linares
Sat Mar 02, 2024 8:31 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN February 2024 (FWH 24.02)
Replies: 1
Views: 194

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... Harbour TRWIN is cp1254. But Hakkan's problem is not with codepages or utf8/ANSI/OEM related issues. His problem is with a Bug in TGet, where TGet hWnd changes from ANSI to Unicode window. I understand master Nages. Very complicated situation. Entiendo maestro Nages. Situación muy complicada. Gracias, ...
by karinha
Mon Feb 19, 2024 1:44 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54238

Re: Fwh 23.10 TGet another problem (UNSOLVED)

For Turkish, Windows default ANSI codepage is 1254 and OEM codepage is 857.
Harbour TRWIN is cp1254.

But Hakkan's problem is not with codepages or utf8/ANSI/OEM related issues.

His problem is with a Bug in TGet, where TGet hWnd changes from ANSI to Unicode window.
by nageswaragunupudi
Mon Feb 19, 2024 1:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54238

Re: Fwh 23.10 TGet another problem (UNSOLVED)

IsWindowUnicode( oGet_1:hWnd ) -----> .T. <--------- It should not be. It should always remain .F. In my tests here, it always remains .F. In your case, it is .T. from the beginning? Or is it changing to .T. during execution? Instead ...
by Horizon
Sun Feb 04, 2024 4:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54238

Re: Fwh 23.10 TGet another problem (UNSOLVED)

IsWindowUnicode( oGet_1:hWnd ) -----> .T. <--------- It should not be. It should always remain .F. In my tests here, it always remains .F. In your case, it is .T. from the beginning? Or is it changing to .T. during execution? Instead ...
by nageswaragunupudi
Sun Feb 04, 2024 3:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54238

Re: Fwh 23.10 TGet another problem (UNSOLVED)

... your code:   @  40, 40 GET oGet VAR cVar SIZE 200,32 PIXEL OF oDlg ON CHANGE oDlg:Update() ACTION MsgInfo( IsWindowUnicode( oGet:hWnd ) ) Result is always .F. My code Get is like that in sameway.     @ 13,55 GET oGet_1 VAR xACIK OF oDlg PIXEL SIZE 160,10 UPDATE ;      ...
by Horizon
Sun Feb 04, 2024 1:51 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fwh 23.10 TGet another problem (UNSOLVED)
Replies: 132
Views: 54238

Re: TWebView window size

We have implemented two new METHODs in Class TWebView: METHOD End() INLINE ( ::Terminate(), ::Destroy() ) and METHOD hWnd() INLINE ::GetWindow() they will be available in next FWH build So the code can be simplified this way:   ACTIVATE DIALOG oDlg CENTERED ;        ...
by Antonio Linares
Sat Feb 03, 2024 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: TWebView window size
Replies: 14
Views: 851

Re: How to find out the IDs of controls and types?

Dear Jimmy,

nAt = AScan( ::aControls, { | oControl | oControl:hWnd == hChild } )
::aControls[ nAt ]
by Antonio Linares
Tue Jan 09, 2024 6:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How to find out the IDs of controls and types?
Replies: 16
Views: 1845

Re: Create a Panel width a text

If I made IF oDlgBacheca:nresult == IDOK aDim = GetLabelDim( oPanel2:hWnd, cMessage , oFont:hFont ) oPanel:setsize(aDim[ 1 ] + 60, aDim[ 2 ] + 50) oPanel:SetColor( "N/W*" ) oPanel:bPainted = { | hDC | DrawTextTransparent( hDC, cMessage , { 10, 10, ...
by Silvio.Falconi
Sat Jan 06, 2024 6:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Create a Panel width a text
Replies: 29
Views: 3171

Re: Definir font richedit5

... cText ), oMemo:PostMsg( WM_KEYDOWN, VK_HOME, 0 ) , BuildRichEditBar( oDlg, oMemo, { | c | cText := c } ), oDlg:ReSize(), SendMessage( oMemo:hWnd, EM_SETLANGOPTIONS, 0, nOr( IMF_SPELLCHECKING, IMF_TKBPREDICTION, IMF_TKBAUTOCORRECTION ) ) ) oFont:End() return lOk Así funciono perfecto, muchas ...
by jpcavagnaro
Tue Dec 26, 2023 11:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Definir font richedit5
Replies: 3
Views: 602

Re: Xbase++ :lockUpdate() -> Fivewin ?

Dear Jimmy, using : Adding this to Class TWindow: METHOD LockUpdate() INLINE LockWindowUpdate( ::hWnd ) HB_FUNC( LOCKWINDOWUPDATE ){   if( ! LockWindowUpdate( ( HWND ) hb_parnll( 1 ) ) )      LockWindowUpdate( ( HWND ...
by Antonio Linares
Sat Nov 04, 2023 5:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbase++ :lockUpdate() -> Fivewin ?
Replies: 10
Views: 759

Re: Xbase++ :lockUpdate() -> Fivewin ?

... a simpler version: Jimmy could you please try it with your code ? No need to supply a parameter METHOD LockUpdate() INLINE LockWindowUpdate( ::hWnd ) HB_FUNC( LOCKWINDOWUPDATE ){   if( ! LockWindowUpdate( ( HWND ) hb_parnll( 1 ) ) )      LockWindowUpdate( ...
by Antonio Linares
Fri Nov 03, 2023 10:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbase++ :lockUpdate() -> Fivewin ?
Replies: 10
Views: 759

Re: Xbase++ :lockUpdate() -> Fivewin ?

Nuevo método en la Clase TWindow de FWH:

METHOD LockUpdate( lOnOff ) INLINE LockWindowUpdate( If( Empty( lOnOff ) .or. lOnOff, ::hWnd, 0 ) )

Code: Select all  Expand view
HB_FUNC( LOCKWINDOWUPDATE )
{
   hb_retl( LockWindowUpdate( ( HWND ) hb_parnll( 1 ) ) );
}
by Antonio Linares
Fri Nov 03, 2023 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbase++ :lockUpdate() -> Fivewin ?
Replies: 10
Views: 759

Re: Consulta sobre la funcion FW_CopyToClipBoard()

Buen dia Gracias por la respuesta maestro DEFINE WINDOW oWnd EmptyClipboard() OpenClipboard( oWnd:hWnd ) SetClipboardData( 3, { "cotizacion.pdf" } ) hDrop = GetClpData( 3 ) CloseClipboard() oWnd:End() Solo que es aleatorio a veces funcionaba Saludos, Desde Panama
by Erick Almanza
Thu Sep 14, 2023 6:28 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Consulta sobre la funcion FW_CopyToClipBoard()
Replies: 3
Views: 308
Next

Return to advanced search