Re: [MSEide-MSEgui-talk] about showmessage() showerror ......

2011-12-26 Thread liuzg2
于 2011/12/26 14:51, Martin Schreiber 写道: On 12/26/2011 01:21 AM, liuzg2 wrote: my app use the font name:='stf_roman' charset:='GB2312' but when catch error or showmessage() it looks not like use my app font. How do you set the font? Martin uses //heaptrc, {$IFDEF UNIX}{$IFDEF

Re: [MSEide-MSEgui-talk] about showmessage() showerror ......

2011-12-26 Thread Martin Schreiber
On 12/26/2011 10:11 AM, liuzg2 wrote: uses //heaptrc, {$IFDEF UNIX}{$IFDEF UseCThreads} cthreads, {$ENDIF}{$ENDIF} msegui, main, mseconsts, mseconsts_zh ;//,datamodule,msedatamodules; //{$IFDEF WINDOWS}{$R laz.rc}{$ENDIF} {$R *.res} begin setlangconsts('zh');

[MSEide-MSEgui-talk] TDBEnumEditLB: empty_text

2011-12-26 Thread IvankoB
How to cause it to display this text if no selection made in the list ? -- Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to sell to

[MSEide-MSEgui-talk] IDE: Project-Tree-Units: error message when clicking on inhertired event handler in descendant form

2011-12-26 Thread IvankoB
For instance, in the PODPISKA, add refs/common/RECEDITFORM.pas to the project tree then click REFCOMPANYEDITFORM.btnSave.OnExecute ( = treceditfo.recsaveexec ). -- Write once. Port to many. Get the SDK and tools to

[MSEide-MSEgui-talk] *.mfm-file closed manually sometimes reopens on saving project or saving all

2011-12-26 Thread IvankoB
if both pas- mfm-files were loaded to the IDE and the pas-fiel was closed earlier. -- Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing apps to

[MSEide-MSEgui-talk] The PODPISKA: RefCompanyEditForm.dbcdeDateBegin needs FormatEdit/FormaDisplay to match such format of underlying DB

2011-12-26 Thread IvankoB
Otherwise it refuses to post changes with message about date format mismatch. So, FormatEdit/FormaDisplay become required (not auto-tunable) properties. As designed ? -- Write once. Port to many. Get the SDK and tools

Re: [MSEide-MSEgui-talk] TDBEnumEditLB: empty_text

2011-12-26 Thread Martin Schreiber
On 12/26/2011 12:10 PM, IvankoB wrote: How to cause it to display this text if no selection made in the list ? This text will be displayed if the field value is NULL. Martin -- Write once. Port to many. Get the SDK

Re: [MSEide-MSEgui-talk] IDE: Project-Tree-Units: error message when clicking on inhertired event handler in descendant form

2011-12-26 Thread Martin Schreiber
On 12/26/2011 12:54 PM, IvankoB wrote: For instance, in the PODPISKA, add refs/common/RECEDITFORM.pas to the project tree then click REFCOMPANYEDITFORM.btnSave.OnExecute ( = treceditfo.recsaveexec ). In object inspector? Works for me. Which error message? Martin

Re: [MSEide-MSEgui-talk] *.mfm-file closed manually sometimes reopens on saving project or saving all

2011-12-26 Thread Martin Schreiber
On 12/26/2011 01:16 PM, IvankoB wrote: if both pas- mfm-files were loaded to the IDE and the pas-fiel was closed earlier. Steps to reproduce? -- Write once. Port to many. Get the SDK and tools to simplify

Re: [MSEide-MSEgui-talk] The PODPISKA: RefCompanyEditForm.dbcdeDateBegin needs FormatEdit/FormaDisplay to match such format of underlying DB

2011-12-26 Thread Martin Schreiber
On 12/26/2011 02:02 PM, IvankoB wrote: Otherwise it refuses to post changes with message about date format mismatch. So, FormatEdit/FormaDisplay become required (not auto-tunable) properties. As designed ? No, formatedit/formatdisp are independent of DB format. Are you sure the error is on

Re: [MSEide-MSEgui-talk] The PODPISKA: RefCompanyEditForm.dbcdeDateBegin needs FormatEdit/FormaDisplay to match such format of underlying DB

2011-12-26 Thread IvankoB
Are you sure the error is on DB post and not on text-date conversion in tdbedataedit? Me has retyped the database display format (dd.mm.) into FormatEdit for Post to succeed. -- Write once. Port to many. Get the

Re: [MSEide-MSEgui-talk] *.mfm-file closed manually sometimes reopens on saving project or saving all

2011-12-26 Thread IvankoB
On 12/26/2011 01:16 PM, IvankoB wrote: if both pas- mfm-files were loaded to the IDE and the pas-fiel was closed earlier. Steps to reproduce? It's a very old ghost issue :) Happens after both mfm- pas-file were open simultaneously for some reason but neither manually nor via RClick 's