 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
chris Guest
|
Posted: Mon Jun 23, 2003 6:35 pm Post subject: Menus with ActionManager |
|
|
How can I insert a menu seperator using the ActionManager and an
ActionMainMenuBar?
I understand that it is just a simple '-' with the regular mainmenu,
but this doesn't work when using the ActionManager.
Thanks for your help,
Chris
|
|
| Back to top |
|
 |
Perseid Guest
|
Posted: Sat Feb 11, 2006 11:03 am Post subject: Re: Reference and Progressbar->Position |
|
|
"Pafcio" <pawelmaslyk (AT) wp (DOT) pl> Spat the Words
| Quote: | Dear user of the group,
I have the following problem: I cannot create a reference to
ProgressBar->Position.
The code causing the problem looks as follows:
int& x = ProgressBar1->Max;
As a result of compilation I get the following warning:
W8028 temporary used to initialize x.
ProgressBar1->Position is supposed to be of type int,
but it somehow is not so in result I get the warning.
Some temporary wariable is created and used to initialize x.
My question is, what is the exact type of ProgressBar->Position.
|
The exact type of ProgressBar->Position is int.
| Quote: |
I can alternatively use also pointer to ProgressBar->Position,
but &(ProgressBar->Position) doesn't work.
|
Doesn't work for what ? What are you trying to do ?
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|