madhu Posted July 28, 2016 Report Share Posted July 28, 2016 Hi, I'm developing UGFX windows native application using visual studio.I made a demo with multilingual, screen transition and widgets. Everything is working fine except text edit widget. Actually I'm able to write data into text edit widget by using keyboard widget but when I'm resizing (Means while pressing back space in keyboard) I'm getting a exception(Invalid allocation size). seems some problem with gfxRealloc(). But in ubuntu I did not face any problem with text edit widget there it is running smoothly . Please suggest me how to solve this issue. Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted July 28, 2016 Report Share Posted July 28, 2016 Can you please create a test-case (smallest possible program) that allows us to reproduce the issue including instructions on how to reproduce it? Link to comment Share on other sites More sharing options...
madhu Posted August 12, 2016 Author Report Share Posted August 12, 2016 (edited) Hi, Sorry for the late replay. This problem(Text resizing) I'm facing only in visual studio.Follow the steps to recreate the scenario. 1.Create a project in visual studio. 2.Just add only text edit and key board widgets to the window. 3.compile and try to write something into text edit through keyboard. 4.Try to resize the text by pressing backspace. Edited August 12, 2016 by madhu Link to comment Share on other sites More sharing options...
Joel Bodenmann Posted August 18, 2016 Report Share Posted August 18, 2016 Are you 100% sure that this issue only appears in VisualStudio? If not, can you please open a bug report on this? --> https://community.ugfx.io/bug_tracker.html/ugfx-library/ Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now