Forums › Forums › SIMPOL Programming › warnings: appw.outerheight, appw.outerwidth
- This topic has 1 reply, 2 voices, and was last updated 14 years, 11 months ago by
Michael.
- AuthorPosts
- July 18, 2011 at 2:25 am #318
Dan Jinks
ParticipantI get these warnings on my compiles, for an application based on the addressbook source. I know the properties are part of wxwindow and appw is based on it and they cause no problems, but can I eliminate the warnings somehow? Begin postprocessor… Warning: Type member not declared in the following line: C:CONNEX40-dataConnex50Connex50Connex50.sma(116): appw.outerwidth Warning: Type member not declared in the following line: C:CONNEX40-dataConnex50Connex50Connex50.sma(116): appw.outerheight Warning: Type member not declared in the following line: C:CONNEX40-dataConnex50Connex50Connex50.sma(118): appw.setposition
July 18, 2011 at 9:13 pm #1889Michael
KeymasterOn 18/07/2011 03:25, djinks wrote:
> I get these warnings on my compiles, for an application based on the
> addressbook source. I know the properties are part of wxwindow and
> appw is based on it and they cause no problems, but can I eliminate
> the warnings somehow?
>
> Begin postprocessor… Warning: Type member not declared in the
> following line: C:CONNEX40-dataConnex50Connex50Connex50.sma(116):
> appw.outerwidth Warning: Type member not declared in the following
> line: C:CONNEX40-dataConnex50Connex50Connex50.sma(116):
> appw.outerheight Warning: Type member not declared in the following
> line: C:CONNEX40-dataConnex50Connex50Connex50.sma(118):
> appw.setpositionProbably the easiest way is to just name the interim parameter:
appw.w.outerwidth, etc.
Ciao, Neil
- AuthorPosts
- You must be logged in to reply to this topic.