Re: [MSEide-MSEgui-talk] IDE warning prompt

2015-06-19 Thread Martin Schreiber
On Friday 19 June 2015 11:18:37 Graeme Geldenhuys wrote:
 Hi Martin,

 I've seen this before when changing MSEide code - I now saw the same
 when editing the MSEgit code. What does the Warning dialog mean, and why
 does it appear?

It means that you try load a form or datamodule which depends on another *.mfm 
which has not been loaded yet and which is not listed 
in 'Project'-'Tree'-'Pascal Units'. Click 'OK' and select branchform.mfm or 
click 'Cancel' in order to stop loading of the dependent form.

Martin

--
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] IDE warning prompt

2015-06-19 Thread Martin Schreiber
On Friday 19 June 2015 11:20:33 Graeme Geldenhuys wrote:
 After clicking OK and selecting the main.mfm file it gives me the next
 warning message.

 Is there something broken? Something to worry about?

No. main.mfm has a link to branchfo.showhiddenact. You 
selected mainfo.mfm - the link could not be resolved because main.mfm does 
not contain branchfo. Loading of main.mfm will be canceled bacause of the 
missing link.

Martin

--
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] IDE warning prompt

2015-06-19 Thread Martin Schreiber
On Friday 19 June 2015 13:42:43 Graeme Geldenhuys wrote:
 On 2015-06-19 12:08, Martin Schreiber wrote:
  It means that you try load a form or datamodule which depends on another
  *.mfm which has not been loaded yet and which is not listed
  in 'Project'-'Tree'-'Pascal Units'.

 OK, so nothing I did wrong. :) It is then a error condition that exist
 in both MSEide and MSEgit projects. Something you could fix?

It is as designed. I do not want that MSEide loads possibly wrong modules by 
itself. The base modules can be added to 'Project'-'Tree'-'Pascal Units' in 
oreder to avoid the error message.

Martin

--
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


Re: [MSEide-MSEgui-talk] IDE warning prompt

2015-06-19 Thread Graeme Geldenhuys
On 2015-06-19 12:08, Martin Schreiber wrote:
 It means that you try load a form or datamodule which depends on another 
 *.mfm 
 which has not been loaded yet and which is not listed 
 in 'Project'-'Tree'-'Pascal Units'.

OK, so nothing I did wrong. :) It is then a error condition that exist
in both MSEide and MSEgit projects. Something you could fix?

Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

--
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk


[MSEide-MSEgui-talk] IDE warning prompt

2015-06-19 Thread Graeme Geldenhuys
Hi Martin,

I've seen this before when changing MSEide code - I now saw the same
when editing the MSEgit code. What does the Warning dialog mean, and why
does it appear?

Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/
--
___
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk