OpenDCL Forums

OpenDCL => Studio/Dialog Editor => Topic started by: velasquez on February 04, 2010, 09:16:51 AM

Title: Border Style with Html control
Post by: velasquez on February 04, 2010, 09:16:51 AM
The property BorderStyle doesn't work correctly with Html control. 

See the two calls in the way with the control.
Title: Re: Border Style with Html control
Post by: owenwengerd on February 04, 2010, 12:27:24 PM
I believe the HTML control is hosted inside another window; is the problem that the inner control does not honor the border style setting of the outher host window?
Title: Re: Border Style with Html control
Post by: velasquez on February 04, 2010, 02:30:06 PM
Excuse me I didn't understand your question. 
I made the tests with HTML.odcl of the directory Samples of OpenDCL.

Title: Re: Border Style with Html control
Post by: owenwengerd on February 04, 2010, 04:04:26 PM
Sorry, I'm not sure what the problem is.
Title: Re: Border Style with Html control
Post by: velasquez on February 04, 2010, 04:47:34 PM
Sorry, it should be some problem with my form.   
I will see this better.
Title: Re: Border Style with Html control
Post by: velasquez on February 06, 2010, 10:11:10 AM
I got to reproduce the problem with the property Border Style of the control HTML. 
The problem appears when the property Allow Resizing in the form is FALSE. 
I posted the modified file. 
Thanks

 
Title: Re: Border Style with Html control
Post by: velasquez on February 06, 2010, 10:13:34 AM
Sorry 
It follows the file.
Title: Re: Border Style with Html control
Post by: velasquez on February 06, 2010, 11:30:29 AM
I made other tests to reproduce my project. 
The problem with Border Style happens in all situation. 

I hope to help with the files.

Thanks
Title: Re: Border Style with Html control
Post by: owenwengerd on February 06, 2010, 08:43:19 PM
I still don't understand what the problem is. I tested your project, but I don't see any difference no matter whether form resizing is enabled or disabled.
Title: Re: Border Style with Html control
Post by: velasquez on February 07, 2010, 01:45:52 AM
Sorry my English is not good.

These images show the problem better with the property Border Style of the control HTML. 
I made the tests with AutoCAD 2006-09-10 working with WINDOWS XP.
Title: Re: Border Style with Html control
Post by: owenwengerd on February 07, 2010, 05:57:42 AM
What does it look like if you clear the loaded page?  What exactly changes if the form is resizable?
Title: Re: Border Style with Html control
Post by: velasquez on February 08, 2010, 02:54:38 AM
The property Allow Resizing is same FALSE in this form. 

Sorry, as I can clear the loaded page? 
Will this make the borders of the control HTML they disappear?
I didn't see a function for this.

Thanks
Title: Re: Border Style with Html control
Post by: owenwengerd on February 08, 2010, 05:17:42 AM
You can navigate to "about:blank" to clear the HTML.  I ssume the border is part of the document.  My suggestion is to test this by loading an empty document.
Title: Re: Border Style with Html control
Post by: velasquez on February 09, 2010, 03:56:34 AM
Hello Owen
 
1 - I worked with (dcl_Html_Navigate MyHtm_BorderTest_Html1 " about:blank ") to clean the control, but the border is still shown. 
2 - the same thing happens if I work with an empty document. 
3 - if I don't work with dcl_Html_Navigate the property BorderStyle works well. 

Thanks
Title: Re: Border Style with Html control
Post by: owenwengerd on February 10, 2010, 05:58:19 PM
I have investigated this further, and as I suspected, the border is part of the HTML document.  There is a flag that removes the document border, so I have changed the code for the next build to remove the document border.
Title: Re: Border Style with Html control
Post by: velasquez on February 11, 2010, 01:56:50 AM
Thank you Owen for your attention and the great work.