Search found 69 matches: gwl

Return to advanced search

Re: Desktop Alerts

É um exemplo de DesktopAlert, utilizando códigos de HTML. para executar utilize assim: MsgFancy(Memvar->oDlg,"Acesso negado!!! <br/><br/> Não é permitido modificar lançamentos quando já baixado (Repassado).",nil, CLR_YELLOW,.T.,.F.) coloque junto esta função... #define LWA_A...
by ronaldo
Thu Apr 12, 2018 3:10 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Desktop Alerts
Replies: 39
Views: 29492

Re: EJECUTAR UN .EXE

ASI /* - autor: wmormar, INCOS - wmormar@hotmail.com - fecha: 31 . octubre . 2008 - hora: 03.11 */ #include "fivewin.ch" FUNCTION main() LOCAL oBmp LOCAL tCalc32 LOCAL oCalculator Local lIncrustar:=.f. //LOCAL this := Self LOCAL lSalir := .f. /* IF ::oCalculator:classname() == "TDIALO...
by Claudio Leiva
Mon Mar 27, 2017 9:10 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: EJECUTAR UN .EXE
Replies: 13
Views: 2271

Ventana Modal

Hola a todos. Hace tiempo que me hubiera gustado hacer una ventana modal. He encontrado una fórmula. Se trata de que en el activate de la ventana, si deseamos que sea modal, se crea una caja de diálogo y se mete la ventana dentro de ella. Algo asi: DATA oModal METHOD Activate() CLASS TWindow // mdic...
by pgfdz
Tue Dec 20, 2016 2:45 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ventana Modal
Replies: 5
Views: 1090

Re: Mejoras para scintilla

Sr. Cristobal, ao passar o mouse na STATUS BAR Zoom. Ocorre o efeito de sumir e aparecer rapidamente, eu resolvi isso na minha aplicação assim: #define GWL_STYLE (-16) //Meter com clausula 2007 nao piscar ao mover o mouse //Adicionei esta linha para resolver um problema com a message bar ao mover o...
by cnavarro
Thu Nov 10, 2016 10:26 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 839553

Re: Mejoras para scintilla

Sr. Cristobal, ao passar o mouse na STATUS BAR Zoom. Ocorre o efeito de sumir e aparecer rapidamente, eu resolvi isso na minha aplicação assim: #define GWL_STYLE (-16) //Meter com clausula 2007 nao piscar ao mover o mouse //Adicionei esta linha para resolver um problema com a message bar ao mover o...
by cnavarro
Thu Nov 10, 2016 10:02 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 839553

Re: Mejoras para scintilla

Sr. Cristobal, ao passar o mouse na STATUS BAR Zoom. Ocorre o efeito de sumir e aparecer rapidamente, eu resolvi isso na minha aplicação assim: #define GWL_STYLE (-16) //Meter com clausula 2007 nao piscar ao mover o mouse //Adicionei esta linha para resolver um problema com a message bar ao mover o ...
by MGA
Thu Nov 10, 2016 9:57 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mejoras para scintilla
Replies: 1037
Views: 839553

Re: Modifly on fly text of Say and button objects

Ok Thank You very Much

It works in this way not -1 but 65535


if GetWindowLong( hCtrl, GWL_ID ) == 65535

I use Pelles

Best regards
Marco
by MarcoBoschi
Tue Dec 09, 2014 8:20 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modifly on fly text of Say and button objects
Replies: 3
Views: 590

Re: Modifly on fly text of Say and button objects

Marco, http://forums.fivetechsupport.com/viewtopic.php?f=6&t=16270&hilit=gwl+id+GW_CHILD I use this code to find the controls defined to -1, and change the language   hCtrl := GetWindow( oDlg:hWnd, GW_CHILD )   WHILE hCtrl != 0      if GetWindowLong( ...
by fgondi
Mon Dec 08, 2014 9:43 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Modifly on fly text of Say and button objects
Replies: 3
Views: 590

Re: xHarbour 1.2.3 build 20141106

This is the changelog for November and December: 2014-12-02 20:00 UTC-300 Luiz Rafael Culik <luiz/AT/xharbour/com/br> * include/hbdefs.h ! minor fix for double defined HB_SYMBOL_USED 2014-12-02 14:35 UTC+0200 Saulius Zrelskis <labitas/AT/gmail/com> * source/rtl/win32ole.prg ! add missing...
by Enrico Maria Giordano
Thu Dec 04, 2014 5:09 pm
 
Forum: WhatsNew / Novedades
Topic: xHarbour 1.2.3 build 20141106
Replies: 16
Views: 5821

Re: Child dialog defined in .RC then redefine as Popup

Frances, Are you sure that you properly tested SetWindowLong( hWnd, GWL_STYLE, ... ) from the ON INIT clause ? Antonio, Yes. I am very sure. i'm posting here my testbed.. this will grow as I encounter issues in FWH. Using xMate as project manager. https://drive.google.com/folderview?id=...
by fraxzi
Wed Oct 22, 2014 11:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Child dialog defined in .RC then redefine as Popup - SOLVED
Replies: 8
Views: 1240

Re: Child dialog defined in .RC then redefine as Popup

Frances,

Are you sure that you properly tested SetWindowLong( hWnd, GWL_STYLE, ... ) from the ON INIT clause ?
by Antonio Linares
Wed Oct 22, 2014 9:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Child dialog defined in .RC then redefine as Popup - SOLVED
Replies: 8
Views: 1240

Re: Child dialog defined in .RC then redefine as Popup

Frances,

Try changing its style from the ON INIT clause usign SetWindowLong( hWnd, GWL_STYLE, ... )
by Antonio Linares
Sat Oct 18, 2014 12:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Child dialog defined in .RC then redefine as Popup - SOLVED
Replies: 8
Views: 1240

Re: XBrowse y Grupo de Columnas

Mr. Rao Muchas gracias por sus comentarios Thank you very much for your comments The lines of columns titles could "eliminate" drawing lines with the same color of the header background, how I can set the color of the lines? If oBrw:bClrHeader evaluates to an array of 3 colors, 3rd color i...
by cnavarro
Wed Aug 21, 2013 11:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse y Grupo de Columnas
Replies: 24
Views: 9465

Re: XBrowse y Grupo de Columnas

The lines of columns titles could "eliminate" drawing lines with the same color of the header background, how I can set the color of the lines? If oBrw:bClrHeader evaluates to an array of 3 colors, 3rd color is taken as the line color of the header. Please check if this works in version 1...
by nageswaragunupudi
Wed Aug 21, 2013 10:34 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: XBrowse y Grupo de Columnas
Replies: 24
Views: 9465

Re: Estilo de control

Antonio
Ya habia probado con:

? GetWindowLong( oXBrw:hWnd, -16 ) //GWL_STYLE )

y siempre obtenia 0, y eso me tiene parado

MsgInfo( lAnd( GetWindowLong( oXBrw:hWnd, -16 ), WS_BORDER ) )

Devuelve siempre .F.

El valor de GWL_STYLE es -16 ?, verdad?

Gracias y saludos
by cnavarro
Wed Aug 21, 2013 5:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Estilo de control (Solucionado)
Replies: 5
Views: 975
Next

Return to advanced search

cron