Announcement: IR V4.0.3 Beta
Moderator: Moderators
-
Nils_Ekberg
- Expert
- Posts: 1689
- Joined: Sat Aug 02, 2003 2:08 pm
- Location: Near Albany, NY
It's backe34m5 wrote:Ok..another build (3:38PM)
Fixed the performance issue.
Added notes to SPB (SPB notes can only be modified in the SPB dialog)
Matt..I'm looking into your issue now...Yahoo is kaput for the moment..
Scared me for a minute there that my none SPB notes were locked for ever but now I see that you set it up to only edit SPB keymoves there and regular only on the regular panel.
Works good
-
Nils_Ekberg
- Expert
- Posts: 1689
- Joined: Sat Aug 02, 2003 2:08 pm
- Location: Near Albany, NY
Will do when I get home. It all seemed kind of odd to me anyhow, that some macros did it and some didn't.e34m5 wrote:I have added and deleted at least 20 notes to your macro file with no errors.
Try the latest BETA just in case....let me know
Kind of like something going on here at work. I have a design that has been essentially unchanged for months and all of a sudden we are having intermittent strange problems. Heh, maybe it's just me
Matt
-
Nils_Ekberg
- Expert
- Posts: 1689
- Joined: Sat Aug 02, 2003 2:08 pm
- Location: Near Albany, NY
Matt
I got thinking about this and the only thing I can come up with is that maybe there is something in the file from an earlier release causing the problem. I looked in the file and nothing jumped out at me so I was thinking that if the new release didn't fix it for you try deleting or renaming it and recreating the notes to see what happens.
I got thinking about this and the only thing I can come up with is that maybe there is something in the file from an earlier release causing the problem. I looked in the file and nothing jumped out at me so I was thinking that if the new release didn't fix it for you try deleting or renaming it and recreating the notes to see what happens.
-
Nils_Ekberg
- Expert
- Posts: 1689
- Joined: Sat Aug 02, 2003 2:08 pm
- Location: Near Albany, NY
Paul, you'll be pleased to know that the latest release just about solves my (re)size problem, as well, of course, as the performance issue.
I say "just about", because the SPB dialog is still too narrow when it opens - but now it can be permanently resized, so I don't really care all that much. The resize in opening length is perfect.
I would also note (since I suspect my earlier report was lost in the "chaff") that the keymove windows are about 25% higher than they need be given that there will never be more than 13 steps to enter (a fundamental limitation).
I also recommend you adopt the resizing mechanism used by the keymove window. In IR 4.0.1 (and, I assume, also in 4.0.2), it appears to be relatively straightforward implementation, using an "OnResize" statement and short procedure. It would be nice if the Macro dialog used that mechanism as well, but I recognize that's well outside the scope of what you undertook to do.
Finally, thanks for your effforts. It's taken a while but I think you're now "there".
Don
I say "just about", because the SPB dialog is still too narrow when it opens - but now it can be permanently resized, so I don't really care all that much. The resize in opening length is perfect.
I would also note (since I suspect my earlier report was lost in the "chaff") that the keymove windows are about 25% higher than they need be given that there will never be more than 13 steps to enter (a fundamental limitation).
I also recommend you adopt the resizing mechanism used by the keymove window. In IR 4.0.1 (and, I assume, also in 4.0.2), it appears to be relatively straightforward implementation, using an "OnResize" statement and short procedure. It would be nice if the Macro dialog used that mechanism as well, but I recognize that's well outside the scope of what you undertook to do.
Finally, thanks for your effforts. It's taken a while but I think you're now "there".
Don
DGG wrote:Paul, you'll be pleased to know that the latest release just about solves my (re)size problem, as well, of course, as the performance issue.
Great
Ok..I'll make a scudgeon it widerI say "just about", because the SPB dialog is still too narrow when it opens - but now it can be permanently resized, so I don't really care all that much. The resize in opening length is perfect.
Are you referring to the grids themselves. If so that's one of those wierd stringgrid thingsI would also note (since I suspect my earlier report was lost in the "chaff") that the keymove windows are about 25% higher than they need be given that there will never be more than 13 steps to enter (a fundamental limitation).
I take it you mean to make the other dialogs resizable as well since KM and SPB are already.I also recommend you adopt the resizing mechanism used by the keymove window. In IR 4.0.1 (and, I assume, also in 4.0.2), it appears to be relatively straightforward implementation, using an "OnResize" statement and short procedure. It would be nice if the Macro dialog used that mechanism as well, but I recognize that's well outside the scope of what you undertook to do.
My pleasure...txFinally, thanks for your effforts. It's taken a while but I think you're now "there".
Don
So long as a "scudgeon" is approximately 1". But, the change at this point is purely for cosmetics now that permanent resizing is effective.Ok..I'll make a scudgeon it wider
Yes. But, don't you specify the height of the stringgrid when it's defined?. It can be shortened by about about 25% and still be high enough to accommodate 13 lines.Are you referring to the grids themselves. If so that's one of those wierd stringgrid thingsI would also note (since I suspect my earlier report was lost in the "chaff") that the keymove windows are about 25% higher than they need be given that there will never be more than 13 steps to enter (a fundamental limitation).
No, I'm suggesting you adopt for SPB the same resizing mechanism currently used by for the Keymove dialog. When you resize the height of the Keymove dialog to make it smaller, not only is the whole dialog height reduced, but the height of the stringgrid is reduced concurrently - until there are only two lines remaining. The effect is that all the other contols remain in full view until the stringrid can be made no smaller. The effect of resizing SPB is quite different. Try resizing the Keymove dialog and you'll see what I mean. (See line 107 of the file "dlgAdvCode.pas" for IR 4.0.1, which reads "OnResize = PanelFunctionResize".) My second point was suggesting that the Macro dialog also should make use of the Keymove dialog resizing mechanism, but I don't expect you to do it.I also recommend you adopt the resizing mechanism used by the keymove window. In IR 4.0.1 (and, I assume, also in 4.0.2), it appears to be relatively straightforward implementation, using an "OnResize" statement and short procedure. It would be nice if the Macro dialog used that mechanism as well, but I recognize that's well outside the scope of what you undertook to do.
I take it you mean to make the other dialogs resizable as well since KM and SPB are already.
If this is going to make things complicated again, I'll be happy to withdraw the recommendation and resubmit it along with a couple of others once IRBeta becomes IR 4.0.3.
Don