1
vote
1answer
33 views
How does the Built-in Bindings of Google Guice work?
Hello,
I tried Google Guice the first time and find it very nice.
But, when I reached the part of Built-in Bindings I do not understand the examples.
For me it looks like I can use it for logging …
1
vote
2answers
34 views
Bindings - master detail array controllers
I really hope someone can help on this because I'm learning cocoa and have hit a road block.
I am trying to model a simple poker tournament. For now, my entities are simply a Tournament (with a …
1
vote
2answers
89 views
Check if key is pressed using python (a daemon in the background)
I've created a python script in which an event needs to be executed each time I press the Super (or WinKey) on my keyboard.
How can one achieve this without the python process being "focused" - as it …
1
vote
1answer
30 views
What’s the shorter xaml syntax for Multibinding using StringFormat with multiple bindings?
Hi
for a single binding, we use:
<TextBlock>
<TextBlock.Text>
<MultiBinding StringFormat="{}{0}">
<Binding Path=EmployeeName/>
</MultiBinding>
…
0
votes
1answer
36 views
Overview of WCF binding availability
Is there any place that gives a full list of which WCF bindings are supported in which scenarios.
For example:
Net.tcp is not supported in IIS 6
wshttpbinding is not supported in Silverlight …
1
vote
3answers
127 views
Transfer mode Streamed is not supported by ReliableSessionBindingElement.
Hi.
I am designing a duplex channel wcf service using a custom binding. Currently, when I compile my class library, I am getting the following error:
Transfer mode Streamed is not
supported by
…
0
votes
2answers
25 views
Enabling NSButton with bindings, based on NSTableView selection
I have a NSWindow containing an NSButton and an NSTableView.
I'd like the button to be enabled if and only if the table contains at least one item, and exactly one item is selected. (The table does …
0
votes
4answers
156 views
Writing a C++ DLL, then wrapping it in C#.
Hello,
I am a bit confused about wrapping a c++ dll in c#.
What kind of dll should i create? A normal dll or an mfc dll? Should i prefix every proto with "extern..." ? Should i write the functions in …
-1
votes
2answers
80 views
Weird behaviour of custom C# bindings, they run only on my dev environment, nowhere else!
Hello, following my post "Writing a C++ DLL, then wrapping it in C#.", i managed to create a C++ DLL and wrap it in C#, and everything works smooth... Well, only on my dev machine. While the code …
0
votes
1answer
110 views
Introduction to the Python Clutter bindings?
I've had a search around but I haven't been able to find decent online tutorials for the recent clutter bindings. There are guides for 0.4 and 0.6 around but 0.8 is supposed to be very different …
2
votes
1answer
36 views
What’s the cleanest way to bind enumerated properties?
I have a menu which has an item for each value in an enum.
The menu:
[ ] Sort by Due Date
[ ] Sort by Priority
[√] Sort by Title
The enum:
typedef enum CW_TASK_SORT_METHOD {
…
0
votes
2answers
503 views
EJB JNDI lookup on different WebSphere servers
I have two separate installs of WebSphere. (Actually one is WebSphere Application Server V6.1 with EJB 3.0 and Web Services feature packs, and the other server is WebSphere ESB Server V6.2). …
1
vote
3answers
33 views
WCF binding error
So I got into work early today and got the latest from source control. When I try to launch our ASP.NET application, I get this exception:
"The binding at system.serviceModel/bindings/wsHttpBinding …
0
votes
0answers
89 views
How to set bindings for generic properties of custom activity in workflow foundation
I have a custom class called "Parameter" and a custom activity with generic collection property called "Parameters", and I want to set bindings for one of Parameters in the generic list of Parameters …
0
votes
1answer
87 views
Generating sample XML data for Blend from Entity Framework data model?
In working with MS Expression Blend, you can import sample data from an XML file to use to test your XAML and bindings in design mode. My data model is fully defined in XML using the Entity …
