Re: HTMLWriter

2006-10-24 Thread fchoong
Hi Roman, That tip was useful, thanks! ;) David Fu. > Hi Fu, > >> One more question, do you have any idea what isBlockTag() is for? >> Although >> I have implemented this method, I am not sure where it is supposed to be >> used. Thanks! >

Re: HTMLWriter

2006-10-23 Thread Roman Kennke
Hi Fu, > One more question, do you have any idea what isBlockTag() is for? Although > I have implemented this method, I am not sure where it is supposed to be > used. Thanks! Sorry, no idea yet. Maybe it's not really important. Little tip: You could create a subclass, override that method and ca

Re: HTMLWriter

2006-10-23 Thread fchoong
Hi Roman, One more question, do you have any idea what isBlockTag() is for? Although I have implemented this method, I am not sure where it is supposed to be used. Thanks! David Fu. > Hi Fu., > > Am Dienstag, den 17.10.2006, 22:15 +0

Re: HTMLWriter

2006-10-18 Thread fchoong
Hi Roman, Ok, I will probably get it after thinking through it a few more times. Thanks for your help! ;) David Fu. > Hi Fu., > > Am Dienstag, den 17.10.2006, 22:15 +0900 schrieb [EMAIL PROTECTED]: >> Hi Roman, >> Thanks! That makes it much

Re: HTMLWriter

2006-10-17 Thread Roman Kennke
Hi Fu., Am Dienstag, den 17.10.2006, 22:15 +0900 schrieb [EMAIL PROTECTED]: > Hi Roman, > Thanks! That makes it much clearer! But I Still do not understand what is > meant by "Unwanted" in the closeOutUnwantedEmbeddedTags()... :( Well. The API docs for writeEmbeddedTags() says: <> Then, the API

Re: HTMLWriter

2006-10-17 Thread fchoong
Hi Roman, Thanks! That makes it much clearer! But I Still do not understand what is meant by "Unwanted" in the closeOutUnwantedEmbeddedTags()... :( David Fu. > > Hi, > >> Hi Sven, Roman, and All, >> I am currently working on th

Re: HTMLWriter

2006-10-16 Thread Roman Kennke
Hi, > Hi Sven, Roman, and All, > I am currently working on the HTMLWriter. Does anybody have an idea what > is meant by an Embedded Tag for the writeEmbeddedTags() method? I am > guessing it is the hidden input used in HTML forms, but the > closeOutUnwantedEmbeddedTags() method does not really ma

Re: HTMLWriter

2006-10-14 Thread fchoong
Hi Mario, Thanks for the reply! I guess it is more likely that it referers to the Applet, Object, and Embed Tags. But I still cannot make sense of the closeOutUnwantedEmbeddedTags(). What is meant by "Unwanted" here? HTMLWriter(javax.swing.text.html.HTMLWriter) is suppose to output the Html for HTM

Re: HTMLWriter

2006-10-14 Thread Mario Torre
Il giorno sab, 14/10/2006 alle 21.16 +0900, [EMAIL PROTECTED] ha scritto: > Hi Sven, Roman, and All, > I am currently working on the HTMLWriter. Does anybody have an idea what > is meant by an Embedded Tag for the writeEmbeddedTags() method? I am > guessing it is the hidden input used in HTML forms