Author Topic: WxSmith tutorial - Author ?  (Read 3615 times)

Offline wally

  • Multiple posting newcomer
  • *
  • Posts: 14
WxSmith tutorial - Author ?
« on: March 13, 2009, 07:11:42 pm »
I wold like to have a contact to the author of the tutorial:

"WxSmith tutorial: Creating items with custom paint and mouse handling"


http://wiki.codeblocks.org/index.php?title=
WxSmith_tutorial:_Creating_items_with_custom_paint_and_mouse_handling

regas wally

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: WxSmith tutorial - Author ?
« Reply #1 on: March 14, 2009, 02:55:20 am »
Click the "history" tab in that page, you can see who is the author.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 837
Re: WxSmith tutorial - Author ?
« Reply #2 on: March 15, 2009, 10:37:54 am »
Hi
I'm the author of all wxSmith tutorials.

BYO

Offline wally

  • Multiple posting newcomer
  • *
  • Posts: 14
Re: WxSmith tutorial - Author ?
« Reply #3 on: March 15, 2009, 12:39:14 pm »
Hi BYO,

first of all thank you very much for these tutorials.

I need to make a dataaquisition application which reads data from serial
input and display data on an analog measurment widget (gauge).
I do this with wxPanel, Bitmap-skala, and a needle created by pi and friends.
Few days ago i had some troubles to trigger the paint event after receiving
new data from the serial port and update the needle (drawline) , but i solved
it myself.  Not very elegant but it works now.

Remains to ask you when the tutorial will grow again :)

regards
wally


[attachment deleted by admin]
« Last Edit: March 15, 2009, 02:06:02 pm by wally »