• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Canvas and events

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi frndz
any of you worked with canvas class and the events that it generates.i know that there are various key events that are being generated but how do i utilize them?
also i want the user to interact with my ImageItems. that is he should be able to select those items.
Please help
Pradeep
 
Ranch Hand
Posts: 64
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
[QB]hi frndz
1.any of you worked with canvas class and the events that it generates.i know that there are various key events that are being generated but how do i utilize them?


See Padeep,I have worked on it in some way back. what do u need? draw a imaged based selection menu?See from the key events if its a key press do what u want like replace a menu element with another or something

2.also i want the user to interact with my ImageItems. that is he should be able to select those items.


See for selection my idea is to draw images in an order and based on the key pressed redraw that particular element user wanted to select with a more bright copy of same image, So he will feel its selected.
[ May 06, 2006: Message edited by: Syam Sathyan ]
 
CLUCK LIKE A CHICKEN! Now look at this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic