News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

WxSmith tutorial - Author ?

Started by wally, March 13, 2009, 07:11:42 PM

Previous topic - Next topic

wally

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

ollydbg

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.

byo

Hi
I'm the author of all wxSmith tutorials.

BYO

wally

#3
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]