DHTMLEdit - Registered Users - Helpdesk
PictureDialog and browsmode := false;
Thread Starter: amos Started: 6/14/2008 7:21 PM UTC
Replies: 6
PictureDialog and browsmode := false;
hi
after calling Editor.PictureDialog;
i only see the placeholder of the image and not the image itself
why? how can i see the image itself?
thanks


Re: PictureDialog and browsmode := false;
its been 2 weeks now, and no sign of life from nicholas
if someone hears from him please call the interpol :)

Re: PictureDialog and browsmode := false;
Hi Amos,

Please include a small sample project (source + exe) and some step-by-step instructions on how to reproduce the problem.


-Nicholas
Re: PictureDialog and browsmode := false;
hi

attached exe and sources

This message includes the following attachments:

Re: PictureDialog and browsmode := false;
In this project you are using some 'TMyProfDHTMLEdit' with 'BlockImages = True'.


-Nicholas
Re: PictureDialog and browsmode := false;
attached new demo (includes the TMYProf...)

i have noticed that if BlockImages is set to FALSE in design time, then it works ok
if it is set to TRUE in designtime but is set to FALSE in OnCreate event, then it has no effect
and it behaves as if BlockImages is still true. ofcourse i need the latter since this property is set according to the user definition

please advice

This message includes the following attachments:

Re: PictureDialog and browsmode := false;
The bug is in your code. Must be:

if (DispID = DISPID_AMBIENT_DLCONTROL) then removed: and (fBlockImages) then


-Nicholas