Re: [MSEide-MSEgui-talk] How to retrieve MSEide+MSEgui version of 2010 april ?

2013-10-29 Thread Martin Schreiber
On Tuesday 29 October 2013 06:50:55 Ivanko B wrote: Please test. === What ? Whether are both Oncreate OnCreted called before OnLoaded both for regular inherited forms ? If it works as you expect - one can create and show modal forms in oncreate event under all

[MSEide-MSEgui-talk] IDE's form designer: Undelete component doesn't restore position properly

2013-10-29 Thread Ivanko B
the subj. -- Android is increasing in popularity, but the open development platform that developers love is also attractive to malware creators. Download this white paper to learn more about secure code signing practices

Re: [MSEide-MSEgui-talk] IDE's form designer: Undelete component doesn't restore position properly

2013-10-29 Thread Martin Schreiber
On Tuesday 29 October 2013 11:46:58 Ivanko B wrote: the subj. Works for me. -- Android is increasing in popularity, but the open development platform that developers love is also attractive to malware creators. Download

Re: [MSEide-MSEgui-talk] IDE's form designer: Undelete component doesn't restore position properly

2013-10-29 Thread Ivanko B
Did You shift mouse position before undeleting ? -- Android is increasing in popularity, but the open development platform that developers love is also attractive to malware creators. Download this white paper to learn

Re: [MSEide-MSEgui-talk] IDE's form designer: Undelete component doesn't restore position properly

2013-10-29 Thread Martin Schreiber
On Tuesday 29 October 2013 12:13:17 Ivanko B wrote: Did You shift mouse position before undeleting ? Yes. -- Android is increasing in popularity, but the open development platform that developers love is also attractive

Re: [MSEide-MSEgui-talk] IDE: reopening previously closed MFM-file on SaveAll as text file

2013-10-29 Thread Martin Schreiber
On Tuesday 29 October 2013 12:37:11 Ivanko B wrote: MFM file was open then closed for manual viewing editing (the backward compatibility code didn't handle optionswidget-2-optionswidget1 transition correctly for report forms). Can you list exact steps?

[MSEide-MSEgui-talk] GUI error cannot focus connsetupfo on cancelling (MR_CANCEL) form created via SHOWMODALWIDGET

2013-10-29 Thread Ivanko B
The PODPISKA project : // procedure tloginfo.changedbexec(const sender: TObject); begin if showmodalwidget(tconnsetupfo) = mr_ok then begin // cancelled here self.window.modalresult:= mr_cancel; application.terminate; end;

Re: [MSEide-MSEgui-talk] IDE's form designer: Undelete componentdoesn't restore position properly

2013-10-29 Thread Graeme Geldenhuys
Curious why you need an undelete option in the form designer? Simply use your source code repository (hopefully Git) and let it revert lines of code for you. It's probably more reliable and takes mere seconds - plus you get undelete for anything tracked by the repository. ;) Regards, -

Re: [MSEide-MSEgui-talk] IDE: reopening previously closed MFM-file on SaveAll as text file

2013-10-29 Thread Ivanko B
- tried to load a report into IDE, since this report had optionwidget[1] backward errors so its MFM-file was loaded as text for manual fixing - after fixing saving switching to form designer view (Show as form), each SaveAll switches this file back to text view

Re: [MSEide-MSEgui-talk] GUI error cannot focus connsetupfo on cancelling (MR_CANCEL) form created via SHOWMODALWIDGET

2013-10-29 Thread Ivanko B
Oops, really this input form was cancelled : --- function checkmd5password( const psw_digest: TMDDigest; passwordencfunc: passwordencfuncty ): boolean; var fo: tstringenterfo; res: modalresultty; begin repeat result:= false;

Re: [MSEide-MSEgui-talk] IDE's form designer: Undelete componentdoesn't restore position properly

2013-10-29 Thread Ivanko B
Curious why you need an undelete option === Misclicked Cut Copy (placed closely). -- Android is increasing in popularity, but the open development platform that developers love is also attractive to