You can subscribe to this list here.
| 2004 |
Jan
|
Feb
|
Mar
(64) |
Apr
(70) |
May
(54) |
Jun
(57) |
Jul
(34) |
Aug
(19) |
Sep
(28) |
Oct
(48) |
Nov
(42) |
Dec
(43) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2005 |
Jan
(50) |
Feb
(19) |
Mar
(10) |
Apr
(5) |
May
(1) |
Jun
(14) |
Jul
(23) |
Aug
(6) |
Sep
(118) |
Oct
(110) |
Nov
(36) |
Dec
(6) |
| 2006 |
Jan
(19) |
Feb
(7) |
Mar
(4) |
Apr
(32) |
May
(6) |
Jun
(14) |
Jul
(42) |
Aug
(38) |
Sep
(88) |
Oct
(21) |
Nov
(40) |
Dec
(37) |
| 2007 |
Jan
(31) |
Feb
(20) |
Mar
(26) |
Apr
(38) |
May
(4) |
Jun
(3) |
Jul
(3) |
Aug
(8) |
Sep
(2) |
Oct
(3) |
Nov
(25) |
Dec
(9) |
| 2008 |
Jan
(7) |
Feb
(10) |
Mar
(16) |
Apr
(10) |
May
(25) |
Jun
(16) |
Jul
(27) |
Aug
(8) |
Sep
(20) |
Oct
(54) |
Nov
(11) |
Dec
(14) |
| 2009 |
Jan
(28) |
Feb
(22) |
Mar
(13) |
Apr
(70) |
May
(25) |
Jun
(23) |
Jul
(12) |
Aug
(18) |
Sep
(7) |
Oct
(4) |
Nov
(8) |
Dec
(36) |
| 2010 |
Jan
(58) |
Feb
(66) |
Mar
(3) |
Apr
(16) |
May
(9) |
Jun
(10) |
Jul
(6) |
Aug
(8) |
Sep
(17) |
Oct
(15) |
Nov
(12) |
Dec
(27) |
| 2011 |
Jan
(3) |
Feb
(17) |
Mar
(5) |
Apr
(12) |
May
(1) |
Jun
|
Jul
(1) |
Aug
(5) |
Sep
(56) |
Oct
(24) |
Nov
(8) |
Dec
(32) |
| 2012 |
Jan
(20) |
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
(9) |
Jul
(29) |
Aug
(3) |
Sep
(17) |
Oct
(60) |
Nov
(17) |
Dec
(52) |
| 2013 |
Jan
(22) |
Feb
(35) |
Mar
(31) |
Apr
(5) |
May
(16) |
Jun
(108) |
Jul
(57) |
Aug
(2) |
Sep
(11) |
Oct
|
Nov
(3) |
Dec
(13) |
| 2014 |
Jan
(39) |
Feb
(15) |
Mar
|
Apr
(31) |
May
|
Jun
(9) |
Jul
(16) |
Aug
(1) |
Sep
(8) |
Oct
(51) |
Nov
(5) |
Dec
(119) |
| 2015 |
Jan
(78) |
Feb
(47) |
Mar
(25) |
Apr
(32) |
May
(34) |
Jun
(42) |
Jul
(62) |
Aug
(10) |
Sep
(11) |
Oct
(5) |
Nov
(13) |
Dec
(24) |
| 2016 |
Jan
(12) |
Feb
(1) |
Mar
(2) |
Apr
|
May
(1) |
Jun
(12) |
Jul
(5) |
Aug
(32) |
Sep
(36) |
Oct
(34) |
Nov
(3) |
Dec
(1) |
| 2017 |
Jan
(2) |
Feb
(3) |
Mar
(2) |
Apr
|
May
(3) |
Jun
(5) |
Jul
(6) |
Aug
(5) |
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2018 |
Jan
(1) |
Feb
(1) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
(26) |
Sep
(24) |
Oct
(2) |
Nov
(6) |
Dec
(26) |
| 2019 |
Jan
(10) |
Feb
(5) |
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
(3) |
Aug
|
Sep
(2) |
Oct
(1) |
Nov
(1) |
Dec
(2) |
| 2020 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
(5) |
Jun
(5) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2021 |
Jan
(1) |
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(4) |
Sep
|
Oct
(1) |
Nov
(1) |
Dec
(1) |
|
From: <ss...@ma...> - 2012-08-02 02:03:25
|
But, My MDICHILD Window have not need 'GET'.
and still can't press 'ESC' to exit when I put a GET on MDICHILD and
the GET lost focus.
> NOT PROBLEM
>
> OWNERBUTTON is not have FOCUS
> focus has thus failed to respond to ESC
> WITH GET WORK
>
> Regards
> Luis Fernando
>
>
> -----Mensagem Original-----
> From: ss...@ma...
> Sent: Tuesday, July 31, 2012 11:23 PM
> To: hwg...@li...
> Subject: [Hwgui-developers] How to solution press key ESCAPE exit
> MDICHILDwindow ?
>
>
> Hi all!!
>
> I have a problem about MDICHILD window and can't press key VK_ESCAPE
> to exit, sample code is:
>
> My test prg is MDI -> MDICHILD -> DIALOG mode,
> I can exit DIALOG and press VK_ESCAPE, but can't exit when focus on
> MDICHILD window, somebody can solution for me? thank you!!
>
> //---------------------------------------------------------------------
> #include "hbclass.ch"
> #include "guilib.ch"
> #include "windows.ch"
> #include "nes.ch"
> Func Main()
> Local oWnd, oMenu, oPanel
> INIT WINDOW oWnd MDI AT 0,0 SIZE 800, 600;
> TITLE "Test MDI Windows";
>
> MENU OF oWnd
> MENU TITLE "[&A]Test"
> MENUITEM "[&H]MDIChild + Dialog" ACTION Test8()
> ENDMENU
> ENDMENU
>
> @ 0,0 PANEL oPanel SIZE oWnd:nWidth, 36 OF oWnd;
> ON SIZE {|o,x,y|MoveWindow(o:handle, 0, 0, x,
> o:nHeight)}
> @ 2, 2 OWNERBUTTON OF oPanel ON CLICK {|| msgInfo('Exit')} ;
> SIZE 40, 32;
> TEXT "Exit";
> TOOLTIP "Exit Application..."
> @ 42, 2 OWNERBUTTON OF oPanel ON CLICK {|| msgInfo('Printer
> Config')} ;
> SIZE 40, 32;
> TEXT "Print";
> TOOLTIP "Printer Config..."
>
> ACTIVATE WINDOW oWnd MAXIMIZED
>
> Return NIL
>
> // MDICHILD WINDOW: can't press VK_ESCAPE to exit
> Function Test8(oWnd)
> Local oChildWnd, oPanel, oFontBtn, oBoton1
>
>
> PREPARE FONT oFontBtn NAME "MS Sans Serif" WIDTH 0 HEIGHT -12
>
> INIT WINDOW oChildWnd MDICHILD OF oWnd TITLE "Child";
> STYLE WS_CHILD+ WS_VISIBLE + WS_OVERLAPPEDWINDOW
>
> @ 0,0 PANEL oPanel OF oChildWnd SIZE 0,44
>
> @ 98,3 OWNERBUTTON oBoton1 OF oPanel ID 110 ON CLICK {|| test8dlg()} ;
> SIZE 44,38 FLAT ;
> TEXT "Test" FONT oFontBtn COORDINATES 0,20,0,0
>
> oChildWnd:Activate()
>
> Return Nil
>
> // DIALOG: can press VK_ESCAPE exit
> FUNC TEST8Dlg()
> Local oDlg, oGet, oBtn
> Local PD_NAM := Space(20),;
> lOK := .F.
> // DIALOG
> INIT DIALOG oDlg AT 0, 0 SIZE 600, 480 CLIPPER NOEXIT; // NOEXITESC
> ON INIT {|| hwg_CenterWindow( oDlg:handle ),;
> SetFocus( oDlg:handle ) }
> //
> @ 10, 10 GET oGet VAR PD_NAM OF oDlg;
> COLOR RGB(0,0,0) BACKCOLOR RGB(255,255,208)
> //
> @ 20, 10 BUTTONEX oBtn CAPTION '[&Y]Save' OF oDlg;
> ON CLICK {|| lOK := .T., oDlg:Close() }
> @ 20, 60 BUTTONEX oBtn CAPTION '[&X]Exit' OF oDlg;
> ON CLICK {|| lOK := .F., oDlg:Close() }
> //
> ACTIVATE DIALOG oDlg
> //
> RETURN NIL
> //---------------------------------------------------------------------
|
|
From: Basso, L. F. <lf...@vi...> - 2012-08-01 12:57:25
|
NOT PROBLEM
OWNERBUTTON is not have FOCUS
focus has thus failed to respond to ESC
WITH GET WORK
Regards
Luis Fernando
-----Mensagem Original-----
From: ss...@ma...
Sent: Tuesday, July 31, 2012 11:23 PM
To: hwg...@li...
Subject: [Hwgui-developers] How to solution press key ESCAPE exit
MDICHILDwindow ?
Hi all!!
I have a problem about MDICHILD window and can't press key VK_ESCAPE
to exit, sample code is:
My test prg is MDI -> MDICHILD -> DIALOG mode,
I can exit DIALOG and press VK_ESCAPE, but can't exit when focus on
MDICHILD window, somebody can solution for me? thank you!!
//---------------------------------------------------------------------
#include "hbclass.ch"
#include "guilib.ch"
#include "windows.ch"
#include "nes.ch"
Func Main()
Local oWnd, oMenu, oPanel
INIT WINDOW oWnd MDI AT 0,0 SIZE 800, 600;
TITLE "Test MDI Windows";
MENU OF oWnd
MENU TITLE "[&A]Test"
MENUITEM "[&H]MDIChild + Dialog" ACTION Test8()
ENDMENU
ENDMENU
@ 0,0 PANEL oPanel SIZE oWnd:nWidth, 36 OF oWnd;
ON SIZE {|o,x,y|MoveWindow(o:handle, 0, 0, x,
o:nHeight)}
@ 2, 2 OWNERBUTTON OF oPanel ON CLICK {|| msgInfo('Exit')} ;
SIZE 40, 32;
TEXT "Exit";
TOOLTIP "Exit Application..."
@ 42, 2 OWNERBUTTON OF oPanel ON CLICK {|| msgInfo('Printer
Config')} ;
SIZE 40, 32;
TEXT "Print";
TOOLTIP "Printer Config..."
ACTIVATE WINDOW oWnd MAXIMIZED
Return NIL
// MDICHILD WINDOW: can't press VK_ESCAPE to exit
Function Test8(oWnd)
Local oChildWnd, oPanel, oFontBtn, oBoton1
PREPARE FONT oFontBtn NAME "MS Sans Serif" WIDTH 0 HEIGHT -12
INIT WINDOW oChildWnd MDICHILD OF oWnd TITLE "Child";
STYLE WS_CHILD+ WS_VISIBLE + WS_OVERLAPPEDWINDOW
@ 0,0 PANEL oPanel OF oChildWnd SIZE 0,44
@ 98,3 OWNERBUTTON oBoton1 OF oPanel ID 110 ON CLICK {|| test8dlg()} ;
SIZE 44,38 FLAT ;
TEXT "Test" FONT oFontBtn COORDINATES 0,20,0,0
oChildWnd:Activate()
Return Nil
// DIALOG: can press VK_ESCAPE exit
FUNC TEST8Dlg()
Local oDlg, oGet, oBtn
Local PD_NAM := Space(20),;
lOK := .F.
// DIALOG
INIT DIALOG oDlg AT 0, 0 SIZE 600, 480 CLIPPER NOEXIT; // NOEXITESC
ON INIT {|| hwg_CenterWindow( oDlg:handle ),;
SetFocus( oDlg:handle ) }
//
@ 10, 10 GET oGet VAR PD_NAM OF oDlg;
COLOR RGB(0,0,0) BACKCOLOR RGB(255,255,208)
//
@ 20, 10 BUTTONEX oBtn CAPTION '[&Y]Save' OF oDlg;
ON CLICK {|| lOK := .T., oDlg:Close() }
@ 20, 60 BUTTONEX oBtn CAPTION '[&X]Exit' OF oDlg;
ON CLICK {|| lOK := .F., oDlg:Close() }
//
ACTIVATE DIALOG oDlg
//
RETURN NIL
//---------------------------------------------------------------------
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Hwgui-developers mailing list
Hwg...@li...
https://lists.sourceforge.net/lists/listinfo/hwgui-developers
|
|
From: <ss...@ma...> - 2012-08-01 02:23:26
|
Hi all!!
I have a problem about MDICHILD window and can't press key VK_ESCAPE
to exit, sample code is:
My test prg is MDI -> MDICHILD -> DIALOG mode,
I can exit DIALOG and press VK_ESCAPE, but can't exit when focus on
MDICHILD window, somebody can solution for me? thank you!!
//---------------------------------------------------------------------
#include "hbclass.ch"
#include "guilib.ch"
#include "windows.ch"
#include "nes.ch"
Func Main()
Local oWnd, oMenu, oPanel
INIT WINDOW oWnd MDI AT 0,0 SIZE 800, 600;
TITLE "Test MDI Windows";
MENU OF oWnd
MENU TITLE "[&A]Test"
MENUITEM "[&H]MDIChild + Dialog" ACTION Test8()
ENDMENU
ENDMENU
@ 0,0 PANEL oPanel SIZE oWnd:nWidth, 36 OF oWnd;
ON SIZE {|o,x,y|MoveWindow(o:handle, 0, 0, x, o:nHeight)}
@ 2, 2 OWNERBUTTON OF oPanel ON CLICK {|| msgInfo('Exit')} ;
SIZE 40, 32;
TEXT "Exit";
TOOLTIP "Exit Application..."
@ 42, 2 OWNERBUTTON OF oPanel ON CLICK {|| msgInfo('Printer Config')} ;
SIZE 40, 32;
TEXT "Print";
TOOLTIP "Printer Config..."
ACTIVATE WINDOW oWnd MAXIMIZED
Return NIL
// MDICHILD WINDOW: can't press VK_ESCAPE to exit
Function Test8(oWnd)
Local oChildWnd, oPanel, oFontBtn, oBoton1
PREPARE FONT oFontBtn NAME "MS Sans Serif" WIDTH 0 HEIGHT -12
INIT WINDOW oChildWnd MDICHILD OF oWnd TITLE "Child";
STYLE WS_CHILD+ WS_VISIBLE + WS_OVERLAPPEDWINDOW
@ 0,0 PANEL oPanel OF oChildWnd SIZE 0,44
@ 98,3 OWNERBUTTON oBoton1 OF oPanel ID 110 ON CLICK {|| test8dlg()} ;
SIZE 44,38 FLAT ;
TEXT "Test" FONT oFontBtn COORDINATES 0,20,0,0
oChildWnd:Activate()
Return Nil
// DIALOG: can press VK_ESCAPE exit
FUNC TEST8Dlg()
Local oDlg, oGet, oBtn
Local PD_NAM := Space(20),;
lOK := .F.
// DIALOG
INIT DIALOG oDlg AT 0, 0 SIZE 600, 480 CLIPPER NOEXIT; // NOEXITESC
ON INIT {|| hwg_CenterWindow( oDlg:handle ),;
SetFocus( oDlg:handle ) }
//
@ 10, 10 GET oGet VAR PD_NAM OF oDlg;
COLOR RGB(0,0,0) BACKCOLOR RGB(255,255,208)
//
@ 20, 10 BUTTONEX oBtn CAPTION '[&Y]Save' OF oDlg;
ON CLICK {|| lOK := .T., oDlg:Close() }
@ 20, 60 BUTTONEX oBtn CAPTION '[&X]Exit' OF oDlg;
ON CLICK {|| lOK := .F., oDlg:Close() }
//
ACTIVATE DIALOG oDlg
//
RETURN NIL
//---------------------------------------------------------------------
|
|
From: <ss...@ma...> - 2012-07-18 23:54:12
|
Hi~~
I had found a bug about tooltip of OWNERBUTTON,
It is can't to show tooltip message.
test.prg
//---------------------------------------------
#include "hbclass.ch"
#include "guilib.ch"
#include "windows.ch"
Func Main()
Local oWnd, oMenu, oBmp, oPanel
oBmp := HBitmap():AddFile( 'hwgui.bmp' )
INIT WINDOW oWnd MDI AT 0,0 SIZE 800, 600;
TITLE "Test MDI Windows";
ON PAINT {|o,w| PaintWindow(o,w, oWnd) }
MENU OF oWnd
MENU TITLE "[&A]Test"
MENUITEM "[&A]MDI Child Window" ACTION NIL
ENDMENU
ENDMENU
@ 0,0 PANEL oPanel SIZE oWnd:nWidth, 36 OF oWnd;
ON SIZE {|o,x,y|MoveWindow(o:handle, 0, 0, x, o:nHeight)}
@ 2, 2 OWNERBUTTON OF oPanel ON CLICK {|| msgInfo('Exit')} ;
SIZE 40, 32;
TEXT "Exit";
TOOLTIP "Exit Application..."
@ 42, 2 OWNERBUTTON OF oPanel ON CLICK {|| msgInfo('Printer Config')} ;
SIZE 40, 32;
TEXT "Print";
TOOLTIP "Printer Config..."
ACTIVATE WINDOW oWnd MAXIMIZED
Return NIL
//---------------------------------------------
The OWNERBUTTON have tooltip but can't to show.
|
|
From: oleksa <m.o...@uk...> - 2012-07-18 08:13:43
|
Hi! Two files was updated svn co https://hwgui.svn.sourceforge.net/svnroot/hwgui/trunk/hwgui hwgui U hwgui\source\hwindow.prg U hwgui\source\hcheck.prg Checked out revision 1859. but in changelog we have information for one file 2012-07-09 12:30 UTC-0300 Luis Fernando Basso <lfbasso at via-rs.net> * source/hwindow.prg * FUNCTION onMove ! fixed visibility WIN_MDICHILD minimized Please, write about all changes to Changelog file. Regards, Alexey Myronenko |
|
From: <ss...@ma...> - 2012-07-12 00:04:15
|
Who can help me to fix it?
>
> Hi all!!
>
> I had test for 'UNICODE' and found some bug about 'htmlfunc.c' and fix
> it.
>
> htmlfunc.c
> //----------------------------------------------
> HB_FUNC( HWGAX_DISPLAYHTMLPAGE )
> {
> // OLD CODE
> // DisplayHTMLPage( ( HWND ) HB_PARHANDLE( 1 ), hb_parc( 2 ) );
> //
>
> // NEW CODE
> void * hStr;
> DisplayHTMLPage( ( HWND ) HB_PARHANDLE( 1 ), HB_PARSTR( 2, &hStr, NULL ) );
> hb_strfree( hStr );
> }
>
> HB_FUNC( HWGAX_DISPLAYHTMLSTR )
> {
> // OLD CODE
> // DisplayHTMLStr( ( HWND ) HB_PARHANDLE( 1 ), hb_parc( 2 ) );
> //
>
> // NEW CODE
> void * hStr;
> DisplayHTMLStr( ( HWND ) HB_PARHANDLE( 1 ), HB_PARSTR( 2, &hStr, NULL ) );
> hb_strfree( hStr );
> }
>
|
|
From: <ss...@ma...> - 2012-07-11 23:56:40
|
I post demo source code and can't press VK_RETURN.
// Demo
Func Main()
Local oWnd, oMenu
INIT WINDOW oWnd MDI AT 0,0 SIZE 800, 600;
TITLE "Test MDI Windows"
MENU OF oWnd
MENU TITLE "[&A]Test"
MENUITEM "[&G]Resource Dialog Test - 2" ACTION Test7()
ENDMENU
ENDMENU
ACTIVATE WINDOW oWnd MAXIMIZED
Return NIL
// Test7: Resource Dialog test - 2
FUNC Test7()
Local oDlg
Local aData_01 := Space(20),;
aData_02 := Space(20),;
aData_03 := Space(20),;
aData_04 := Space(20),;
aData_05 := Space(20),;
aData_06 := Space(20),;
aData_07 := Space(20),;
aData_08 := Space(20),;
aData_09 := Space(20),;
aData_10 := Space(20)
INIT DIALOG oDlg FROM RESOURCE 'TEST';
TITLE 'RESOURCE DIALOG TEST -2';
REDEFINE GET aData_01 OF oDlg ID 201 VALID {|| msginfo('1', 'ok'), .T. }
REDEFINE GET aData_02 OF oDlg ID 202 VALID {|| msginfo('2', 'ok'), .T. }
REDEFINE GET aData_03 OF oDlg ID 203 VALID {|| msginfo('3', 'ok'), .T. }
REDEFINE GET aData_04 OF oDlg ID 204 VALID {|| msginfo('4', 'ok'), .T. }
REDEFINE GET aData_05 OF oDlg ID 205 VALID {|| msginfo('5', 'ok'), .T. }
REDEFINE GET aData_06 OF oDlg ID 206
REDEFINE GET aData_07 OF oDlg ID 207
REDEFINE GET aData_08 OF oDlg ID 208
REDEFINE GET aData_09 OF oDlg ID 209
REDEFINE GET aData_10 OF oDlg ID 210
ACTIVATE DIALOG oDlg
Return NIL
//--[TEST.RC]----------------------------------------------------------
TEST DIALOG 4, 12, 374, 163
EXSTYLE WS_EX_DLGMODALFRAME
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
CAPTION "Test Resource Dialog"
FONT 12, "細明體"
{
CONTROL "", -1, "STATIC", SS_WHITEFRAME | WS_CHILD | WS_VISIBLE, 2, 2, 371, 134
CONTROL "Data_1: ", -1, "STATIC", SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 6, 6, 38, 10
CONTROL "Data_2: ", -1, "STATIC", SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 6, 19, 38, 10
CONTROL "Data_3: ", -1, "STATIC", SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 6, 32, 38, 10
CONTROL "Data_4: ", -1, "STATIC", SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 6, 45, 38, 10
CONTROL "Data_5: ", -1, "STATIC", SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 10, 59, 34, 8
CONTROL "Data_6: ", -1, "STATIC", SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 10, 72, 34, 8
CONTROL "Data_7: ", -1, "STATIC", SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 10, 85, 34, 8
CONTROL "Data_8: ", -1, "STATIC", SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 10, 98, 34, 8
CONTROL "Data_9: ", -1, "STATIC", SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 10, 111, 34, 8
CONTROL "Data_A: ", -1, "STATIC", SS_LEFT | WS_CHILD | WS_VISIBLE | WS_GROUP, 10, 124, 34, 8
CONTROL "12345678901234567890", 201, "EDIT", ES_LEFT | ES_MULTILINE | ES_WANTRETURN | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 47, 5, 128, 12
CONTROL "", 202, "EDIT", ES_LEFT | ES_MULTILINE | ES_WANTRETURN | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 47, 18, 128, 12
CONTROL "", 203, "EDIT", ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 47, 31, 324, 12
CONTROL "", 204, "EDIT", ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 47, 44, 324, 12
CONTROL "", 205, "EDIT", ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 47, 57, 324, 12
CONTROL "", 206, "EDIT", ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 47, 70, 324, 12
CONTROL "", 207, "EDIT", ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 47, 83, 324, 12
CONTROL "", 208, "EDIT", ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 47, 96, 324, 12
CONTROL "", 209, "EDIT", ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 47, 109, 324, 12
CONTROL "", 210, "EDIT", ES_LEFT | WS_CHILD | WS_VISIBLE | WS_BORDER | WS_TABSTOP, 47, 122, 324, 12
CONTROL "[&S]ave", 101, "BUTTON", BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 147, 140, 40, 20
CONTROL "E[&x]it", 102, "BUTTON", BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 187, 140, 40, 20
}
//---------------------------------------------------------------------
> init dialog oDLG from resource DIALOG_TEST CLIPPER NOEXITESC NOEXIT ;
> HERE work fine
> code SVN
>
>
> Luis Fernando Basso
> lf...@vi...
>
>
> -----Mensagem Original-----
> From: ss...@ma...
> Sent: Tuesday, July 10, 2012 10:27 PM
> To: hwg...@li...
> Subject: Re: [Hwgui-developers] about hEdit ( GET ) Bug
>
>
> Hi~~
>
> When I try to join the 'CLIPPER' to init dialog and the problem persists.
>
> modify hedit.prg can solution:
> //--------------------------------------------------------------------------------------------------
> +223 ELSEIF msg == WM_GETDLGCODE // add:WenSheng:Resource Dialog get
> char is use WM_GETDLGCODE
> +224 IF wParam == VK_RETURN
> +225 GetSkip( oParent, ::handle, , 1 )
> +226 RETURN 0
> +227 ENDIF
> //--------------------------------------------------------------------------------------------------
>
> > Hi
> >
> > does you add the CLIPPER clause to init dialog?
> >
> > Regards
> > Luiz
> >
> > >
> > > Hi~
> > >
> > > I can't press VK_RETURN when I try use RESOURCE DIALOG and REDEFINE
> > > GET to get data,
> > > But If use INIT DIALOG and @ ... GET is Correct.
> > >
> > >
>
|
|
From: Basso, L. F. <lf...@vi...> - 2012-07-11 02:51:54
|
init dialog oDLG from resource DIALOG_TEST CLIPPER NOEXITESC NOEXIT ; HERE work fine code SVN Luis Fernando Basso lf...@vi... -----Mensagem Original----- From: ss...@ma... Sent: Tuesday, July 10, 2012 10:27 PM To: hwg...@li... Subject: Re: [Hwgui-developers] about hEdit ( GET ) Bug Hi~~ When I try to join the 'CLIPPER' to init dialog and the problem persists. modify hedit.prg can solution: //-------------------------------------------------------------------------------------------------- +223 ELSEIF msg == WM_GETDLGCODE // add:WenSheng:Resource Dialog get char is use WM_GETDLGCODE +224 IF wParam == VK_RETURN +225 GetSkip( oParent, ::handle, , 1 ) +226 RETURN 0 +227 ENDIF //-------------------------------------------------------------------------------------------------- > Hi > > does you add the CLIPPER clause to init dialog? > > Regards > Luiz > > > > > Hi~ > > > > I can't press VK_RETURN when I try use RESOURCE DIALOG and REDEFINE > > GET to get data, > > But If use INIT DIALOG and @ ... GET is Correct. > > > > |
|
From: <ss...@ma...> - 2012-07-11 01:27:38
|
Hi~~ When I try to join the 'CLIPPER' to init dialog and the problem persists. modify hedit.prg can solution: //-------------------------------------------------------------------------------------------------- +223 ELSEIF msg == WM_GETDLGCODE // add:WenSheng:Resource Dialog get char is use WM_GETDLGCODE +224 IF wParam == VK_RETURN +225 GetSkip( oParent, ::handle, , 1 ) +226 RETURN 0 +227 ENDIF //-------------------------------------------------------------------------------------------------- > Hi > > does you add the CLIPPER clause to init dialog? > > Regards > Luiz > > > > > Hi~ > > > > I can't press VK_RETURN when I try use RESOURCE DIALOG and REDEFINE > > GET to get data, > > But If use INIT DIALOG and @ ... GET is Correct. > > > > |
|
From: <ss...@ma...> - 2012-07-09 14:25:28
|
No!! > Hi > > does you add the CLIPPER clause to init dialog? > > Regards > Luiz > > 2012/7/7 <ss...@ma...>: > > > > Hi~ > > > > I can't press VK_RETURN when I try use RESOURCE DIALOG and REDEFINE > > GET to get data, > > But If use INIT DIALOG and @ ... GET is Correct. > > > > |
|
From: Luiz R. C. <lu...@xh...> - 2012-07-09 14:18:19
|
Hi does you add the CLIPPER clause to init dialog? Regards Luiz 2012/7/7 <ss...@ma...>: > > Hi~ > > I can't press VK_RETURN when I try use RESOURCE DIALOG and REDEFINE > GET to get data, > But If use INIT DIALOG and @ ... GET is Correct. > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Hwgui-developers mailing list > Hwg...@li... > https://lists.sourceforge.net/lists/listinfo/hwgui-developers |
|
From: oleksa <m.o...@uk...> - 2012-07-09 05:46:13
|
Hi! ../../../../source/shellapi.c: In function 'BrowseCallbackProc': ../../../../source/shellapi.c:39:14: warning: comparison between pointer and integer [enabled by default] Regards, Alexey Myronenko |
|
From: <ss...@ma...> - 2012-07-07 15:51:44
|
Hi~ I can't press VK_RETURN when I try use RESOURCE DIALOG and REDEFINE GET to get data, But If use INIT DIALOG and @ ... GET is Correct. |
|
From: oleksa <m.o...@uk...> - 2012-07-05 05:24:15
|
Hi! Ok, you are fix a source, now build Ok, Thank you. Regards, Alexey Myronenko |
|
From: oleksa <m.o...@uk...> - 2012-07-04 14:02:19
|
I mean, next post in this topic. --- Оригінальне повідомлення --- Від кого: "oleksa" <m.o...@uk...> Кому: hwg...@li... Дата: 4 липня 2012, 16:44:20 Тема: Re: [Hwgui-developers] $Id: Changelog18472012-07-0217:52:47ZLFBASSO$ > Ok! > > Let play in the game, guess what my next post will be to hwgui dev list? > > Regards, > Alexey Myroneko > > p.s. I'm not tired you? > > > --- Оригінальне повідомлення --- > Від кого: "Basso, Luis Fernando" <lf...@vi...> > Кому: hwg...@li..., "oleksa" <m.o...@uk...> > Дата: 4 липня 2012, 15:37:48 > Тема: Re: [Hwgui-developers] $Id: Changelog 18472012-07-0217:52:47ZLFBASSO$ > > > > > > Sorry for the inconvenience on the variables. > > I sometimes forget when I type the code to SVN. > > I currently use in my code XHARBOR > > > > -----Mensagem Original----- > > From: oleksa > > Sent: Wednesday, July 04, 2012 8:57 AM > > To: hwg...@li... > > Subject: Re: [Hwgui-developers] $Id: Changelog > > 18472012-07-0217:52:47ZLFBASSO$ > > > > Sorry, but you don't answer for my questions. > > > > Regards, > > Alexey Myronenko > > > > p.s. one positive moment - i learn English > > > > --- Оригінальне повідомлення --- > > Від кого: "oleksa" <m.o...@uk...> > > Кому: hwg...@li... > > Дата: 4 липня 2012, 08:39:23 > > Тема: Re: [Hwgui-developers] $Id: Changelog 1847 2012-07-0217:52:47ZLFBASSO$ > > > > > > > > > > > Hi! > > > > > > What compiler do you use Harbour or xHarbour for build hwgui? > > > Did you check source yourself before commit it? > > > Have you any warning or/and an error while building hwgui? Because i have! > > > > > > hbmk2: Compiling Harbour sources... > > > > > > source\hpanel.prg(124) Warning W0003 Variable 'ACOORS' declared but not > > > used in function 'HPANEL_ACTIVATE(98)' > > > > > > source\hpanel.prg(124) Warning W0003 Variable 'NWIDTH' declared but not > > > used in function 'HPANEL_ACTIVATE(98)' > > > > > > source\hpanel.prg(124) Warning W0003 Variable 'NHEIGHT' declared but not > > > used in function 'HPANEL_ACTIVATE(98)' > > > > > > source\hpanel.prg(187) Warning W0001 Ambiguous reference 'NRET' > > > > > > source\hpanel.prg(188) Warning W0001 Ambiguous reference 'NRET' > > > > > > source\hpanel.prg(188) Warning W0001 Ambiguous reference 'NRET' > > > > > > source\hpanel.prg(188) Warning W0001 Ambiguous reference 'NRET' > > > > > > source\hpanel.prg(190) Warning W0001 Ambiguous reference 'NRET' > > > > > > source\hpanel.prg(424) Warning W0003 Variable 'LRELEASE' declared but not > > > used in function 'HPANEL_RESIZEOFFSET(391)' > > > > > > No code generated. > > > hbmk2: Error: Running Harbour compiler (embedded). 1 > > > (c:\dev\harbour\bin\harbour.exe) -n1 source\errorsys.prg > > > source\hipedit.prg source\drawwidg.prg source\guimain.prg > > > source\barcode.prg source\hbrowse.prg source\hcheck.prg source\hcombo.prg > > > source\hcontrol.prg source\hcwindow.prg source\hdatepic.prg > > > source\hdialog.prg source\hedit.prg source\hfreeimg.prg > > > source\hfrmtmpl.prg source\hgraph.prg source\hgrid.prg source\hgridex.prg > > > source\hlistbox.prg source\htool.prg source\hmonthc.prg > > > source\htrackbr.prg source\hanimat.prg source\hnice.prg source\hownbtn.prg > > > source\hpanel.prg source\hprinter.prg source\hprogres.prg > > > source\hradio.prg source\hpager.prg source\hrebar.prg source\hriched.prg > > > source\hsayimg.prg source\hshbtn.prg source\hsplash.prg source\hsplit.prg > > > source\htab.prg source\htimer.prg source\htree.prg source\hrect.prg > > > source\hupdown.prg source\hwindow.prg source\hwinprn.prg source\menu.prg > > > source\repexec.prg source\printdos.prg source\hdc.prg source\hhyper.prg > > > source\richtext.prg -n -q0 -w3 -es2 -olib\.hbmk\win\mingw\ -ic:\dev\harbour\include > > > -iinclude > > > > > > Regards, > > > Alexey Myronenko > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > Live Security Virtual Conference > > > Exclusive live event will cover all the ways today's security and > > > threat landscape has changed and how IT managers can respond. Discussions > > > will include endpoint security, mobile security and the latest in malware > > > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > > _______________________________________________ > > > Hwgui-developers mailing list > > > Hwg...@li... > > > https://lists.sourceforge.net/lists/listinfo/hwgui-developers > > > > ------------------------------------------------------------------------------ > > Live Security Virtual Conference > > Exclusive live event will cover all the ways today's security and > > threat landscape has changed and how IT managers can respond. Discussions > > will include endpoint security, mobile security and the latest in malware > > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > _______________________________________________ > > Hwgui-developers mailing list > > Hwg...@li... > > https://lists.sourceforge.net/lists/listinfo/hwgui-developers > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Hwgui-developers mailing list > Hwg...@li... > https://lists.sourceforge.net/lists/listinfo/hwgui-developers |
|
From: oleksa <m.o...@uk...> - 2012-07-04 13:54:22
|
Hi Admins, i suggest you open a new branch to test the hwgui project, and revert all changes to last stable revision on the main branch. What are You, and users too, think about it? Regards, Alexey Myronenko |
|
From: oleksa <m.o...@uk...> - 2012-07-04 13:44:17
|
Ok! Let play in the game, guess what my next post will be to hwgui dev list? Regards, Alexey Myroneko p.s. I'm not tired you? --- Оригінальне повідомлення --- Від кого: "Basso, Luis Fernando" <lf...@vi...> Кому: hwg...@li..., "oleksa" <m.o...@uk...> Дата: 4 липня 2012, 15:37:48 Тема: Re: [Hwgui-developers] $Id: Changelog 18472012-07-0217:52:47ZLFBASSO$ > Sorry for the inconvenience on the variables. > I sometimes forget when I type the code to SVN. > I currently use in my code XHARBOR > > -----Mensagem Original----- > From: oleksa > Sent: Wednesday, July 04, 2012 8:57 AM > To: hwg...@li... > Subject: Re: [Hwgui-developers] $Id: Changelog > 18472012-07-0217:52:47ZLFBASSO$ > > Sorry, but you don't answer for my questions. > > Regards, > Alexey Myronenko > > p.s. one positive moment - i learn English > > --- Оригінальне повідомлення --- > Від кого: "oleksa" <m.o...@uk...> > Кому: hwg...@li... > Дата: 4 липня 2012, 08:39:23 > Тема: Re: [Hwgui-developers] $Id: Changelog 1847 2012-07-0217:52:47ZLFBASSO$ > > > > > > Hi! > > > > What compiler do you use Harbour or xHarbour for build hwgui? > > Did you check source yourself before commit it? > > Have you any warning or/and an error while building hwgui? Because i have! > > > > hbmk2: Compiling Harbour sources... > > > > source\hpanel.prg(124) Warning W0003 Variable 'ACOORS' declared but not > > used in function 'HPANEL_ACTIVATE(98)' > > > > source\hpanel.prg(124) Warning W0003 Variable 'NWIDTH' declared but not > > used in function 'HPANEL_ACTIVATE(98)' > > > > source\hpanel.prg(124) Warning W0003 Variable 'NHEIGHT' declared but not > > used in function 'HPANEL_ACTIVATE(98)' > > > > source\hpanel.prg(187) Warning W0001 Ambiguous reference 'NRET' > > > > source\hpanel.prg(188) Warning W0001 Ambiguous reference 'NRET' > > > > source\hpanel.prg(188) Warning W0001 Ambiguous reference 'NRET' > > > > source\hpanel.prg(188) Warning W0001 Ambiguous reference 'NRET' > > > > source\hpanel.prg(190) Warning W0001 Ambiguous reference 'NRET' > > > > source\hpanel.prg(424) Warning W0003 Variable 'LRELEASE' declared but not > > used in function 'HPANEL_RESIZEOFFSET(391)' > > > > No code generated. > > hbmk2: Error: Running Harbour compiler (embedded). 1 > > (c:\dev\harbour\bin\harbour.exe) -n1 source\errorsys.prg > > source\hipedit.prg source\drawwidg.prg source\guimain.prg > > source\barcode.prg source\hbrowse.prg source\hcheck.prg source\hcombo.prg > > source\hcontrol.prg source\hcwindow.prg source\hdatepic.prg > > source\hdialog.prg source\hedit.prg source\hfreeimg.prg > > source\hfrmtmpl.prg source\hgraph.prg source\hgrid.prg source\hgridex.prg > > source\hlistbox.prg source\htool.prg source\hmonthc.prg > > source\htrackbr.prg source\hanimat.prg source\hnice.prg source\hownbtn.prg > > source\hpanel.prg source\hprinter.prg source\hprogres.prg > > source\hradio.prg source\hpager.prg source\hrebar.prg source\hriched.prg > > source\hsayimg.prg source\hshbtn.prg source\hsplash.prg source\hsplit.prg > > source\htab.prg source\htimer.prg source\htree.prg source\hrect.prg > > source\hupdown.prg source\hwindow.prg source\hwinprn.prg source\menu.prg > > source\repexec.prg source\printdos.prg source\hdc.prg source\hhyper.prg > > source\richtext.prg -n -q0 -w3 -es2 -olib\.hbmk\win\mingw\ -ic:\dev\harbour\include > > -iinclude > > > > Regards, > > Alexey Myronenko > > > > > > > > ------------------------------------------------------------------------------ > > Live Security Virtual Conference > > Exclusive live event will cover all the ways today's security and > > threat landscape has changed and how IT managers can respond. Discussions > > will include endpoint security, mobile security and the latest in malware > > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > _______________________________________________ > > Hwgui-developers mailing list > > Hwg...@li... > > https://lists.sourceforge.net/lists/listinfo/hwgui-developers > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Hwgui-developers mailing list > Hwg...@li... > https://lists.sourceforge.net/lists/listinfo/hwgui-developers |
|
From: Basso, L. F. <lf...@vi...> - 2012-07-04 12:37:51
|
Sorry for the inconvenience on the variables. I sometimes forget when I type the code to SVN. I currently use in my code XHARBOR -----Mensagem Original----- From: oleksa Sent: Wednesday, July 04, 2012 8:57 AM To: hwg...@li... Subject: Re: [Hwgui-developers] $Id: Changelog 18472012-07-0217:52:47ZLFBASSO$ Sorry, but you don't answer for my questions. Regards, Alexey Myronenko p.s. one positive moment - i learn English --- Оригінальне повідомлення --- Від кого: "oleksa" <m.o...@uk...> Кому: hwg...@li... Дата: 4 липня 2012, 08:39:23 Тема: Re: [Hwgui-developers] $Id: Changelog 1847 2012-07-0217:52:47ZLFBASSO$ > Hi! > > What compiler do you use Harbour or xHarbour for build hwgui? > Did you check source yourself before commit it? > Have you any warning or/and an error while building hwgui? Because i have! > > hbmk2: Compiling Harbour sources... > > source\hpanel.prg(124) Warning W0003 Variable 'ACOORS' declared but not > used in function 'HPANEL_ACTIVATE(98)' > > source\hpanel.prg(124) Warning W0003 Variable 'NWIDTH' declared but not > used in function 'HPANEL_ACTIVATE(98)' > > source\hpanel.prg(124) Warning W0003 Variable 'NHEIGHT' declared but not > used in function 'HPANEL_ACTIVATE(98)' > > source\hpanel.prg(187) Warning W0001 Ambiguous reference 'NRET' > > source\hpanel.prg(188) Warning W0001 Ambiguous reference 'NRET' > > source\hpanel.prg(188) Warning W0001 Ambiguous reference 'NRET' > > source\hpanel.prg(188) Warning W0001 Ambiguous reference 'NRET' > > source\hpanel.prg(190) Warning W0001 Ambiguous reference 'NRET' > > source\hpanel.prg(424) Warning W0003 Variable 'LRELEASE' declared but not > used in function 'HPANEL_RESIZEOFFSET(391)' > > No code generated. > hbmk2: Error: Running Harbour compiler (embedded). 1 > (c:\dev\harbour\bin\harbour.exe) -n1 source\errorsys.prg > source\hipedit.prg source\drawwidg.prg source\guimain.prg > source\barcode.prg source\hbrowse.prg source\hcheck.prg source\hcombo.prg > source\hcontrol.prg source\hcwindow.prg source\hdatepic.prg > source\hdialog.prg source\hedit.prg source\hfreeimg.prg > source\hfrmtmpl.prg source\hgraph.prg source\hgrid.prg source\hgridex.prg > source\hlistbox.prg source\htool.prg source\hmonthc.prg > source\htrackbr.prg source\hanimat.prg source\hnice.prg source\hownbtn.prg > source\hpanel.prg source\hprinter.prg source\hprogres.prg > source\hradio.prg source\hpager.prg source\hrebar.prg source\hriched.prg > source\hsayimg.prg source\hshbtn.prg source\hsplash.prg source\hsplit.prg > source\htab.prg source\htimer.prg source\htree.prg source\hrect.prg > source\hupdown.prg source\hwindow.prg source\hwinprn.prg source\menu.prg > source\repexec.prg source\printdos.prg source\hdc.prg source\hhyper.prg > source\richtext.prg -n -q0 -w3 -es2 -olib\.hbmk\win\mingw\ -ic:\dev\harbour\include > -iinclude > > Regards, > Alexey Myronenko > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Hwgui-developers mailing list > Hwg...@li... > https://lists.sourceforge.net/lists/listinfo/hwgui-developers ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Hwgui-developers mailing list Hwg...@li... https://lists.sourceforge.net/lists/listinfo/hwgui-developers |
|
From: oleksa <m.o...@uk...> - 2012-07-04 11:58:04
|
Sorry, but you don't answer for my questions. Regards, Alexey Myronenko p.s. one positive moment - i learn English --- Оригінальне повідомлення --- Від кого: "oleksa" <m.o...@uk...> Кому: hwg...@li... Дата: 4 липня 2012, 08:39:23 Тема: Re: [Hwgui-developers] $Id: Changelog 1847 2012-07-0217:52:47ZLFBASSO$ > Hi! > > What compiler do you use Harbour or xHarbour for build hwgui? > Did you check source yourself before commit it? > Have you any warning or/and an error while building hwgui? Because i have! > > hbmk2: Compiling Harbour sources... > > source\hpanel.prg(124) Warning W0003 Variable 'ACOORS' declared but not used in function 'HPANEL_ACTIVATE(98)' > > source\hpanel.prg(124) Warning W0003 Variable 'NWIDTH' declared but not used in function 'HPANEL_ACTIVATE(98)' > > source\hpanel.prg(124) Warning W0003 Variable 'NHEIGHT' declared but not used in function 'HPANEL_ACTIVATE(98)' > > source\hpanel.prg(187) Warning W0001 Ambiguous reference 'NRET' > > source\hpanel.prg(188) Warning W0001 Ambiguous reference 'NRET' > > source\hpanel.prg(188) Warning W0001 Ambiguous reference 'NRET' > > source\hpanel.prg(188) Warning W0001 Ambiguous reference 'NRET' > > source\hpanel.prg(190) Warning W0001 Ambiguous reference 'NRET' > > source\hpanel.prg(424) Warning W0003 Variable 'LRELEASE' declared but not used in function 'HPANEL_RESIZEOFFSET(391)' > > No code generated. > hbmk2: Error: Running Harbour compiler (embedded). 1 > (c:\dev\harbour\bin\harbour.exe) -n1 source\errorsys.prg source\hipedit.prg source\drawwidg.prg source\guimain.prg source\barcode.prg source\hbrowse.prg source\hcheck.prg source\hcombo.prg source\hcontrol.prg source\hcwindow.prg source\hdatepic.prg source\hdialog.prg source\hedit.prg source\hfreeimg.prg source\hfrmtmpl.prg source\hgraph.prg source\hgrid.prg source\hgridex.prg source\hlistbox.prg source\htool.prg source\hmonthc.prg source\htrackbr.prg source\hanimat.prg source\hnice.prg source\hownbtn.prg source\hpanel.prg source\hprinter.prg source\hprogres.prg source\hradio.prg source\hpager.prg source\hrebar.prg source\hriched.prg source\hsayimg.prg source\hshbtn.prg source\hsplash.prg source\hsplit.prg source\htab.prg source\htimer.prg source\htree.prg source\hrect.prg source\hupdown.prg source\hwindow.prg source\hwinprn.prg source\menu.prg source\repexec.prg source\printdos.prg source\hdc.prg source\hhyper.prg source\richtext.prg -n -q0 -w3 -es2 -olib\.hbmk\win\mingw\ -ic:\dev\harbour\include -iinclude > > Regards, > Alexey Myronenko > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Hwgui-developers mailing list > Hwg...@li... > https://lists.sourceforge.net/lists/listinfo/hwgui-developers |
|
From: oleksa <m.o...@uk...> - 2012-07-04 11:52:25
|
PLEASE, CAN YOU CHECK YOUR SOURCE BEFORE COMMIT IT TO SVN. Read the hwgui dev list, you are commit change i'm send report about error, you are again commit change and i'm again report about error, you commit ..., again and again. I believe you want that hwgui is more stable, more efficient, but may be only for yourself, sorry! hbmk2: Compiling Harbour sources... source\hhyper.prg(130) Warning W0003 Variable 'BCLICK' declared but not used in function 'HSTATICLINK_NEW(80)' source\hhyper.prg(355) Warning W0001 Ambiguous reference 'BMPRECT' source\hhyper.prg(358) Warning W0002 Ambiguous reference, assuming memvar 'BMPRECT' source\hhyper.prg(358) Warning W0002 Ambiguous reference, assuming memvar 'BMPRECT' source\hhyper.prg(360) Warning W0002 Ambiguous reference, assuming memvar 'BMPRECT' source\hhyper.prg(360) Warning W0002 Ambiguous reference, assuming memvar 'BMPRECT' source\hhyper.prg(369) Error E0030 Syntax error "syntax error at '|'" source\hhyper.prg(370) Warning W0001 Ambiguous reference 'DWSTYLE' source\hhyper.prg(402) Warning W0001 Method <Resize( x, y )> not declared or declaration mismatch in class <HStaticLink> source\hhyper.prg(421) Warning W0003 Variable 'X' declared but not used in function 'HSTATICLINK_RESIZE(402)' source\hhyper.prg(421) Warning W0003 Variable 'Y' declared but not used in function 'HSTATICLINK_RESIZE(402)' source\hhyper.prg(421) Warning W0032 Variable 'ACOORS' is assigned but not used in function 'HSTATICLINK_RESIZE(403)' 1 error No code generated. hbmk2: Error: Running Harbour compiler (embedded). 1 (c:\dev\harbour\bin\harbour.exe) -n1 source\errorsys.prg source\hipedit.prg source\drawwidg.prg source\guimain.prg source\barcode.prg source\hbrowse.prg source\hcheck.prg source\hcombo.prg source\hcontrol.prg source\hcwindow.prg source\hdatepic.prg source\hdialog.prg source\hedit.prg source\hfreeimg.prg source\hfrmtmpl.prg source\hgraph.prg source\hgrid.prg source\hgridex.prg source\hlistbox.prg source\htool.prg source\hmonthc.prg source\htrackbr.prg source\hanimat.prg source\hnice.prg source\hownbtn.prg source\hpanel.prg source\hprinter.prg source\hprogres.prg source\hradio.prg source\hpager.prg source\hrebar.prg source\hriched.prg source\hsayimg.prg source\hshbtn.prg source\hsplash.prg source\hsplit.prg source\htab.prg source\htimer.prg source\htree.prg source\hrect.prg source\hupdown.prg source\hwindow.prg source\hwinprn.prg source\menu.prg source\repexec.prg source\printdos.prg source\hdc.prg source\hhyper.prg source\richtext.prg -n -q0 -w3 -es2 -olib\.hbmk\win\mingw\ -ic:\dev\harbour\include -iinclude Regards, Alexey Myronenko --- Оригінальне повідомлення --- Від кого: "Basso, Luis Fernando" <lf...@vi...> Кому: hwg...@li... Дата: 4 липня 2012, 14:20:06 Тема: Re: [Hwgui-developers] $Id: Changelog18472012-07-0217:52:47ZLFBASSO$ > I believe hwgui is well documented and the variables are well defined. The > changes may bring some mismatch at first, but then are adjusted. > > " particular horrible coding practice seems to be using numbers instead of > #defines for Windows API constants." > This is old stuff, is not due to recent code. > All changes and new features are to improve the quality of the LIB GRAPHICS. > The current lib is far superior to the old LIB > > > Luis Fernando Basso > lf...@vi... > > -----Mensagem Original----- > From: oleksa > Sent: Wednesday, July 04, 2012 4:26 AM > To: hwg...@li... > Subject: Re: [Hwgui-developers] $Id: Changelog > 18472012-07-0217:52:47ZLFBASSO$ > > Hi! > > Thanks for your respond, i'm stop using the hwgui long time ago, some form > and report i edit manualy w/o visual designer, some code i rewrote for > console mode, i think that shock therapy will not prevent the hwgui, and i > believe that Alexander will return to restore order. > > Regards, > Alexey Myronenko > > --- Оригінальне повідомлення --- > Від кого: "Alex Strickland" <ss...@mw...> > Кому: hwg...@li... > Дата: 4 липня 2012, 09:39:02 > Тема: Re: [Hwgui-developers] $Id: Changelog 1847 2012-07-0217:52:47ZLFBASSO$ > > > > > > On 2012/07/04 07:39 AM, oleksa wrote: > > > > > What compiler do you use Harbour or xHarbour for build hwgui? > > > Did you check source yourself before commit it? > > > Have you any warning or/and an error while building hwgui? Because i > > > have! > > > > Sadly, I think HWGUI is beyond repair. I have long since stopped using > > the latest version as every change seemed to create a new > > incompatibility. There are no decent code standards, and many of the > > variable are not in English. A particular horrible coding practice seems > > to be using numbers instead of #defines for Windows API constants. > > > > A good (bad) example is hwgbrowse.prg. > > > > -- > > Regards > > Alex > > > > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Hwgui-developers mailing list > Hwg...@li... > https://lists.sourceforge.net/lists/listinfo/hwgui-developers |
|
From: Basso, L. F. <lf...@vi...> - 2012-07-04 11:20:04
|
I believe hwgui is well documented and the variables are well defined. The changes may bring some mismatch at first, but then are adjusted. " particular horrible coding practice seems to be using numbers instead of #defines for Windows API constants." This is old stuff, is not due to recent code. All changes and new features are to improve the quality of the LIB GRAPHICS. The current lib is far superior to the old LIB Luis Fernando Basso lf...@vi... -----Mensagem Original----- From: oleksa Sent: Wednesday, July 04, 2012 4:26 AM To: hwg...@li... Subject: Re: [Hwgui-developers] $Id: Changelog 18472012-07-0217:52:47ZLFBASSO$ Hi! Thanks for your respond, i'm stop using the hwgui long time ago, some form and report i edit manualy w/o visual designer, some code i rewrote for console mode, i think that shock therapy will not prevent the hwgui, and i believe that Alexander will return to restore order. Regards, Alexey Myronenko --- Оригінальне повідомлення --- Від кого: "Alex Strickland" <ss...@mw...> Кому: hwg...@li... Дата: 4 липня 2012, 09:39:02 Тема: Re: [Hwgui-developers] $Id: Changelog 1847 2012-07-0217:52:47ZLFBASSO$ > On 2012/07/04 07:39 AM, oleksa wrote: > > > What compiler do you use Harbour or xHarbour for build hwgui? > > Did you check source yourself before commit it? > > Have you any warning or/and an error while building hwgui? Because i > > have! > > Sadly, I think HWGUI is beyond repair. I have long since stopped using > the latest version as every change seemed to create a new > incompatibility. There are no decent code standards, and many of the > variable are not in English. A particular horrible coding practice seems > to be using numbers instead of #defines for Windows API constants. > > A good (bad) example is hwgbrowse.prg. > > -- > Regards > Alex > > |
|
From: oleksa <m.o...@uk...> - 2012-07-04 07:27:02
|
Hi! Thanks for your respond, i'm stop using the hwgui long time ago, some form and report i edit manualy w/o visual designer, some code i rewrote for console mode, i think that shock therapy will not prevent the hwgui, and i believe that Alexander will return to restore order. Regards, Alexey Myronenko --- Оригінальне повідомлення --- Від кого: "Alex Strickland" <ss...@mw...> Кому: hwg...@li... Дата: 4 липня 2012, 09:39:02 Тема: Re: [Hwgui-developers] $Id: Changelog 1847 2012-07-0217:52:47ZLFBASSO$ > On 2012/07/04 07:39 AM, oleksa wrote: > > > What compiler do you use Harbour or xHarbour for build hwgui? > > Did you check source yourself before commit it? > > Have you any warning or/and an error while building hwgui? Because i have! > > Sadly, I think HWGUI is beyond repair. I have long since stopped using > the latest version as every change seemed to create a new > incompatibility. There are no decent code standards, and many of the > variable are not in English. A particular horrible coding practice seems > to be using numbers instead of #defines for Windows API constants. > > A good (bad) example is hwgbrowse.prg. > > -- > Regards > Alex > > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Hwgui-developers mailing list > Hwg...@li... > https://lists.sourceforge.net/lists/listinfo/hwgui-developers |
|
From: Alex S. <ss...@mw...> - 2012-07-04 06:39:00
|
On 2012/07/04 07:39 AM, oleksa wrote: > What compiler do you use Harbour or xHarbour for build hwgui? > Did you check source yourself before commit it? > Have you any warning or/and an error while building hwgui? Because i have! Sadly, I think HWGUI is beyond repair. I have long since stopped using the latest version as every change seemed to create a new incompatibility. There are no decent code standards, and many of the variable are not in English. A particular horrible coding practice seems to be using numbers instead of #defines for Windows API constants. A good (bad) example is hwgbrowse.prg. -- Regards Alex |
|
From: oleksa <m.o...@uk...> - 2012-07-04 05:39:19
|
Hi! What compiler do you use Harbour or xHarbour for build hwgui? Did you check source yourself before commit it? Have you any warning or/and an error while building hwgui? Because i have! hbmk2: Compiling Harbour sources... source\hpanel.prg(124) Warning W0003 Variable 'ACOORS' declared but not used in function 'HPANEL_ACTIVATE(98)' source\hpanel.prg(124) Warning W0003 Variable 'NWIDTH' declared but not used in function 'HPANEL_ACTIVATE(98)' source\hpanel.prg(124) Warning W0003 Variable 'NHEIGHT' declared but not used in function 'HPANEL_ACTIVATE(98)' source\hpanel.prg(187) Warning W0001 Ambiguous reference 'NRET' source\hpanel.prg(188) Warning W0001 Ambiguous reference 'NRET' source\hpanel.prg(188) Warning W0001 Ambiguous reference 'NRET' source\hpanel.prg(188) Warning W0001 Ambiguous reference 'NRET' source\hpanel.prg(190) Warning W0001 Ambiguous reference 'NRET' source\hpanel.prg(424) Warning W0003 Variable 'LRELEASE' declared but not used in function 'HPANEL_RESIZEOFFSET(391)' No code generated. hbmk2: Error: Running Harbour compiler (embedded). 1 (c:\dev\harbour\bin\harbour.exe) -n1 source\errorsys.prg source\hipedit.prg source\drawwidg.prg source\guimain.prg source\barcode.prg source\hbrowse.prg source\hcheck.prg source\hcombo.prg source\hcontrol.prg source\hcwindow.prg source\hdatepic.prg source\hdialog.prg source\hedit.prg source\hfreeimg.prg source\hfrmtmpl.prg source\hgraph.prg source\hgrid.prg source\hgridex.prg source\hlistbox.prg source\htool.prg source\hmonthc.prg source\htrackbr.prg source\hanimat.prg source\hnice.prg source\hownbtn.prg source\hpanel.prg source\hprinter.prg source\hprogres.prg source\hradio.prg source\hpager.prg source\hrebar.prg source\hriched.prg source\hsayimg.prg source\hshbtn.prg source\hsplash.prg source\hsplit.prg source\htab.prg source\htimer.prg source\htree.prg source\hrect.prg source\hupdown.prg source\hwindow.prg source\hwinprn.prg source\menu.prg source\repexec.prg source\printdos.prg source\hdc.prg source\hhyper.prg source\richtext.prg -n -q0 -w3 -es2 -olib\.hbmk\win\mingw\ -ic:\dev\harbour\include -iinclude Regards, Alexey Myronenko |
|
From: oleksa <m.o...@uk...> - 2012-07-03 14:05:04
|
For me rules of dev list is not broken, find my changes on dev list!!! regards, Alexey Myronenko --- Оригінальне повідомлення --- Від кого: "Luiz Rafael Culik" <lu...@xh...> Кому: "oleksa" <m.o...@uk...> Дата: 3 липня 2012, 16:52:13 Тема: Re: [Hwgui-developers] $Id: Changelog 1847 2012-07-02 17:52:47ZLFBASSO$ > Hi > > All commits are for commits list, the rules for dev one is broken > > Regards > Luiz > > 2012/7/3 oleksa <m.o...@uk...>: > > And so what? > > Look at harbour dev list, any changes fixed in the changelog file, each developers, and not only, knows about it. Rules is the same and for hwgui project, or let admins of hwgui publish the new rule, where any developer will do what he want with project. > > > > Hi Admins, don't be away from hwgui! > > > > Regards, > > Alexey Myronenko > > > > --- Оригінальне повідомлення --- > > Від кого: "Basso, Luis Fernando" <lf...@vi...> > > Кому: "oleksa" <m.o...@uk...> > > Дата: 3 липня 2012, 16:18:12 > > Тема: Re: [Hwgui-developers] $Id: Changelog 1847 2012-07-02 17:52:47ZLFBASSO$ > > > > > > > > > >> because it was only removed the two variables related to unnecessary update > >> yesterday > >> > source\hcwindow.prg(554) Warning W0032 Variable 'NPOSVERT' is assigned > >> > but not used in function 'HCUSTOMWINDOW_REDEFINESCROLLBARS(533)' > >> > > >> > source\hcwindow.prg(554) Warning W0032 Variable 'NPOSHORZ' is assigned > >> > but not used in function 'HCUSTOMWINDOW_REDEFINESCROLLBARS(534)' > >> > >> Regards > >> Luis Fernando > >> > >> -----Mensagem Original----- > >> From: oleksa > >> Sent: Tuesday, July 03, 2012 10:11 AM > >> To: hwg...@li... > >> Subject: Re: [Hwgui-developers] $Id: Changelog 1847 2012-07-02 > >> 17:52:47ZLFBASSO$ > >> > >> Hi! > >> > >> I see that hcwindow.prg was changed, but i can't see any log in ChangeLog > >> file, why? > >> And please, send post to dev list instead of commit list. > >> > >> Regards, > >> Alexey Myronenko > >> > >> --- Оригінальне повідомлення --- > >> Від кого: "oleksa" <m.o...@uk...> > >> Кому: hwg...@li... > >> Дата: 3 липня 2012, 13:11:49 > >> Тема: [Hwgui-developers] $Id: Changelog 1847 2012-07-02 17:52:47Z LFBASSO$ > >> > >> > >> > >> > >> > Hi! > >> > > >> > hbmk2: Compiling Harbour sources... > >> > > >> > source\hcwindow.prg(554) Warning W0032 Variable 'NPOSVERT' is assigned > >> > but not used in function 'HCUSTOMWINDOW_REDEFINESCROLLBARS(533)' > >> > > >> > source\hcwindow.prg(554) Warning W0032 Variable 'NPOSHORZ' is assigned > >> > but not used in function 'HCUSTOMWINDOW_REDEFINESCROLLBARS(534)' > >> > > >> > No code generated. > >> > hbmk2: Error: Running Harbour compiler (embedded). 1 > >> > > >> > Regards, > >> > Alexey Myronenko > >> > > >> > ------------------------------------------------------------------------------ > >> > Live Security Virtual Conference > >> > Exclusive live event will cover all the ways today's security and > >> > threat landscape has changed and how IT managers can respond. Discussions > >> > will include endpoint security, mobile security and the latest in malware > >> > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > >> > _______________________________________________ > >> > Hwgui-developers mailing list > >> > Hwg...@li... > >> > https://lists.sourceforge.net/lists/listinfo/hwgui-developers > >> > >> ------------------------------------------------------------------------------ > >> Live Security Virtual Conference > >> Exclusive live event will cover all the ways today's security and > >> threat landscape has changed and how IT managers can respond. Discussions > >> will include endpoint security, mobile security and the latest in malware > >> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > >> _______________________________________________ > >> Hwgui-developers mailing list > >> Hwg...@li... > >> https://lists.sourceforge.net/lists/listinfo/hwgui-developers > > > > ------------------------------------------------------------------------------ > > Live Security Virtual Conference > > Exclusive live event will cover all the ways today's security and > > threat landscape has changed and how IT managers can respond. Discussions > > will include endpoint security, mobile security and the latest in malware > > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > > _______________________________________________ > > Hwgui-developers mailing list > > Hwg...@li... > > https://lists.sourceforge.net/lists/listinfo/hwgui-developers |