Rich Edit Pictures BugFix
First off, I think its great that the Rich Edit object supports pictures! Bad side, at runtime the pictures can be resized by the user even if Read Only is turned on. This of course is a bug and should be rectified as to maintain consistancy in our applications.
Thanks guys! I'm sure it shouldn't be TOOOO difficult to fix <img src="/center/images/graemlins/wink.gif" alt="" />
In advance - Yves, you're the man! LOL
Rich Edit Pictures BugFix
First off, I think its great that the Rich Edit object supports pictures! Bad side, at runtime the pictures can be resized by the user even if Read Only is turned on. This of course is a bug and should be rectified as to maintain consistancy in our applications.
Thanks guys! I'm sure it shouldn't be TOOOO difficult to fix <img src="/center/images/graemlins/wink.gif" alt="" />
In advance - Yves, you're the man! LOL
Re: Rich Edit Pictures BugFix
Sorry, I don't know how to fix that, the images are displayed by OLE in the Rich Edit object and that's a kind of black box... I'll add it to the wish list anyway (I think it's already in the list anyway...).
Yves.
Re: Rich Edit Pictures BugFix
Sorry, I don't know how to fix that, the images are displayed by OLE in the Rich Edit object and that's a kind of black box... I'll add it to the wish list anyway (I think it's already in the list anyway...).
Yves.
Re: Rich Edit Pictures BugFix
aaah... Bit of a shame.. Hope you can figure it out.. <img src="/center/images/graemlins/wink.gif" alt="" />
-Mel
Re: Rich Edit Pictures BugFix
aaah... Bit of a shame.. Hope you can figure it out.. <img src="/center/images/graemlins/wink.gif" alt="" />
-Mel
Re: Rich Edit Pictures BugFix
With most thing, sometimes you need to create a work around. What you need to do is block the actions of selecting by blocking clicks. I believe there was an extension in MMF1.5 called click blocker. I'm not sure if has or will be ported.
Make the click blocker come into effect when the mouse is over the RTF object.
Re: Rich Edit Pictures BugFix
With most thing, sometimes you need to create a work around. What you need to do is block the actions of selecting by blocking clicks. I believe there was an extension in MMF1.5 called click blocker. I'm not sure if has or will be ported.
Make the click blocker come into effect when the mouse is over the RTF object.