You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When opening the project in Xojo 2014 Release 1 the IDE returns an error at "StatusBarWFS.Constructor, Line 1" of "This item does not exist: ConstructorHelper( owner.Handle, owner.GrowIcon )" when attempting to run on OS X (10.9.2):
I have this same exact error occurring in an old app that has version 2.6.0 (Dec 22, 2010) of the WFS project.
The text was updated successfully, but these errors were encountered:
FIX 23354 Desktop: The long obsoleted Window.CloseBox, GrowIcon, and ZoomIcon properties have been removed.
My gut feeling is that since it's obsolete that it probably can be removed from the parameters and then the code in ConstructorHelper can be updated to remove the check for if growIcon is true?
if growIcon then
style = style + &h100
end
I'd create a pull request on this, but I'm not as familiar with Windows and the implications of making this change.
When opening the project in Xojo 2014 Release 1 the IDE returns an error at "StatusBarWFS.Constructor, Line 1" of "This item does not exist: ConstructorHelper( owner.Handle, owner.GrowIcon )" when attempting to run on OS X (10.9.2):
I have this same exact error occurring in an old app that has version 2.6.0 (Dec 22, 2010) of the WFS project.
The text was updated successfully, but these errors were encountered: