Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > Borland Builder C++ - problems with buttons appearance...

Reply
Thread Tools

Borland Builder C++ - problems with buttons appearance...

 
 
Delfry
Guest
Posts: n/a
 
      03-25-2007
Hello!

That's the my (I guess quite lame) question:
I use a Speedbuttons formed in a group and I cant figure out how to
make them change their appearance once they are pressed. I mean there
are two basic states: up and down. And my buttons look alike when up
and when down. The only way too make a pressed button look like a
pressed button is to (while in runtime) cover it with other window and
uncover it or minimize and maximize the application. Refresh and
Repaint function does not work. I am totally confused.
What did I forget about?
Thanks for all your replies.

 
Reply With Quote
 
 
 
 
red floyd
Guest
Posts: n/a
 
      03-25-2007
Delfry wrote:
> Hello!
>
> That's the my (I guess quite lame) question:
> I use a Speedbuttons formed in a group and I cant figure out how to
> make them change their appearance once they are pressed. I mean there
> are two basic states: up and down. And my buttons look alike when up
> and when down. The only way too make a pressed button look like a
> pressed button is to (while in runtime) cover it with other window and
> uncover it or minimize and maximize the application. Refresh and
> Repaint function does not work. I am totally confused.
> What did I forget about?


You forgot to ask in a Borland newsgroup, since the C++ language as
specified by ISO/IEC 14882:2003 doesn't say anything about "buttons",
"refresh", "repaint", or "windows".
 
Reply With Quote
 
 
 
 
Delfry
Guest
Posts: n/a
 
      03-25-2007
On Mar 25, 9:57 pm, red floyd <no.s...@here.dude> wrote:
> Delfry wrote:
> > Hello!

>
> > That's the my (I guess quite lame) question:
> > I use a Speedbuttons formed in a group and I cant figure out how to
> > make them change their appearance once they are pressed. I mean there
> > are two basic states: up and down. And my buttons look alike when up
> > and when down. The only way too make a pressed button look like a
> > pressed button is to (while in runtime) cover it with other window and
> > uncover it or minimize and maximize the application. Refresh and
> > Repaint function does not work. I am totally confused.
> > What did I forget about?

>
> You forgot to ask in a Borland newsgroup, since the C++ language as
> specified by ISO/IEC 14882:2003 doesn't say anything about "buttons",
> "refresh", "repaint", or "windows".


Yes you are right.
Anyway I will answer that question myself - if you dont want too have
such problems - put your buttons on the panel.

 
Reply With Quote
 
Salt_Peter
Guest
Posts: n/a
 
      03-26-2007
On Mar 25, 4:04 pm, "Delfry" <krzysztof.fry...@gmail.com> wrote:
> On Mar 25, 9:57 pm, red floyd <no.s...@here.dude> wrote:
>
>
>
> > Delfry wrote:
> > > Hello!

>
> > > That's the my (I guess quite lame) question:
> > > I use a Speedbuttons formed in a group and I cant figure out how to
> > > make them change their appearance once they are pressed. I mean there
> > > are two basic states: up and down. And my buttons look alike when up
> > > and when down. The only way too make a pressed button look like a
> > > pressed button is to (while in runtime) cover it with other window and
> > > uncover it or minimize and maximize the application. Refresh and
> > > Repaint function does not work. I am totally confused.
> > > What did I forget about?

>
> > You forgot to ask in a Borland newsgroup, since the C++ language as
> > specified by ISO/IEC 14882:2003 doesn't say anything about "buttons",
> > "refresh", "repaint", or "windows".

>
> Yes you are right.
> Anyway I will answer that question myself - if you dont want too have
> such problems - put your buttons on the panel.



There is no such thing as a "panel" in C++ either.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
QUERY: Borland C++ 4.5 vs Borland Turbo C++ 1.01 dhruba.bandopadhyay@hotmail.com C++ 1 10-02-2006 10:57 AM
Conversion MS VS.NET 2003 - Borland C#Builder Piotr Karwatka ASP .Net 1 12-15-2004 10:20 PM
JNI with Borland C++ Builder 4.0 Terrie Java 1 06-18-2004 06:33 AM
Borland C++ builder simple question Jakub Dudek C++ 1 08-29-2003 02:03 PM
Problem with linking in Borland Builder C++ 5 Dariusz Plygawko C++ 3 07-11-2003 12:37 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57