|
-
Jul 10th, 2007, 02:06 AM
#1
What control is it?
Hi.
Can someone tell me , one the first screen of the smartphone 2003 you see your mail, your callender etc. But what controls are they? I don't think they are listview items because their arrangement is not so close to each other. If they were pictureboxes then i don't know of a way to navigate to each on of them. Any ideas?
-
Jul 10th, 2007, 09:08 AM
#2
Re: What control is it?
I don't think I have that particular phone, but I think I have something similar. I believe the picturebox solution is the closer one. I would guess that what you could do is put a series of panels on the screen, with a picturebox control sized to the same size as the panel. The panel would respond to click events, and should allow your navigation, while the picturebox just looked pretty.
My usual boring signature: Nothing
 
-
Jul 11th, 2007, 01:39 AM
#3
Re: What control is it?
Actually, it's not a picturebox
Thanks for the idea btw.
-
Jul 11th, 2007, 01:54 AM
#4
Re: What control is it?
....And i'll tell you why it does not work. The panel does not have any key events so i cannot control it. Also when the panel gets the focus the form key event will not respond. The best i could figure out, without having to create custom C++ controls (bummer), is the listview but the icons will not size close to each other (again...bummer) and also...Bummer
-
Jul 11th, 2007, 02:23 AM
#5
Re: What control is it?
Ok i think i solved it in another way (being the smart person i am )
-
Jul 11th, 2007, 04:29 AM
#6
Lively Member
Re: What control is it?
 Originally Posted by sapator
....And i'll tell you why it does not work. The panel does not have any key events so i cannot control it. Also when the panel gets the focus the form key event will not respond. The best i could figure out, without having to create custom C++ controls (bummer), is the listview but the icons will not size close to each other (again...bummer) and also...Bummer 
you said: when the panel gets the focus the form key event will not respond.
how do you get key event back to control? how to lose the focus from panel or forms instead using keypad?
-
Jul 11th, 2007, 06:54 AM
#7
Re: What control is it?
I don't understand your point.
I can get the key event back if i focus on the form but that's not what i want.
-
Jul 11th, 2007, 10:22 PM
#8
Re: What control is it?
Ok, so what did you do that worked?
My usual boring signature: Nothing
 
-
Jul 12th, 2007, 01:40 AM
#9
Re: What control is it?
I never lost focus on the form. I put some pictureboxes on the screen and i control them with the key events of the form, without loosing the form focus.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|