Author Topic: Graphics for buttons  (Read 6081 times)

AnonymousPostings

  • Newbie
  • *
  • Posts: 49
Graphics for buttons
« on: July 01, 2010, 10:21:17 AM »
I am a graphic designer and can design for each button, but how can i implement that button design to Hyper Next Buttons... Hope this isn't to much to ask for but it will conduct me to the right way, once again i appreciate it, thanks.
« Last Edit: January 01, 1970, 01:00:00 AM by Guest »

Malkom

  • Administrator
  • Newbie
  • *****
  • Posts: 461
  • Here to help you
Re: Graphics for buttons
« Reply #1 on: July 01, 2010, 10:24:23 AM »
To add graphics to buttons you first need to add them to the Image Library - it can be accessed via the menu bar - Windows menu dropdown. There is a section about this in Chapter 2 of the Language Guide PDF.

If i need a button with graphics I usually use a Canvas control because they have many more options and events than buttons do. For instance, when your graphic is loaded into the canvas it is possible to draw into the canvas and modify your graphic, and then even save the changed graphics.

There are demo projects featuring these and many other techniques in the Projects that come with the HyperNext package or listed on the Projects page of our website.
The Features project has code for loading an image into a canavas, copying and scaling.
« Last Edit: January 01, 1970, 01:00:00 AM by Guest »
I am sorry but I do not have time to answer questions by PM or email.
If you post your questions in this forum then it might help others.