Home > Archive > Smartphone Developer Forum > March 2006 > Label Edit in LIstControl
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Label Edit in LIstControl
|
|
| ArtemK 2006-03-27, 7:05 pm |
| Hello!
I have List Control and I want to edit it's label in place. But both
m_ctlList.EditLabel(nItem) and m_ctlList.GetEditControl() return NULL. Is
this feature supported in Smartphone 2003?
PS: I use WTL 7.5.
| |
| Yaroslav Goncharov 2006-03-28, 4:08 am |
| I don't think it is supported on Smartphone. What does GetLastError return?
--
Yaroslav Goncharov
Spb Software House, http://spbsoftwarehouse.com
Pocket PC Developer Network, http://pocketpcdn.com
"ArtemK" <artemk@land.ru> wrote in message
news:eMJjNkaUGHA.4772@TK2MSFTNGP14.phx.gbl...
> Hello!
>
> I have List Control and I want to edit it's label in place. But both
> m_ctlList.EditLabel(nItem) and m_ctlList.GetEditControl() return NULL. Is
> this feature supported in Smartphone 2003?
>
> PS: I use WTL 7.5.
>
>
>
| |
| ArtemK 2006-03-30, 7:06 pm |
|
It's OK, I just forgot to set focus to my list control :)
Now in-place editing works.
"Yaroslav Goncharov" <yaroslav@softspb.com> wrote in message
news:O0BbmijUGHA.6048@TK2MSFTNGP11.phx.gbl...
>I don't think it is supported on Smartphone. What does GetLastError return?
>
> --
> Yaroslav Goncharov
> Spb Software House, http://spbsoftwarehouse.com
> Pocket PC Developer Network, http://pocketpcdn.com
>
>
> "ArtemK" <artemk@land.ru> wrote in message
> news:eMJjNkaUGHA.4772@TK2MSFTNGP14.phx.gbl...
>
>
|
|
|
|
|