[MSEide-MSEgui-talk] Breaking change onloaded<->oncreate

2012-09-17 Thread Martin Schreiber
Hi, The wrong names of tcustommseform and tmsedatamodule onloaded and oncreate have been fixed in git master 8da93ce835e3e97cf2d4edec71fe7e31dbe872f0, what was onloaded before is now oncreate, oncreate becomes onloaded. Martin

Re: [MSEide-MSEgui-talk] Troubles with chained inheritance

2012-09-17 Thread Martin Schreiber
On Friday 14 September 2012 11:31:52 news.gmane.org wrote: > With the latest test case: > > - create a new form inherited form MAINFO > - note that the tabwiget is unusable (doesn't accept tab pages) & the > button lost its caption > - to fix we should call "revert to inherited" for all affected co

Re: [MSEide-MSEgui-talk] HTML frame behavior: how to simulate ?

2012-09-17 Thread Martin Schreiber
On Monday 10 September 2012 23:14:02 Ivanko B wrote: > Me mean smth like a tree view left side selecting each item in that > displays another form within a fixed placeholder right side. Preparing > then switching between tab pages on selecting the items isn't > desirable here since assumes preparin

Re: [MSEide-MSEgui-talk] TMSESQLQuery: lookup datasets

2012-09-17 Thread Martin Schreiber
On Monday 10 September 2012 07:58:48 news.gmane.org wrote: > How is master-detail (one-2-many) implemented - via SQL requerying the > detail dataset on scrolling the master one or via local memory search for > the joining key ? > > (needed for decision - whether to use local dataset or "SELECT empt

Re: [MSEide-MSEgui-talk] Inherited forms: some issues

2012-09-17 Thread Martin Schreiber
On Thursday 13 September 2012 19:18:05 Ivanko B wrote: > Please try again with git master ad971b43be09ab681f6536a4715cd09525282eaa. > === > PARENTFORM1 without clicking within empty area of the form (only > components are clicked): > > Copy=OK, Paste=OK, Copy=OK, Paste=unavailable, Unde

Re: [MSEide-MSEgui-talk] Persistent fields editor: why not to disable editing field names (the left side)

2012-09-17 Thread Martin Schreiber
On Wednesday 12 September 2012 06:41:44 news.gmane.org wrote: > Anyway these names should match ones in FieldDefs (there will be complains > on non-matches on exiting the editor), The purpose is to adapt to filed name changes in fielddefs. Martin -

Re: [MSEide-MSEgui-talk] TMSESQLquery: RevertToIherited doesn't reset FieldDefs

2012-09-17 Thread Martin Schreiber
On Friday 14 September 2012 09:47:36 news.gmane.org wrote: > for local queries wit manually defined FieldDefs. > Works for me. -- Live Security Virtual Conference Exclusive live event will cover all the ways today's securi

Re: [MSEide-MSEgui-talk] "Revert to inherited" for inherited form leaves custom components

2012-09-17 Thread Martin Schreiber
On Friday 14 September 2012 14:04:54 news.gmane.org wrote: > that's components dropped on the from later. > It means manual deleting their references in PAS-file before new inherting > operation. > As designed ? > Yes, it is too complicated to implement. Martin ---

Re: [MSEide-MSEgui-talk] TFiledParamLink: can they link in same dataset

2012-09-17 Thread Martin Schreiber
On Friday 14 September 2012 17:36:18 news.gmane.org wrote: > - sqlqry1 provides (via lookupbuffer) localquery.field1 > - sqlqry2 provides (via lookupbuffer) localquery.field2, and sqlqry2 > depends on a param bound to localquery.field1 > > Will this work as to proper values in localquery.field1 &

Re: [MSEide-MSEgui-talk] TFiledFiedLink: reads "datafield" from "destdataset" not "datasource.dataset" as expected

2012-09-17 Thread Martin Schreiber
On Sunday 16 September 2012 18:30:11 Ivanko B wrote: > me had to keep full match of field names between source & target data sets. > Please try again with git master 4912704193e094d0cbae6f7a13af50c0b5554ec8. BTW, it is possible to enter any field name by keyboard. Martin

[MSEide-MSEgui-talk] git trouble

2012-09-17 Thread Patrick Goupell
I was looking at my current projects git repository using the current msegit program. I did / or caused msegit to do something and I lost 2 weeks of work. I am trying to recover using the *.bak files created by the ide. I did a builld of the project. The program compiles but I get the followi

Re: [MSEide-MSEgui-talk] git trouble

2012-09-17 Thread Patrick Goupell
Ignore this, iI found the problem. Patrick -- 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

[MSEide-MSEgui-talk] Some error in form inheritance (revealed by MSEDIRCLEAR)

2012-09-17 Thread news.gmane.org
Converting file "inputform.mfm" class "tinputfo" unit "inputform"'. Converting file "mainbaseform.mfm" class "tmainbasefo" unit "mainbaseform"'. Converting file "dmcommondata.mfm" class "tdmcommondatamo" unit "dmcommondata"'. Converting file "dminfoconn.mfm" class "tdminfoconnmo" unit "dminfo

Re: [MSEide-MSEgui-talk] Breaking change onloaded<->oncreate

2012-09-17 Thread news.gmane.org
> Hi, > The wrong names of tcustommseform and tmsedatamodule onloaded and > oncreate > have been fixed in git master 8da93ce835e3e97cf2d4edec71fe7e31dbe872f0, > what > was onloaded before is now oncreate, oncreate becomes onloaded. > > Does it mean that OnCreate is executed later than OnLoaded

Re: [MSEide-MSEgui-talk] git trouble

2012-09-17 Thread Martin Schreiber
On Tuesday 18 September 2012 03:34:19 Patrick Goupell wrote: > I was looking at my current projects git repository using the current > msegit program. > > I did / or caused msegit to do something and I lost 2 weeks of work. > That should not be possible, the history should be still in the git archi

Re: [MSEide-MSEgui-talk] Breaking change onloaded<->oncreate

2012-09-17 Thread Martin Schreiber
On Tuesday 18 September 2012 06:50:19 news.gmane.org wrote: > > Hi, > > The wrong names of tcustommseform and tmsedatamodule onloaded and > > oncreate > > have been fixed in git master 8da93ce835e3e97cf2d4edec71fe7e31dbe872f0, > > what > > was onloaded before is now oncreate, oncreate becomes onloa

Re: [MSEide-MSEgui-talk] Some error in form inheritance (revealed by MSEDIRCLEAR)

2012-09-17 Thread Martin Schreiber
On Tuesday 18 September 2012 06:48:27 news.gmane.org wrote: > APPMAINFORM is just inherited from MAINBASEFORM. > > The files are here attached. dmmainmo is missing. -- Live Security Virtual Conference Exclusive live even