09-08-2006 09:10 AM
09-08-2006 11:01 AM
There was a bug in 8.0 toolbars, read this link
http://forums.ni.com/ni/board/message?board.id=180&message.id=22415&query.id=16634#M22415
http://forums.ni.com/ni/board/message?board.id=180&message.id=20459&query.id=16642#M20459
Installing 8.0.1 should fix it.
09-27-2006 01:40 AM
09-27-2006 03:08 AM
Hello Sandor,
the default value of the button image size changed from 18 pixel (CVI V7.1) to 16 pixel (CVI 8.0)
Use the function :
Toolbar_SetAttribute (tbMain, TOOLBAR_ATTR_BUTTON_IMAGE_SIZE, 18);
to set the image size back to 18 pixel or whatever your image size is.
This fixed the problem in my application.
Good luck,
Greg
09-28-2006 04:10 AM