Results 1 to 9 of 9

Thread: What control is it?

  1. #1

    Thread Starter
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,763

    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?

  2. #2
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    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

  3. #3

    Thread Starter
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,763

    Re: What control is it?

    Actually, it's not a picturebox
    Thanks for the idea btw.

  4. #4

    Thread Starter
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,763

    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

  5. #5

    Thread Starter
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,763

    Re: What control is it?

    Ok i think i solved it in another way (being the smart person i am )

  6. #6
    Lively Member
    Join Date
    Jun 2006
    Posts
    125

    Re: What control is it?

    Quote 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?

  7. #7

    Thread Starter
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,763

    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.

  8. #8
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,104

    Re: What control is it?

    Ok, so what did you do that worked?
    My usual boring signature: Nothing

  9. #9

    Thread Starter
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,763

    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
  •  



Click Here to Expand Forum to Full Width