RE: [Harbour] 2008-06-08 16:03 UTC+0800 Pritpal Bedi([EMAIL PROTECTED]

2008-06-10 Thread Pritpal Bedi
Massimo > Wich kind of coordinate have WvtTextBox? > Where return a modified value I would suggest you to look into the demo carefully and try to understand the concepts employed. It is NOT a memoedit. It is only a display control. Regards Pritpal Bedi -- View this message in context:

RE: [Harbour] 2008-06-08 16:03 UTC+0800 Pritpal Bedi([EMAIL PROTECTED]

2008-06-10 Thread Massimo Belgrano
x:aPopup, { 'Getsome2', {|| .t. } } ) oDlg:AddObject( oTBx ) read -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pritpal Bedi Sent: Tuesday, June 10, 2008 7:36 PM To: harbour@harbour-project.org Subject: RE: [Harbour] 2008-06-08 16:03 UT

RE: [Harbour] 2008-06-08 16:03 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED]

2008-06-10 Thread Pritpal Bedi
Hi >Resize and copy work also with gtwvg? Not as per today. Actually I am awaiting Przemek to pull GTWVT specific code off GTWVG to minimize the duplicating efforts. But if it is any priority, it can be done easily. Regards Pritpal Bedi -- View this message in context: http://www.nabble.c

RE: [Harbour] 2008-06-08 16:03 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED]

2008-06-10 Thread Massimo Belgrano
Hi Pritpal Resize and copy work also with gtwvg? Massimo -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Pritpal Bedi Sent: Monday, June 09, 2008 1:16 AM To: harbour@harbour-project.org Subject: [Harbour] 2008-06-08 16:03 UTC+0800 Pritpal Bedi ([EMAIL

Re: [Harbour] 2008-06-08 16:03 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED]

2008-06-09 Thread Szakáts Viktor
Hi Pritpal, We need one slot. The event number is enough identify the type of event. We don't need multiple callback codeblocks for this. This just makes the system more difficult to use, maintain and extend. Event number + GT Data. I'd prefer if those callback could read out all the nec

Re: [Harbour] 2008-06-08 16:03 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED]

2008-06-09 Thread Pritpal Bedi
Hi Viktor <<< We define events in a generic fashion, and GTs may implement those which apply, the more carefully we choose the event the more GTs will be able to use them. We just need a few IMO. >>> Mostly true, but not always. <<< We need one slot. The event number is enough identify the type

Re: [Harbour] 2008-06-08 16:03 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED]

2008-06-09 Thread Szakáts Viktor
I do not mind. But "HB_NOSTARTUPWINDOW" is a must as there is no way to force it at the time of initialization of GT. It serves a great purpose. Rest no other symbol is required, so you removed them. Please readd "HB_NOSTARTUPWINDOW". Okay, sorry I didn't even know such thing existed. I'll r

Re: [Harbour] 2008-06-08 16:03 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED]

2008-06-08 Thread Pritpal Bedi
Hello Viktor <<< If you don't mind I'd remove the symbol based methods, as it doesn't seem to be std core language way to control such things. It causes problems where other libs define this symbol for example. >>> I do not mind. But "HB_NOSTARTUPWINDOW" is a must as there is no way to force it

Re: [Harbour] 2008-06-08 16:03 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED]

2008-06-08 Thread Szakáts Viktor
Hi Priptal, If you don't mind I'd remove the symbol based methods, as it doesn't seem to be std core language way to control such things. It causes problems where other libs define this symbol for example. Also back to FireEvent: Since IMO the whole point of GTs is to give an abstraction level

[Harbour] 2008-06-08 16:03 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED]

2008-06-08 Thread Pritpal Bedi
2008-06-08 16:03 UTC+0800 Pritpal Bedi ([EMAIL PROTECTED] * harbour/source/rtl/gtwvt/gtwvt.c * harbour/source/rtl/gtwvt/gtwvt.h * harbour/source/rtl/hbgtcore.c * harbour/include/hbgtinfo.ch + HB_GTI_MARKCOPY Added feature to toggle "Mark and Copy" Sysmenu option with: