Code Comments
Programming Forum and web based access to our favorite programming groups.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^
Post Follow-up to this messageWohnivec 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 | +--------------------------------+---------------------------------------+
Post Follow-up to this messageHi 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. > Thanks Michal --^w^ -- --^w^
Post Follow-up to this messageWohnivec 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 | +--------------------------------+---------------------------------------+
Post Follow-up to this message>>>> #!/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^
Post Follow-up to this messagePowered by vBulletin
Copyright 2000-2006 Jelsoft Enterprises Limited.