Search the web
Sign In
New User? Sign Up
jslex_group · jsLex Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 68 - 73 of 73   Newest  |  < Newer  |  Older >  |  Oldest
Messages: Show Message Summaries   (Group by Topic) Sort by Date v  
#73 From: Brook Davies <brooksan3@...>
Date: Sat Nov 28, 2009 3:09 pm
Subject: Re: Re: JSLex Profiler with an EXTJS Application
brooksan3
Offline Offline
Send Email Send Email
 
Thanks Bob. Tried that and it did not work.  BTW, on IIS you also need to explicitly allow the nxml file type and one other file extension I had not seen before. I am installing PHP now...


From: digital_ichi <bbuffone@...>
To: jslex_group@yahoogroups.com
Sent: Fri, November 27, 2009 5:30:47 PM
Subject: [jslex_group] Re: JSLex Profiler with an EXTJS Application

 

Brook,

What server-side framework are you using? The server code needed to load the profile.xml file is written in php or jsp. If you are running on another server-side environment, then you will need add the location of the profile.xml file to the

"jsLex.openProfileW indow" function call.

jsLex.openProfileWi ndow(null, "profile.xml" )

You will need to ensure that the profile.xml file is in a "profiles" directory at the root of your web application.

Let me know if that works for you,
Bob (Buffone)

--- In jslex_group@ yahoogroups. com, "Brook" <brooksan3@. ..> wrote:
>
> Now I am getting the pop up window with the profiler but it asks me to load my profile and no matter what combination I try, I can not get the profile to load. I've tried all types of paths to get to the profile and I can see that it exists, but it will not load. What do I do?
>
> Note, I am getting an eval error in my code, would this cause the problem?
>
>
>
> --- In jslex_group@ yahoogroups. com, "Brook" <brooksan3@> wrote:
> >
> > I see what my problem is! I extracted the JSLex app to my webroot, so the jsLex app also got compressed and had the incProfile() calls inserted which created a loop!!!
> >
> >
> >
> > --- In jslex_group@ yahoogroups. com, "Brook" <brooksan3@> wrote:
> > >
> > > Hello,
> > >
> > > I just installed and ran the JSLex plugin for Eclipse. It created a working copy of my application and I included the jsLex.js file in the root document as instructed.
> > >
> > > When I run the application I get Stack OverFlow Errors in IE and "Too much Recursion" in FF w/ Firebug. The Error points to the incProfile() method...
> > >
> > > If I remove the jsLex.js include and add:
> > >
> > > var jsLex = {
> > > incProfile: function(){
> > >
> > > }
> > > }
> > >
> > > My application runs normally, so the JS is intact and in working order.
> > >
> > > Any ideas what I should check?
> > >
> >
>



Looking for the perfect gift? Give the gift of Flickr!

#72 From: "digital_ichi" <bbuffone@...>
Date: Sat Nov 28, 2009 1:30 am
Subject: Re: JSLex Profiler with an EXTJS Application
digital_ichi
Offline Offline
Send Email Send Email
 
Brook,

What server-side framework are you using? The server code needed to load the
profile.xml file is written in php or jsp.  If you are running on another
server-side environment, then you will need add the location of the profile.xml
file to the

"jsLex.openProfileWindow" function call.

jsLex.openProfileWindow(null, "profile.xml")

You will need to ensure that the profile.xml file is in a "profiles" directory
at the root of your web application.

Let me know if that works for you,
Bob (Buffone)

--- In jslex_group@yahoogroups.com, "Brook" <brooksan3@...> wrote:
>
> Now I am getting the pop up window with the profiler but it asks me to load my
profile and no matter what combination I try, I can not get the profile to load.
I've tried all types of paths to get to the profile and I can see that it
exists, but it will not load. What do I do?
>
> Note, I am getting an eval error in my code, would this cause the problem?
>
>
>
> --- In jslex_group@yahoogroups.com, "Brook" <brooksan3@> wrote:
> >
> > I see what my problem is! I extracted the JSLex app to my webroot, so the
jsLex app also got compressed and had the incProfile() calls inserted which
created a loop!!!
> >
> >
> >
> > --- In jslex_group@yahoogroups.com, "Brook" <brooksan3@> wrote:
> > >
> > > Hello,
> > >
> > > I just installed and ran the JSLex plugin for Eclipse. It created a
working copy of my application and I included the jsLex.js file in the root
document as instructed.
> > >
> > > When I run the application I get Stack OverFlow Errors in IE and "Too much
Recursion" in FF w/ Firebug. The Error points to the incProfile() method...
> > >
> > > If I remove the jsLex.js include and add:
> > >
> > > var jsLex = {
> > >  incProfile: function(){
> > >
> > >  }
> > > }
> > >
> > > My application runs normally, so the JS is intact and in working order.
> > >
> > > Any ideas what I should check?
> > >
> >
>

