2
votes
5answers
62 views
Automatically pick tags from context using Python
How can I pick tags from an article or a user's post using Python?
Is the following method ok?
Build a list of word frequency from the text and sort them.
Remove some common wor …
0
votes
3answers
44 views
How to save default context settings in c#?
Hello,
could somebody tell me why I can not save dynamic data in Settings.Default.Context?
My code:
Settings.Default.Context.Add("myKey", "myValue");
Settings.Default.Save();
M …
0
votes
1answer
20 views
Change context menu in WPF TreeView for data
Is there a way to specify in a TreeView's HierarchicalDataTemplate to use a different context menu depending on a property on the data an item is bound to? For instance, display on …
0
votes
0answers
19 views
Trac task context sharing with mylyn
I've got trac working with mylyn (in eclipse obviously) through xmlrpc. Yay for six hours of my life. I can attach and retrieve context to tasks in trac.
Question setup: I have …
0
votes
0answers
9 views
What is System.ContextBoundObject?
What is ContextBoundObject used for? The documentation mentions 'contexts', which seem to be programatically defined, but fails to give any explanation as to what one is.
1
vote
1answer
19 views
Tab Context Menu for WeifenLuo.WinFormsUI.Docking
Hi,
I'm using the "WeifenLuo.WinFormsUI.Docking" control.
I need to show a context menu by clicking on a document tab.
Atm I just can show a context menu at the document itself …
0
votes
2answers
39 views
WebApplication Context files on Tomcat
I have a download service served using Tomcat 5.5.15. It is created by adding an XML file in $TOMCAT_HOME/conf/Catalina/localhost. E.g downloads.xml for http://example.com/app.down …
6
votes
4answers
404 views
Windows: avoid pushing full x86 context on stack
I have implemented a language under MS Windows that uses cactus stacks to implement
parallel programs. The stack chunks are allocated on a per-function
basis and are just the righ …
0
votes
1answer
88 views
Seeking One-Size-Fits-All Context Based Storage
First off, I wish context based storage was consistent across the framework!
With that said, I'm looking for an elegant solution to make these properties safe across ASP.NET, WCF …
0
votes
1answer
8 views
Context, Membership, Etc Null when using MVC on IIS7
I'm sure this must be something simple that I'm missing.
I'm using MVC Routing in my Forms applicaiton for Url Routing. On most of the forms I access the Context, Membership, etc …
1
vote
1answer
13 views
What are the available options to retrieve Spring-managed beans in a Log4J Appender inside a Spring-managed web application?
Hello. My current build lead has a great idea in theory - construct a custom Log4J appender that takes in Spring-managed beans and uses them to log errors to various other sources …
0
votes
0answers
5 views
LoadFromContext was detected
HI all misters
When I try Debug my project (unit tests) i get the following error:
LoadFromContext was detected
Message: The assembly named 'Microsoft.VisualStudio.QualityTools.C …
0
votes
4answers
2k views
Allow only Copy/Paste Context Menu in System.Windows.Forms.WebBrowser Control
The WebBrowser control has a property called "IsWebBrowserContextMenuEnabled" that disables all ability to right-click on a web page and see a context menu. This is very close to …
0
votes
2answers
49 views
Eclipse + Tomcat = wrong docBase???
I am running Eclipse Galileo with Tomcat 6.0.18.
Currently, I have a working application with the m2Eclipse plugin installed. It deploys to Tomcat and I am able to test my applic …
0
votes
1answer
19 views
WCF Web Service error - The message could not be processed. This is most likely because the action ‘’ is incorrect or because…
... the message contains an invalid expired security context token or because there is a mismatch between bindings...
The problem is, the client and the server times are a few sec …
