webTrax.TV! -SUPERIOR ecommerce and web analysis tool!

2002-04-04 Thread webTrax.TV
Title: netOffice.TV!



 

  
  

  


  
  
webTrax.TV™ - is an all inclusive, integrated, easy to use web and 
  ecommerce tracking and analysis system!CLICK HERE to see 
  webTrax.TV!Start making 
  Money by getting your ecommerce and web 
  promotions on Track – webTrax.TV!Beat the 
  Competition using the most innovative tool for tracking 
  thesuccess of your website 
  promotions.Save Time by 
  cutting through all the unnecessary information generated 
  bystandard ecommerce and web logs.Feel comfortable 
  that you’re utilizing the same proven 
  technologyGlobal 1000 Executives use to manage 
  corporate performance!Save money! 
  We’ve bundled this special application for you, and priced 
  itat a fraction of the cost.Control the 
  important information you track using webTrax.TV.Be a Genius! 
  with your boss using webTrax.TV’s powerful dynamic charting 
  andgraphing capability.Have Fun while 
  Slicing, and dicing your key performance indicators using 
  ouranimated SuperGUI.Be confident 
  having crucial knowledge about your prospects ecommerce and website 
  activities.webTrax.TV™ 
  is the easiest tracking tool to 
  implement by simply adding one 
  lineof html to 
  any email or web page. Start tracking activity in less than 30 
  minutes!The software includes everything you 
  need:Application Server (for logging your hits) SQLServer Compatible Database Web based SuperGUI for navigation, analysis and 
  presentation Prepackaged performance views WebTrax administrator  Examples of advanced tracking techniquesCLICK HERE to see 
  webTrax.TV now!

  
  

  
website:www.webTrax.TV  

  

  
__If you would prefer not to 
receive future email, please click 
here. 


Re: New 'back' backend

2002-04-04 Thread Nicola Pero


> having done that I now get a coredump.

that occurred to me too ... and well it is certainly caused by the fact
that gnustep-make has been modified to link bundles against all libraries
... that change is delicate and probably needs to be fixed somewhat ...
problem is understanding all the bits - perhaps it might be turned on on
windows and off on all other platforms.

anyway - now it works on my machine.  I both fixed a bug in gnustep-gui,
which was linking the TextConverter/RTF bundle with the installed
gnustep-gui rather than the one being compiled, and switched my system to
use a shared libobjc again.  I'm not sure what exactly made the
difference, but one or the other or both of these changes fixed the core
dump.


___
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep



valueForKey: on an NSArray

2002-04-04 Thread Jonathan B. Leffert

Given an NSArray *a, the following explodes

[a valueForKey: @"foo"];

because NSArray doesn't respond to -foo or -_getFoo or -getFoo when
valueForKey: on an array should return the array represented by calling
valueForKey: on all the objects in the array.  That is, valueForKey: on an
array is the array representing the aggregate of values for the given key.

Thoughts?

Jonathan


___
Bug-gnustep mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-gnustep