Click here to Skip to main content
15,920,111 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem with Digital Display CStatic control Pin
Semion_N11-Jul-06 7:38
Semion_N11-Jul-06 7:38 
AnswerRe: Problem with Digital Display CStatic control [modified] Pin
Semion_N11-Jul-06 8:23
Semion_N11-Jul-06 8:23 
Another problem:
When I'm running the project it doesn't write me anything in the Static control(with the degital design) , but I can change the background color on the object Confused | :confused:
What can be the problem?
here is the code of the intialization of the object:
<br />
m_Digital.SetNumberOfLines(20);<br />
m_Digital.SetXCharsPerLine(18);<br />
m_Digital.SetSize(CMatrixStatic::LARGE);<br />
m_Digital.SetDisplayColors(RGB(0, 255, 0), RGB(0, 255, 50), RGB(0, 103, 30));<br />
m_Digital.AdjustClientXToSize(18);<br />
m_Digital.AdjustClientYToSize(1);<br />
m_Digital.SetText("Hello");<br />
m_Digital.SetColor(RGB(0, 255, 255), RGB(0, 255, 8));<br />
m_Digital.SetAutoPadding(true);	<br />

What can be the problem?

SnaidiS

-- modified at 15:18 Tuesday 11th July, 2006
GeneralRe: Problem with Digital Display CStatic control Pin
Semion_N11-Jul-06 18:52
Semion_N11-Jul-06 18:52 
QuestionGet Current Directory Pin
mehmetned11-Jul-06 4:00
mehmetned11-Jul-06 4:00 
AnswerRe: Get Current Directory Pin
_AnsHUMAN_ 11-Jul-06 4:29
_AnsHUMAN_ 11-Jul-06 4:29 
GeneralRe: Get Current Directory Pin
mehmetned11-Jul-06 4:45
mehmetned11-Jul-06 4:45 
GeneralRe: Get Current Directory Pin
David Crow11-Jul-06 5:02
David Crow11-Jul-06 5:02 
GeneralRe: Get Current Directory Pin
see me11-Jul-06 5:15
see me11-Jul-06 5:15 
AnswerRe: Get Current Directory Pin
Eric Dahlvang11-Jul-06 8:15
Eric Dahlvang11-Jul-06 8:15 
QuestionComunication between software Pin
NorGUI11-Jul-06 3:43
NorGUI11-Jul-06 3:43 
AnswerRe: Comunication between software Pin
Jun Du11-Jul-06 3:52
Jun Du11-Jul-06 3:52 
GeneralRe: Comunication between software Pin
earl11-Jul-06 4:01
earl11-Jul-06 4:01 
AnswerRe: Comunication between software Pin
ldaoust11-Jul-06 4:24
ldaoust11-Jul-06 4:24 
GeneralRe: Comunication between software Pin
NorGUI11-Jul-06 5:46
NorGUI11-Jul-06 5:46 
GeneralRe: Comunication between software Pin
earl11-Jul-06 5:52
earl11-Jul-06 5:52 
GeneralRe: Comunication between software Pin
ldaoust11-Jul-06 7:18
ldaoust11-Jul-06 7:18 
GeneralRe: Comunication between software Pin
earl11-Jul-06 7:26
earl11-Jul-06 7:26 
GeneralRe: Comunication between software Pin
NorGUI11-Jul-06 23:22
NorGUI11-Jul-06 23:22 
GeneralRe: Comunication between software [modified] Pin
ldaoust12-Jul-06 4:00
ldaoust12-Jul-06 4:00 
AnswerRe: Comunication between software Pin
Joe Woodbury11-Jul-06 8:00
professionalJoe Woodbury11-Jul-06 8:00 
QuestionResize the Model Dialog Pin
Uday Janaswamy11-Jul-06 3:24
Uday Janaswamy11-Jul-06 3:24 
AnswerRe: Resize the Model Dialog Pin
ashish dogra11-Jul-06 3:27
ashish dogra11-Jul-06 3:27 
QuestionRe: Resize the Model Dialog Pin
David Crow11-Jul-06 5:04
David Crow11-Jul-06 5:04 
AnswerRe: Resize the Model Dialog Pin
_AnsHUMAN_ 11-Jul-06 3:46
_AnsHUMAN_ 11-Jul-06 3:46 
QuestionC/C++ interpreter Pin
ayshe11-Jul-06 2:30
ayshe11-Jul-06 2:30 

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.