Re: [MSEide-MSEgui-talk] Default Form Clicks (RAD)

2011-12-13 Thread Sieghard
Hallo nore...@z505.com, Du schriebst am Mon, 12 Dec 2011 19:38:28 -0600: I actually know all about bad programming practices in delphi.. lots of Fine for you, I don't. You must have studied it very intensely. should be in some other class. I like to reuse the procedures elsewhere in non-GUI

Re: [MSEide-MSEgui-talk] Default Form Clicks (RAD)

2011-12-12 Thread noreply
Hallo nore...@z505.com, Du schriebst am Sun, 11 Dec 2011 13:01:01 -0600: I enjoy the ability to do quick rad like delphi, but also to do more advanced procedure naming like mse offers. with delphis quick rad, you can You _can_ also created sensibly named event handlers in Delphi, That's

Re: [MSEide-MSEgui-talk] Default Form Clicks (RAD)

2011-12-11 Thread Martin Schreiber
On 12/11/2011 02:41 PM, wahono sri wrote: I agree with z505, to save time to think what's method name should be used. I propose this request 2 years ago, and Martin didn't agree. I still do not agree. :-) Martin --

Re: [MSEide-MSEgui-talk] Default Form Clicks (RAD)

2011-12-11 Thread noreply
I agree with z505, to save time to think what's method name should be used. I propose this request 2 years ago, and Martin didn't agree. Than I modify in objectinspector.pas I think this is basic feature in popular IDE such as VB and Delphi. I enjoy the ability to do quick rad like delphi,

Re: [MSEide-MSEgui-talk] Default Form Clicks (RAD)

2011-12-11 Thread noreply
Than I modify in objectinspector.pas I think this is basic feature in popular IDE such as VB and Delphi. procedure tobjectinspectorfo.valueskeydown(const sender: twidget; var info: keyeventinfoty); begin if isenterkey(nil,info.key) and (info.shiftstate = []) and

Re: [MSEide-MSEgui-talk] Default Form Clicks (RAD)

2011-12-11 Thread Sieghard
Hallo nore...@z505.com, Du schriebst am Sun, 11 Dec 2011 13:01:01 -0600: I enjoy the ability to do quick rad like delphi, but also to do more advanced procedure naming like mse offers. with delphis quick rad, you can You _can_ also created sensibly named event handlers in Delphi, even

[MSEide-MSEgui-talk] Default Form Clicks (RAD)

2011-12-10 Thread noreply
When you put a button on a form, and double click the button, it does not implement code for you like Delphi and Visual basic. you must go into Exec and create it there. Is this because mseide wishes to be more advanced than delphi and let you name your own method events? Sometimes when doing