0
votes
2answers
32 views
Silverlight PRISM, creating a behavior
Hi Guys,
I've been trying to create a basic behavior in my PRISM based silverlight project. Something like http://csharperimage.jeremylikness.com/2009/10/silverlight-behaviors-and …
1
vote
1answer
11 views
Best resource for learning and seeing examples of Behavior Driven Development (BDD)
Hi,
I am trying to creating Cucumber/Gerkin BDD Feature and Scenario descriptions, and am seeking examples just at the domain specific language. In particular, examples and sugge …
0
votes
2answers
41 views
Strange ruby behaviour with __FILE__ constant?
Hi I have been testing some very basic things in ruby and discover the following.
If i put in a file called xxxx.rb in this path "C:\Documents and Settings\Desktop\xxxx.rb"
puts …
0
votes
0answers
19 views
ScrollTo, SerialSroll Help! Dreamweaver behavior? Plug-in ‘How-to’ for newbs?
Pretty comfortable with html, CSS, Dreamweaver.
Just begun learning Javascript but really, just.
Have been trying in vain for more than 1 1/2 weeks to dissect the ScrollToLeft fun …
0
votes
1answer
93 views
WPF listbox : problem with selection
Hello.
In my XAML file, I have a ListBox declared like this :
<ListBox x:Name="lstDeck" Height="280" ItemsSource="{Binding Path=Deck}" >
<Lis …
0
votes
0answers
35 views
Doctrine: How to remove part of a where clause from select query inside listener (preDqlSelect)?
My listener is part of a behavior, that should remove all is_published checks in the where clause of any called select query. Adding a part to a clause is really easy, but how to r …
1
vote
3answers
97 views
How do I import behaviors into Expression Blend?
I'm trying to import behaviors in to blend, can anyone help me?
I'm a designer not a coder so would like to know the easy import rout for this in Blend?
0
votes
1answer
19 views
Incorrect Toggling (jQuery)
I've a simple menu on my page, that uses this jquery code for basic toggling:
$("#left-nav .block h3").click(function(){
$(this).next("ul").slideToggle("fast");
$(this).toggle …
1
vote
3answers
52 views
Adding behavior to wcf basichttp in biztalk 2006R2
Hi
I am using a wcf basichttp adapter in biztalk using ESB guidance 1.0
i made a test without biztalk involved calling an asmx service and i ended up with this configuration file …
1
vote
4answers
98 views
strange behavior of php array_unique
I'm using following peace of code to output an array:
echo "======output without array_unique=====";
var_dump($selected);
echo "=====output with array_unique=====";
var_dump(array …
0
votes
1answer
50 views
What is the reasoning behind this ioc behavior (Resolve with multiple registered components)
Seems like a standard approach for an ioc when given a scenario like (C# windsor):
container.AddComponent<ILogger, HttpLogger>();
container.AddComponent<ILogger, SmtpLogg …
0
votes
0answers
35 views
move wpf behaviors APIs to .NET 4.0
Currently the whole behavior framework and APIs only come with expression blend (and its SDK) but I noticed that a crucial part of it resides in the namespace System.Windows.Intera …
0
votes
2answers
25 views
Unable to understand this strange MySql client behavior.
I'm not sure what's going on here with the line art output by /usr/bin/mysql here.
The problem: I'm unable to redirect the line art (used in creating the table columns) to a file …
4
votes
4answers
125 views
State vs. Behavior
Sometimes objects consist of pure data. Such objects have fields, accessors, and virtually no other methods.
Sometimes objects consist of pure behavior. They have other objects re …
2
votes
1answer
317 views
ListItems attributes in a DropDownList are lost on postback?
A coworker showed me this:
He has a DropDownList and a button on a web page. Here's the code behind:
protected void Page_Load(object sender, EventArgs e)
{
if (!IsPo …
