Re: What happened to the Action Menu?

2010-08-17 Thread ArryD
Im just running into that problem now kimdezen, trying to get no- conflict working but no success so far. How did you get it working? On Aug 18, 12:11 pm, kimdezen wrote: > Running JavaScript libraries in SmartEdit mode (e.g. Jquery) caused a > lot of errors in v10 - since they clashed with the n

Re: What happened to the Action Menu?

2010-08-17 Thread kimdezen
Running JavaScript libraries in SmartEdit mode (e.g. Jquery) caused a lot of errors in v10 - since they clashed with the new editing environment. To get around this, everything needs to run in no-conflict mode. On Aug 13, 8:43 pm, reddotrich wrote: > Hi jkinzel, > > I am looking at upgrading c

Re: Omit content classes from search results

2010-08-17 Thread kimdezen
Unfortunately not.. users will need to select the Content Class filter each time they perform a search to do this. (if this is not the case, then i would love to know how!!) This is a shame really, since there are occasions when you dont want users to search and link to system pages (headers, foo

Re: RQL Error - Please Login

2010-08-17 Thread kimdezen
Are there different addresses being used to login to RedDot? e.g. http://reddot or http://reddot.dev..com Ive come across this one before where my .NET Wrapper was set up to connect to the services via one URL, but users where logging in using a different address and therefore the user was no

Re: RQL Error - Please Login

2010-08-17 Thread RustyLogic
Moving to the dll will cut out the potential of a webservice time-out but won't improve your overall performance. - The webservice timeout I set to 3 minutes by default and if you're doing something that takes longer then you probably don't want to be doing it in the first place! Download the late

RE: RQL Error - Please Login

2010-08-17 Thread Killingsworth, Chad A
This is really specific, but in IE if you open a new window with JavaScript and specify "modal=1" as an option, you will frequently lose your session (it's an IE bug). This can occur in RedDot within some of the rich text editors. However, it's unlikely that this is your issue. Chad Killingswo

Re: RQL Error - Please Login

2010-08-17 Thread reddotrich
Hi John (RustyLogic), (From our Senior)Firstly thanks for your RQL library, I've found this very useful and have actually made it thread safe... although this appears to be causing internal queueing as creating parallel workloads doesnt appear to improve performance despite using Red Dot v9 SP1 h

Re: RQL Error - Please Login

2010-08-17 Thread RustyLogic
Hi, If you are getting 101 then make sure: 1) You are closing sessions when you are finished. 2) You have enough concurrent logins available for that user. If it's a timeout: 1) Alter the timeout value of the libary (not recommended) 2) Switch to using the dll (if you are using the webservices).

Re: RQL Error - Please Login

2010-08-17 Thread reddotrich
Hi Both, I think it is the 101, we get "Server was unable to process request. ---> Please login" from the Rusty Logic framework on a couple of calls (create page, pageSearch.Execute), I think it is timing out, but just wanted to check for any other possible causes, as the session is fine for other