|
-
Sep 30th, 2002, 03:39 AM
#1
Thread Starter
Hyperactive Member
[Resolved] toolbar problem
Looks like the bitmap editor to draw for my toolbar resource in my SDI app is not working.
I can't draw anything decent on it. Whether I clicked my mouse or not, as my cursor move over the bitmap, the bitmap is corrupted.
However the editor for drawing the program icons is alright.
Do anyone have the same problem as me?
I'm using VC6 SP5. FYI, I had already un-installed and re-installed VC6 but the problem still persists, looks like it is a VC bug.
Please pinpoint to me what I should do and I try to figure it out myself.
Thank you.
Last edited by transcendental; Oct 3rd, 2002 at 05:06 AM.
-
Sep 30th, 2002, 03:42 AM
#2
Thread Starter
Hyperactive Member
I only use the default colors provided by the editor.
The drawing editor for icons is alright, I can draw.
But the drawing editor for toolbar is not. It is strange, considering they are the same editor.
I just move my cursor over the blank 16*16 bitmap. Pixels appears and keeps on changing, all without me clicking inside the bitmap.
For example, I can't draw a rectangle inside the bitmap. The rectangle keeps changing its size and position. However I can draw a rectangle for the program icons(32*32 and 16*16).
Maybe someone should make a default MFC SDI app(generated by Appwizard) and start to edit the toolbar. I want to know if I'm the only one with this problem.
Last edited by transcendental; Sep 30th, 2002 at 03:45 AM.
-
Sep 30th, 2002, 12:43 PM
#3
I did that often enough and I can guarantee that it is not a general error. It must be something specific to your pc.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Oct 3rd, 2002, 05:05 AM
#4
Thread Starter
Hyperactive Member
I have found a dumb workaround.
Select the toolbar resource in ResourceView tab of the Project Workspace Pane.
Add a button as normal.
Save All.
Select the FileView tab of the Project Workspace Pane.
Select toolbar.bmp and draw whatever I want, there.
Thanks, everyone who have read this thread.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|