For Programmers: Free Programming Magazines  


Home > Archive > Tcl > August 2004 > Posibly Tk bug?









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Posibly Tk bug?
Wohnivec

2004-08-30, 3:58 am

There are smal code:

#!/usr/bin/wish -f
entry .oute
label .nadpis -text "Vytvořit : "
grid .nadpis -row 0 -column 0
grid .oute -row 0 -column 1 -columnspan 4

Locale settings:
LANG=cs_CZ
LC_ALL=cs_CZ
LC_CTYPE=cs

Dead keys not accept in entry (in text too). When commentout line
4 (grid .nadpis ...), things works normaly.

Can give me any idea? CVS snapshot from 2004-08-29.

Thanks Michal
--^w^
Gerald W. Lester

2004-08-31, 3:58 am

Wohnivec wrote:
> There are smal code:
>
> #!/usr/bin/wish -f
> entry .oute
> label .nadpis -text "Vytvořit : "
> grid .nadpis -row 0 -column 0
> grid .oute -row 0 -column 1 -columnspan 4


Not setting the locale, everything works for me.

Since I don't have that locale loaded, I did not try to set it.

>
> Locale settings:
> LANG=cs_CZ
> LC_ALL=cs_CZ
> LC_CTYPE=cs
>
> Dead keys not accept in entry (in text too). When commentout line 4
> (grid .nadpis ...), things works normaly.
>
> Can give me any idea? CVS snapshot from 2004-08-29.
>
> Thanks Michal
> --^w^



--
+--------------------------------+---------------------------------------+
| Gerald W. Lester | "The man who fights for his ideals is |
| Gerald.Lester@cox.net | the man who is alive." -- Cervantes |
+--------------------------------+---------------------------------------+
Wohnivec

2004-08-31, 8:58 am

Hi

Gerald W. Lester wrote:
> Wohnivec wrote:
>
>
>
> Not setting the locale, everything works for me.


No, without locale not working at all for me.

>
> Since I don't have that locale loaded, I did not try to set it.


All other nonTk apps working ok, previous Tk from CVS (i use from
Sat, 19 Jun 2004), Tk8.1-8.4 working ok.

I try explain better. When entry alone, thinks work normally.
When add label to geometry, then i can type for example zcaron
(ž) as signe keyboard press, its ok. But when I type caron (as
dead key) and then "z" i got only z and no z acaron.

I recompile latest CVS from nigth and nothing new.
[color=darkred]
>

Thanks Michal
--^w^

--
--^w^
Gerald W. Lester

2004-08-31, 4:01 pm

Wohnivec wrote:
> Hi
>
> Gerald W. Lester wrote:
>
>
>
> No, without locale not working at all for me.
>
>
>
> All other nonTk apps working ok, previous Tk from CVS (i use from Sat,
> 19 Jun 2004), Tk8.1-8.4 working ok.
>
> I try explain better. When entry alone, thinks work normally. When add
> label to geometry, then i can type for example zcaron (ž) as signe
> keyboard press, its ok. But when I type caron (as dead key) and then "z"
> i got only z and no z acaron.


Someone who knows more about the I18N input methods than I do needs to
speak up.

> I recompile latest CVS from nigth and nothing new.


Compiling from the head can be unsafe since it is a work in progress. It
is safest to use the last production release, next safest is to use the
last alpha/beta release.


--
+--------------------------------+---------------------------------------+
| Gerald W. Lester | "The man who fights for his ideals is |
| Gerald.Lester@cox.net | the man who is alive." -- Cervantes |
+--------------------------------+---------------------------------------+
Wohnivec

2004-08-31, 8:59 pm

>>>> #!/usr/bin/wish -f
>
>
> Someone who knows more about the I18N input methods than I do needs to
> speak up.



> Compiling from the head can be unsafe since it is a work in progress.
> It is safest to use the last production release, next safest is to use
> the last alpha/beta release.


ok, I submit bugreport #1020001

Thanks Michal
--
--^w^
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com