profgrid
Not logged in
|
Signup
|
Update Profile
|
Login
Search
Alerts
Home
>
Forums
>
DHTMLEdit - Registered Users - Helpdesk
>
PictureDialog and browsmode := false;
DHTMLEdit - Registered Users - Helpdesk
PictureDialog and browsmode := false;
Thread Starter:
amos
Started:
6/14/2008 7:21 PM UTC
Replies:
6
6/14/2008 7:21 PM UTC
PictureDialog and browsmode := false;
Reply
Quote
amos
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
6/28/2008 10:33 AM UTC
Re: PictureDialog and browsmode := false;
Reply
Quote
amos
its been 2 weeks now, and no sign of life from nicholas
if someone hears from him please call the interpol :)
6/29/2008 2:48 PM UTC
Re: PictureDialog and browsmode := false;
Reply
Quote
profgrid.com
Hi Amos,
Please include a small sample project (source + exe) and some step-by-step instructions on how to reproduce the problem.
-Nicholas
6/29/2008 5:41 PM UTC
Re: PictureDialog and browsmode := false;
Reply
Quote
amos
hi
attached exe and sources
This message includes the following attachments:
image&numberring.rar
6/30/2008 6:52 PM UTC
Re: PictureDialog and browsmode := false;
Reply
Quote
profgrid.com
In this project you are using some 'TMyProfDHTMLEdit' with 'BlockImages = True'.
-Nicholas
7/1/2008 5:10 PM UTC
Re: PictureDialog and browsmode := false;
Reply
Quote
amos
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:
image.rar
7/3/2008 1:25 PM UTC
Re: PictureDialog and browsmode := false;
Reply
Quote
profgrid.com
The bug is in your code. Must be:
if (DispID = DISPID_AMBIENT_DLCONTROL) then
removed: and (fBlockImages) then
-Nicholas