Jump to content
Xtreme .Net Talk

ramana

Members
  • Posts

    6
  • Joined

  • Last visited

ramana's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Dear friend, I will explain you this with a example. Lets assume that the task is to create a display in a car. The display can be used in following ways. 1.Radio 2.Map for traveeling 3.Music system etc etc This display contains some buttons below it. By clicking the buttons we can switch to rado,map,music system etc etc Suppose we are in radio mode There are some buttons now to increase the volume decrease the volume,etc etc. Here it needs some logic to switch to Radio,map and music system and also with in radio mode also we need some logic to connect different states. For achieving this i am using VC++ and open GL API.I have developed a package for doing all these things. Using this package i have to build applications like the one described above. Now my problem is how to describe the states and logic to connect them. If my task is only building one application like above one i can code it separately but using my package i am creating many applications like above so for each one i want some logic to be described internally.But i dont know how to do this. So i want a good concept for doing this.................... I hope u understood my problem now. Are there any code implemented in this way or any tools or libraries that will be helpful for doing this. Thanks in advance. sravan
  2. Dear Friends, I am creating a help file using HTML HELP WORKSHOP. I have created some html pages and and index fileand added keywords to the index file and i have linked the keywords to the HTML pages where the keyword related information is present. But when i click a particular index it is going to the starting of the HTML page but what i want is it should go to a particular place in the HTML page where that keyword related information is there. I could not achieve this please help me regarding this Thanks in Advance Ramana
×
×
  • Create New...