ChrisS85 / CGUI

An object-oriented GUI library for AutoHotkey
22 stars 19 forks source link

Latest changes are breaking example ProgressBar.ahk #46

Closed hoppfrosch closed 12 years ago

hoppfrosch commented 12 years ago

Your latest changes (after Commit:9cf3a96dbc879f5e851209358dd0798aea8c7a20) are breaking example ProgressBar.ahk (https://github.com/ChrisS85/CGUI_Examples/blob/master/ProgressBar.ahk)

Could not yet figure out why ...

ChrisS85 commented 12 years ago

No idea right now about it. I'll check it out tonight.

ChrisS85 commented 12 years ago

The error lies in the example, setting that style is not allowed as it seems. I'll remove the style from the example.

hoppfrosch commented 12 years ago

I see - I think in a final version either the setting of the style should be allowed (best solution) or CGUI should not fail silently, if dumb user sets the style by mistake (an error should be shown ...)

hoppfrosch commented 12 years ago

Forgot to close ...