[futurebasic] Re: Tabbed Windows

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : August 2001 : Group Archive : Group : All Groups

From: Bernie Wylde <bernie@...>
Date: Sun, 19 Aug 2001 09:57:17 +0100
Alain,
On running your "Tabs on the Fly" demo, I get the following errors:


Warning: Variable address rounded up to even address
in file Temp Project:APPEARANCE OVERRIDE.INCL at line 294 in _BUTTON
€€DIM theStr AS STR255


Error: Un-Defined Constant {KCONTROLICONRESOURCEIDTAG} ???
in file Temp Project:APPEARANCE OVERRIDE.INCL at line 862 in start over
€€err = FN SetControlData
(CtrlHndl&,0,_kControlIconResourceIDTag,SIZEOF(SInt16),@info.contentType)


Error: Expected an end Œ)¹ here...
Example: Too many parameters, or mismatched ().
in file Temp Project:APPEARANCE OVERRIDE.INCL at line 862 in start over
€err = FN SetControlData
(CtrlHndl&,0,_kControlIconResourceIDTag,€SIZEOF(SInt16),@info.contentType)


Any clues?
Bernie