Skip to content

warnings: appw.outerheight, appw.outerwidth

Forums Forums SIMPOL Programming warnings: appw.outerheight, appw.outerwidth

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #318
    Dan Jinks
    Participant

    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.setposition

    #1889
    Michael
    Keymaster

    On 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.setposition

    Probably the easiest way is to just name the interim parameter:

    appw.w.outerwidth, etc.

    Ciao, Neil

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.