[perl-win32-gui-users] Re: Win32::GUI::DHtmlEdit control

2005-08-30 Thread Steven Lloyd
Also $Control->UseDivOnCarriageReturn(1); does not seem to do anything. If I set this, shouldn't it use tags instead of tags on Carriage Return? Is there a reference manual on how these work? I really want to dive into this but I cannot find much to read... Steve - Original Message

[perl-win32-gui-users] Re: Win32::GUI::DHtmlEdit control

2005-08-30 Thread Steven Lloyd
Hmm, It seems to work if invoked from a menu... I want to be able to drag and drop images on the edit control.. calling $Control->Image($file) after a DropFiles event does not seem to work... Any ideas? - Original Message - From: "Steven Lloyd" <[EMAIL PROTECTED]> To: Sent: Tuesday

[perl-win32-gui-users] Win32::GUI::DHtmlEdit control

2005-08-30 Thread Steven Lloyd
Using a DHtmlEdit control, I want to be able to pass in the url to the Image function. For some reason it does not work.. If I look at the DHtmlEdit.pm, it seems it should. Any ideas why the following code does not insert the image? Steve Lloyd http://www.basgetti.com -

Re: [perl-win32-gui-users] Scintilla Editor Folding Implementation in Win32::GUI::Scintilla

2005-08-30 Thread Jeremy White
Hmm Well, I'm not using NEM in my code... could this be yet another classic 5.8 vs 5.6? Looks like it is - just tried it under 5.8.7 and 5.6.1 - works fine under 5.6, but not 5.8. I've attached my test code for you to test one your end if you get a second. Ok - running under 5.6 I get

Re: [perl-win32-gui-users] Scintilla Editor Folding Implementation in Win32::GUI::Scintilla

2005-08-30 Thread Jason P.
Jeremy White wrote: I had never actually bothered to make use of the _Notify until you mentioned it, and realized that it is completely useless as it is *never* fired. I am having serious problems even locating where such Interesting - I'm getting the event firing. This control only works

Re: [perl-win32-gui-users] Scintilla Editor Folding Implementation in Win32::GUI::Scintilla

2005-08-30 Thread Jeremy White
I had never actually bothered to make use of the _Notify until you mentioned it, and realized that it is completely useless as it is *never* fired. I am having serious problems even locating where such Interesting - I'm getting the event firing. This control only works under OEM - so maybe tha