Bug 459039 - various tix widgets cannot be created
Summary: various tix widgets cannot be created
Keywords:
Status: CLOSED DUPLICATE of bug 455986
Alias: None
Product: Fedora
Classification: Fedora
Component: tix
Version: 9
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Vitezslav Crhonek
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2008-08-13 21:11 UTC by Guy Jennings
Modified: 2008-08-19 17:16 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-08-19 17:16:09 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Guy Jennings 2008-08-13 21:11:41 UTC
Description of problem:

Certain classes of tix widgets can not be created.  Includes, for example,
tixScrolledHList, though several other widget classes also show the problem.

Version-Release number of selected component (if applicable):

tix-8.4.2-5.fc9

How reproducible:

always

Steps to Reproduce:
1. run wish with e.g.

$  wish
% package require Tix
8.4.2
% tixScrolledHList .t
unknown color name "{#d9d9d9}"
%

Actual results:
error message:
unknown color name "{#d9d9d9}"

Expected results:
widget successfully created

Additional info:
As far as I can tell, the problem seems to be present in widgets which set colors
using -defaults.  Widget types which don't set colors using -defaults seem to work
(e.g. tixNoteBook)

Comment 1 Guy Jennings 2008-08-19 17:16:09 UTC

*** This bug has been marked as a duplicate of bug 455986 ***


Note You need to log in before you can comment on or make changes to this bug.