Click here to Skip to main content
15,897,891 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Video Pin
Usman Tasleem Akshaf26-May-05 23:58
Usman Tasleem Akshaf26-May-05 23:58 
GeneralRe: Video Pin
FlyingTinman27-May-05 8:40
FlyingTinman27-May-05 8:40 
GeneralRe: Video Pin
Usman Tasleem Akshaf28-May-05 6:51
Usman Tasleem Akshaf28-May-05 6:51 
GeneralRe: Video Pin
FlyingTinman31-May-05 9:33
FlyingTinman31-May-05 9:33 
Generalhelp creating. Pin
scoroop26-May-05 3:07
scoroop26-May-05 3:07 
GeneralRe: help creating. Pin
David Crow26-May-05 3:38
David Crow26-May-05 3:38 
GeneralGraphical Active X Control Operation Pin
jerry1211a26-May-05 2:03
jerry1211a26-May-05 2:03 
GeneralMFC - Disabled buttons (not CDialog) Pin
gnilk26-May-05 1:01
gnilk26-May-05 1:01 
Hello,

I have stumbled upon a (what I think) minor problem, but can not solve it.
(see: problem).

Disabled controls...

I have a dialog in a docking bar (resizeable), in that dialog I have 1 custom made
timeline control (similar to Adobe Premiere and such) and 3 buttons.

All controls, including, the buttons are added through the Dialog editor.
The control works flawlessly, no problem, but all the buttons are inactive..
No matter what I do, they never become active (click able)..


Any idea would be most appreciated..

Thanks
Fredrik Kling

More info:
- SDI application
- Dialogs constructed by allocation, like (from the mainframe):
<br />
	ptrDlgDocManager = new CDlgDocManager();<br />
	ptrDlgDocManager->SetSizeDockStyle(SZBARF_DLGAUTOSIZE);<br />
	if (!ptrDlgDocManager->Create(this,IDD_DIALOG_DOCUMENT,CBRS_BOTTOM | CBRS_FLYBY | CBRS_GRIPPER | CBRS_SIZE_DYNAMIC, ID_VIEW_DOCUMENT))<br />
	{<br />
		return -1;<br />
	}<br />
	ptrDlgDocManager->EnableDocking(CBRS_ALIGN_ANY);<br />
	DockControlBar(ptrDlgDocManager);<br />

GeneralRe: MFC - Disabled buttons (not CDialog) Pin
toxcct26-May-05 1:10
toxcct26-May-05 1:10 
GeneralRe: MFC - Disabled buttons (not CDialog) Pin
Iain Clarke, Warrior Programmer26-May-05 2:20
Iain Clarke, Warrior Programmer26-May-05 2:20 
GeneralRe: MFC - Disabled buttons (not CDialog) Pin
gnilk26-May-05 2:30
gnilk26-May-05 2:30 
GeneralCompile erros using CDOSYS.H Pin
-Dy26-May-05 0:54
-Dy26-May-05 0:54 
GeneralRe: Compile erros using CDOSYS.H Pin
toxcct26-May-05 2:18
toxcct26-May-05 2:18 
GeneralRe: Compile erros using CDOSYS.H Pin
Iain Clarke, Warrior Programmer26-May-05 2:27
Iain Clarke, Warrior Programmer26-May-05 2:27 
GeneralDifference between accelerator and hotkey Pin
SanjaySMK26-May-05 0:00
SanjaySMK26-May-05 0:00 
GeneralRe: Difference between accelerator and hotkey Pin
toxcct26-May-05 0:46
toxcct26-May-05 0:46 
GeneralRe: Difference between accelerator and hotkey Pin
Iain Clarke, Warrior Programmer26-May-05 1:00
Iain Clarke, Warrior Programmer26-May-05 1:00 
GeneralRe: Difference between accelerator and hotkey Pin
toxcct26-May-05 1:03
toxcct26-May-05 1:03 
GeneralRe: Difference between accelerator and hotkey Pin
Iain Clarke, Warrior Programmer26-May-05 2:09
Iain Clarke, Warrior Programmer26-May-05 2:09 
GeneralRe: Difference between accelerator and hotkey Pin
James R. Twine26-May-05 2:33
James R. Twine26-May-05 2:33 
GeneralNetwork Installation Pin
u6ik25-May-05 23:53
u6ik25-May-05 23:53 
GeneralRe: Network Installation Pin
John M. Drescher26-May-05 4:30
John M. Drescher26-May-05 4:30 
GeneralRe: Network Installation Pin
u6ik26-May-05 4:41
u6ik26-May-05 4:41 
GeneralRe: Network Installation Pin
John M. Drescher26-May-05 5:04
John M. Drescher26-May-05 5:04 
GeneralRe: Network Installation Pin
u6ik26-May-05 5:14
u6ik26-May-05 5:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.