Found the fix myself. Need to have "icudt38.dll" in the exe directory. this dll can be found in chrome's third_party tools section.
On Sep 23, 10:09 am, rk <[EMAIL PROTECTED]> wrote: > hi, > I have written a small application borrowing code from test_shell of > chromium. > I trimmed out all the stuff related to layout tests in test_shell. > This just has only frame. no menu, no buttons. > > This applcation loads a html which has form with couple ofinput-text > elements. > > The application is displaying theinputelements. but when i try to > entertext, it is not displaying the typedtext. > Using vs2005+breakpoint, i traced that theinput-keyevent(char event) > handler in webview_impl.cc is called with the correct char code. > > I tried the same html file with the test shell. It works fine. > I traced this test_shell using the same break points as earlier. > test_shell is following the same path. > But when I continue(F5/break out), theinputelement is not displaying > thetextany more, just like my previous situation. > > Am I not running or breaking some threads? (by breaking in) > > Am I blocking any resource access/ preference settings ? > > Need help. > > regards, > raja --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/chromium-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
