1. Re: Bug Report on Toolbar--to Bernie
>>------------------------------------------------
>>D:\EE21\toolbar\1\toolbar.ew:59
>>getWindowExtent has not been declared
>>ext=getWindowExtent(wid) --get window extent
>> ^
>>-------------------------------------------------
>>
>>Bernie
>>
>
>You are supposed to have the files (.bmps) in the same directory as your
>program or else you're right, it wouldn't work. If that's not what you
>mean, let me know.
>
>Mike Hurley
>
Mike
In the above error message it says that the function getWindowExtent
is being used before it is defined.
If you place all of the files that you made available on the listserver
into a single directory and run the toolbar.exw. you will get the above
error. Take all of the files that you downloaded from the listserver
and put them in a NEW directory and try running toolbar.
Bernie