emWin manipolate Text fields

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

emWin manipolate Text fields

1,634件の閲覧回数
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

ラベル(1)
0 件の賞賛
返信
3 返答(返信)

1,276件の閲覧回数
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 件の賞賛
返信

1,276件の閲覧回数
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 件の賞賛
返信

1,276件の閲覧回数
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 件の賞賛
返信