emWin manipolate Text fields

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

emWin manipolate Text fields

1,145 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Joerg-SH on Tue Nov 25 05:52:57 MST 2014
Hello
I'm new to this forum and hope You could help me for better understanding emWin.

I like to change text fields in a Window outside the code of WindowDLG.c

code like this


....
CreateWindow();

  while (1) {
          
          here should be a sample to manipulate the Text field.
          
          
    GUI_Delay(100);
  }
....



Thanks a lot in advance

Joerg

Original Attachment has been moved to: WindowDLG_2.c.zip

Labels (1)
0 Kudos
Reply
3 Replies

787 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by TheFallGuy on Mon Dec 15 03:58:43 MST 2014
Suggest you try the emWin forums on the Segger website - that is where the experts hang out.
0 Kudos
Reply

787 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Joerg-SH on Mon Dec 15 00:33:23 MST 2014
No one can help???
0 Kudos
Reply

787 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by Joerg-SH on Wed Nov 26 08:46:36 MST 2014
I know to display Text works with

GUI_DispStringAt("10.11.2014",10,150);


but that don't works in a Window.

In an application I re sized the window and displayed the values left of the window but that's not really nice.

I did not find a other sample anyplace...
0 Kudos
Reply