Jump to content

Textedit widget problem with visual studio 2013.


madhu

Recommended Posts

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

  • 2 weeks later...

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 by madhu
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...