#71 From: "Brook" <brooksan3@...>
Date: Sat Nov 28, 2009 1:11 am
Subject: Re: JSLex Profiler with an EXTJS Application
brooksan3
Offline Offline
Send Email Send Email
 
Now I am getting the pop up window with the profiler but it asks me to load my
profile and no matter what combination I try, I can not get the profile to load.
I've tried all types of paths to get to the profile and I can see that it
exists, but it will not load. What do I do?

Note, I am getting an eval error in my code, would this cause the problem?



--- In jslex_group@yahoogroups.com, "Brook" <brooksan3@...> wrote:
>
> I see what my problem is! I extracted the JSLex app to my webroot, so the
jsLex app also got compressed and had the incProfile() calls inserted which
created a loop!!!
>
>
>
> --- In jslex_group@yahoogroups.com, "Brook" <brooksan3@> wrote:
> >
> > Hello,
> >
> > I just installed and ran the JSLex plugin for Eclipse. It created a working
copy of my application and I included the jsLex.js file in the root document as
instructed.
> >
> > When I run the application I get Stack OverFlow Errors in IE and "Too much
Recursion" in FF w/ Firebug. The Error points to the incProfile() method...
> >
> > If I remove the jsLex.js include and add:
> >
> > var jsLex = {
> >  incProfile: function(){
> >
> >  }
> > }
> >
> > My application runs normally, so the JS is intact and in working order.
> >
> > Any ideas what I should check?
> >
>

#70 From: "Brook" <brooksan3@...>
Date: Sat Nov 28, 2009 12:55 am
Subject: Re: JSLex Profiler with an EXTJS Application
brooksan3
Offline Offline
Send Email Send Email
 
I see what my problem is! I extracted the JSLex app to my webroot, so the jsLex
app also got compressed and had the incProfile() calls inserted which created a
loop!!!



--- In jslex_group@yahoogroups.com, "Brook" <brooksan3@...> wrote:
>
> Hello,
>
> I just installed and ran the JSLex plugin for Eclipse. It created a working
copy of my application and I included the jsLex.js file in the root document as
instructed.
>
> When I run the application I get Stack OverFlow Errors in IE and "Too much
Recursion" in FF w/ Firebug. The Error points to the incProfile() method...
>
> If I remove the jsLex.js include and add:
>
> var jsLex = {
>  incProfile: function(){
>
>  }
> }
>
> My application runs normally, so the JS is intact and in working order.
>
> Any ideas what I should check?
>

#69 From: "Brook" <brooksan3@...>
Date: Sat Nov 28, 2009 12:51 am
Subject: JSLex Profiler with an EXTJS Application
brooksan3
Offline Offline
Send Email Send Email
 
Hello,

I just installed and ran the JSLex plugin for Eclipse. It created a working copy
of my application and I included the jsLex.js file in the root document as
instructed.

When I run the application I get Stack OverFlow Errors in IE and "Too much
Recursion" in FF w/ Firebug. The Error points to the incProfile() method...

If I remove the jsLex.js include and add:

var jsLex = {
  incProfile: function(){

  }
}

My application runs normally, so the JS is intact and in working order.

Any ideas what I should check?

#68 From: Bob Buffone <bbuffone@...>
Date: Tue Oct 27, 2009 5:39 pm
Subject: Re: Re: jQuery and jsLex : works together ?
digital_ichi
Offline Offline
Send Email Send Email
 
Glad you got it to work, finally.  I will look into the issues you are having.  In order to get the call graph you need change the setting when generating the code from eclipse.

On Tue, Oct 27, 2009 at 12:56 PM, myrdhinbzh <myrdhinbzh@...> wrote:
 

Yes it works :) Really thanks ! I have time, counts and calls. Really a good tool.

I thinked jsLex generate a graphical call graph...



--- In jslex_group@yahoogroups.com, Bob Buffone <bbuffone@...> wrote:
>
> Well, that's a bit of progress. There isn't an exclude files feature
> in the eclipse functionality. You can just copy over the files you
> don't want changed in the output directory or just load them from the
> orginal directory.




--
Bob (Buffone)

Messages 68 - 73 of 73   Newest  |  < Newer  |  Older >  |  Oldest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help