To fix this there needs to be a new widget description file in the itcl directory. 
This file tells vTcl how to manage the widget and what its properties are.

In addition to the widget description file, an icon for the widget toolbar is needed.

I will add this to my todo list.

CG

"Bartis, Robert M (Bob)" wrote:

> I am trying to include a spintime widget in a current application and have run into 
>a problem. The widget is not available on the vtcl tool bar so I thought the easiest 
>thing to do was to create a simple top level window, with a frame and place a 
>spintint widget into it. I then editing the file and replaced the spintint with 
>spintime. When doing so I receive the following error if I try to read it back into 
>vtcl or run it manually for that matter:
>
> Window ".top.fra45.spi46" isn't a top-level window.
>
> If I change the line back to spinint I can read it back in. An example of the 
>working spinint line and non-working spintime line are shown below:
> ::iwidgets::spinint $base.fra45.spi46
> ::iwidgets::spintime $base.fra45.spi46
>
> Any suggestions on how to fix this ?
>
>         Robert M. Bartis
>         Lucent Technologies *
>         Room HO 1C-413A
>         * 732.949.4565
>   * [EMAIL PROTECTED]
>
> -------------------------------------------------------
> Sponsored by:
> ThinkGeek at http://www.ThinkGeek.com/
> _______________________________________________
> vtcl-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/vtcl-user



-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/vtcl-user

Reply via email to