View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002108 | JEDI VCL | 00 JVCL Components | public | 2004-09-01 02:31 | 2004-09-03 05:42 |
Reporter | xerkan | Assigned To | AHUser | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0002108: Bug in JvXPBar | ||||
Description | When show a form that contains a JvXPBar the Enabled property of actions of the ActionList associated to the JvXPBar put automatically to false, this always happens in time of design having to always put action whenever loadings the project and you modify the form | ||||
Additional Information | Cuando muestras un formulario que contenga un JvXPBar la propiedad Enabled de las actions del ActionList asociado al JvXPBar se ponen automáticamente a false, esto ocurre siempre en tiempo de diseño teniendo que poner siempre los action cada vez que cargues el proyecto y modifiques el formulario | ||||
Tags | No tags attached. | ||||
|
Looks like a design-time problem. When I remove all "Enabled =" from the .dfm file, compile and start the application the items are enabled. |
|
It is actually Delphi IDE code that is responsilbe for this bug. And as we do not have the source code of the Delphi IDE, it is very hard to find the bug, at least for me. Maybe someone else finds the bug. |
|
I do not believe that it is an error of delphi since this did not happen to me with daily of June, if not that began to arise bug with those from the 30/08/2004 |
|
It is always easier to blame other's code than your own. I will have a look at the cvs history (and diff files) |
|
Fixed in CVS. I found it. It is the inserted "Update;" in TJvXPBarItem.ActionChange. It was introduces to fix Mantis 0001998. I have put an "if csLoading in" around it. |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-09-01 02:31 | xerkan | New Issue | |
2004-09-03 01:09 | AHUser | Note Added: 0005149 | |
2004-09-03 01:22 | AHUser | Note Added: 0005150 | |
2004-09-03 04:45 | xerkan | Note Added: 0005152 | |
2004-09-03 05:26 | AHUser | Note Added: 0005153 | |
2004-09-03 05:42 | AHUser | Status | new => resolved |
2004-09-03 05:42 | AHUser | Resolution | open => fixed |
2004-09-03 05:42 | AHUser | Assigned To | => AHUser |
2004-09-03 05:42 | AHUser | Note Added: 0005154 |