Re: JRex Digest, Vol 48, Issue 3

"Gopikumar A" <[email protected]> Sat, 12 Jan 2008 11:20:25 +0530
Newsgroups gmane.comp.mozilla.jrex
Message-ID <[email protected]>
--===============1793315405==
Content-Type: multipart/alternative; 
	boundary="----=_Part_10213_12232014.1200117025102"

------=_Part_10213_12232014.1200117025102
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

hi there

am using JRex component...

my problem is am unable to hide the menubar and toolbar in the JRex browser

so please send me the code or some tips for my problem

thanks in advance

bye

gopikumar.A


On Jan 11, 2008 1:30 AM, <[email protected]> wrote:

> Send JRex mailing list submissions to
>        [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
>        https://www.mozdev.org/mailman/listinfo/jrex
> or, via email, send a message with subject or body 'help' to
>        [email protected]
>
> You can reach the person managing the list at
>        [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of JRex digest..."
>
>
> Today's Topics:
>
>   1.  Bug in get the source? (Icaro Dourado)
>   2. Re: Capture Visual Features with JRex (Icaro Dourado)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 9 Jan 2008 12:00:59 -0800 (PST)
> From: Icaro Dourado <[email protected]>
> Subject: [JRex]  Bug in get the source?
> To: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=us-ascii
>
>
> hi everyone,
> I tried to recover the source page after it be loaded, by i couldn't get
> that. I am trying to do:
>
> String content = navigation.getContentString("text/html",
> WebNavigationConstants.OUTPUT_RAW);
> System.out.println(content);
>
> but nothing comes! Only a empty string, all the time. I am SURE that i am
> waiting enough time to the page be loaded because, using the DOM tree that
> is returned (see code below), I can access the page (besides this is not
> what I want, yet). Today I am getting this tree, and parsing it manually
> to
> a html source, using the nodes, children and so, and building the html.
> BUT,
> this is a big and poor solution, because naturally this is close to crash
> due unknown tags, bad formatted tags on page, and so on
>
> How I get the dom tree:
> Document doc = navigation.getDocument();
> Element ex = doc.getDocumentElement();
>
> I have a doubt about this function too: is that supposed to be the "final"
> html or the "input"/initial html? I mean, after a javascript be processed,
> the dom tree may change, and the "final" html changes likewise.
>
> I would appreciate any suggestion and help!
> regards, Icaro
> --
> View this message in context:
> http://www.nabble.com/Bug-in-get-the-source--tp14719954p14719954.html
> Sent from the MozDev - jrex mailing list archive at Nabble.com.
>
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 9 Jan 2008 12:08:38 -0800 (PST)
> From: Icaro Dourado <[email protected]>
> Subject: Re: [JRex] Capture Visual Features with JRex
> To: [email protected]
> Message-ID: <[email protected]>
> Content-Type: text/plain; charset=us-ascii
>
>
>
>
> Radhouane wrote:
> >
> > Hi every body,
> > I am new user of JRex. I want to capture box models positions of tags in
> > the
> > DOM tree of arenderd web page using JRex. I mean by box models of a tag,
> > its
> > position in the rendred page. Example, the tab <P> will be rendered at
> > position row (15 pixels) and columns row (20 pixels). Is it possible
> with
> > JRex?
> > Thx.
> >
>
> I want to do this too! I have a suggestion: take a look at this project:
> WebCoords
> It may be "weak" because it calculates the positions, and CSS, javascript
> and others are not considered. it's a approach, but is not good enough at
> the most of the cases.
> Radhouane, please contact me if you get progress! thanks
> --
> View this message in context:
> http://www.nabble.com/Capture-Visual-Features-with-JRex-tp14152535p14720402.html
> Sent from the MozDev - jrex mailing list archive at Nabble.com.
>
>
>
> ------------------------------
>
> _______________________________________________
> JRex mailing list
> [email protected]
> https://www.mozdev.org/mailman/listinfo/jrex
>
>
> End of JRex Digest, Vol 48, Issue 3
> ***********************************
>



-- 
with love and care

GopGally

LIFE IS SHORT ENJOY IT HOT

------=_Part_10213_12232014.1200117025102
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

<br>hi there<br><br>am using JRex component... <br><br>my problem is am unable to hide the menubar and toolbar in the JRex browser<br><br>so please send me the code or some tips for my problem<br><br>thanks in advance<br><br>
bye <br><br>gopikumar.A<br><br><br><div class="gmail_quote">On Jan 11, 2008 1:30 AM,  &lt;<a href="mailto:[email protected]">[email protected]</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Send JRex mailing list submissions to<br> &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:[email protected]">[email protected]</a><br><br>To subscribe or unsubscribe via the World Wide Web, visit<br> &nbsp; &nbsp; &nbsp; &nbsp;<a href="https://www.mozdev.org/mailman/listinfo/jrex" target="_blank">
https://www.mozdev.org/mailman/listinfo/jrex</a><br>or, via email, send a message with subject or body &#39;help&#39; to<br> &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:[email protected]">[email protected]</a><br><br>You can reach the person managing the list at
<br> &nbsp; &nbsp; &nbsp; &nbsp;<a href="mailto:[email protected]">[email protected]</a><br><br>When replying, please edit your Subject line so it is more specific<br>than &quot;Re: Contents of JRex digest...&quot;<br><br><br>Today&#39;s Topics:
<br><br> &nbsp; 1. &nbsp;Bug in get the source? (Icaro Dourado)<br> &nbsp; 2. Re: Capture Visual Features with JRex (Icaro Dourado)<br><br><br>----------------------------------------------------------------------<br><br>Message: 1<br>Date: Wed, 9 Jan 2008 12:00:59 -0800 (PST)
<br>From: Icaro Dourado &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br>Subject: [JRex] &nbsp;Bug in get the source?<br>To: <a href="mailto:[email protected]">[email protected]</a><br>Message-ID: &lt;<a href="mailto:[email protected]">
[email protected]</a>&gt;<br>Content-Type: text/plain; charset=us-ascii<br><br><br>hi everyone,<br>I tried to recover the source page after it be loaded, by i couldn&#39;t get<br>that. I am trying to do:<br><br>
String content = navigation.getContentString(&quot;text/html&quot;,<br>WebNavigationConstants.OUTPUT_RAW);<br>System.out.println(content);<br><br>but nothing comes! Only a empty string, all the time. I am SURE that i am<br>
waiting enough time to the page be loaded because, using the DOM tree that<br>is returned (see code below), I can access the page (besides this is not<br>what I want, yet). Today I am getting this tree, and parsing it manually to
<br>a html source, using the nodes, children and so, and building the html. BUT,<br>this is a big and poor solution, because naturally this is close to crash<br>due unknown tags, bad formatted tags on page, and so on<br><br>
How I get the dom tree:<br>Document doc = navigation.getDocument();<br>Element ex = doc.getDocumentElement();<br><br>I have a doubt about this function too: is that supposed to be the &quot;final&quot;<br>html or the &quot;input&quot;/initial html? I mean, after a javascript be processed,
<br>the dom tree may change, and the &quot;final&quot; html changes likewise.<br><br>I would appreciate any suggestion and help!<br>regards, Icaro<br>--<br>View this message in context: <a href="http://www.nabble.com/Bug-in-get-the-source--tp14719954p14719954.html" target="_blank">
http://www.nabble.com/Bug-in-get-the-source--tp14719954p14719954.html</a><br>Sent from the MozDev - jrex mailing list archive at <a href="http://Nabble.com" target="_blank">Nabble.com</a>.<br><br><br><br>------------------------------
<br><br>Message: 2<br>Date: Wed, 9 Jan 2008 12:08:38 -0800 (PST)<br>From: Icaro Dourado &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br>Subject: Re: [JRex] Capture Visual Features with JRex<br>To: <a href="mailto:[email protected]">
[email protected]</a><br>Message-ID: &lt;<a href="mailto:[email protected]">[email protected]</a>&gt;<br>Content-Type: text/plain; charset=us-ascii<br><br><br><br><br>Radhouane wrote:<br>&gt;<br>&gt; Hi every body,
<br>&gt; I am new user of JRex. I want to capture box models positions of tags in<br>&gt; the<br>&gt; DOM tree of arenderd web page using JRex. I mean by box models of a tag,<br>&gt; its<br>&gt; position in the rendred page. Example, the tab &lt;P&gt; will be rendered at
<br>&gt; position row (15 pixels) and columns row (20 pixels). Is it possible with<br>&gt; JRex?<br>&gt; Thx.<br>&gt;<br><br>I want to do this too! I have a suggestion: take a look at this project:<br>WebCoords<br>It may be &quot;weak&quot; because it calculates the positions, and CSS, javascript
<br>and others are not considered. it&#39;s a approach, but is not good enough at<br>the most of the cases.<br>Radhouane, please contact me if you get progress! thanks<br>--<br>View this message in context: <a href="http://www.nabble.com/Capture-Visual-Features-with-JRex-tp14152535p14720402.html" target="_blank">
http://www.nabble.com/Capture-Visual-Features-with-JRex-tp14152535p14720402.html</a><br>Sent from the MozDev - jrex mailing list archive at <a href="http://Nabble.com" target="_blank">Nabble.com</a>.<br><br><br><br>------------------------------
<br><br>_______________________________________________<br>JRex mailing list<br><a href="mailto:[email protected]">[email protected]</a><br><a href="https://www.mozdev.org/mailman/listinfo/jrex" target="_blank">https://www.mozdev.org/mailman/listinfo/jrex
</a><br><br><br>End of JRex Digest, Vol 48, Issue 3<br>***********************************<br></blockquote></div><br><br clear="all"><br>-- <br>with love and care<br><br>GopGally<br><br>LIFE IS SHORT ENJOY IT HOT

------=_Part_10213_12232014.1200117025102--

--===============1793315405==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
JRex mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/jrex

--===============1793315405==--