Tagged Questions

3
votes
3answers
90 views

Managing Swing Actions with a Registry

Typically when I'm creating a Swing (or any UI) application, I have various Actions that appear on menu items and buttons. I usually create an action registry and store the actions …
2
votes
3answers
54 views

Best approach for dual-state Action

I have recently implemented an Action that toggles the enabled status of a business function. Whenever the user invokes the action I set a boolean flag: "willEnable" to determine …
2
votes
5answers
73 views

Sync JMenu ButtonGroups with JToolbar ButtonGroups

Hi, Imagine I'm making a simple Word Processor with Java Swing. I've got a set of Actions written to perform text justification. On the MenuBar I've got a menu: View Left Just …
2
votes
3answers
182 views

Secondary Shortcut does not fire

I am using Delpho 2006. The Scenario: On the data module I have an ActionList. One of the actions has a shortcut Ctrl+F4 and I want to have a secondary shortcut Ctrl+W. I tried al …
1
vote
1answer
49 views

Actions in ASP.NET MVC

Hello, When typing in my URL SalaryFor/Microsoft/Balmer i need to display salary for user with name Balmer and if I type in URL SalaryFor/Microsoft i need to display salary for …
1
vote
1answer
90 views

Mouse enter mouse leave? Expression blend (silverlight)

Hi I'm a designer using Expression blend. Does anyone know how to use the events tab? I'm looking at a column of input fields, such as mouse enter etc. Not sure what to put in the …
1
vote
1answer
136 views

wordpress: actions, filters & hooks

Howdy Guys, I'm quite new to this (understanding the WP Guts), and I wanted to understand the Hooks and Filters better, I can't get it right from Codex. I did a simple test, th …
1
vote
0answers
88 views

Do all of the assigned workflow tasks need to be complete in order for the workflow to continue working?

I have built a workflow in SharePoint Designer and put two "collect data from user" actions as parallel actions in the same step. Do both of the users need to complete their tasks …
1
vote
4answers
181 views

C#: How to get the assigned value from an action?

Hello, I use the following code to Invoke and access properties on my from from a different thread. public static void PFA(Action<frmain> action) { var form …
0
votes
2answers
22 views

Problem with form_for Helper

I have the following form_for declaration in a Rails site I am building: form_for(form_question, :url => { :controller => "form_questions", :action => "edit", :id => f …
0
votes
1answer
22 views

Quick Ruby on Rails question on redirect_to in the same Controller

Inside a given controller "BobsController" - is the controller argument on the redirect_to method optional, so that: redirect_to(:controller => 'bobs', :action => 'index') …
0
votes
0answers
20 views

drupal actions triggers rules

Hi, I'm looking at the code in the signup module. It seems that there are triggers and actions in place already for certain events. If I was to add rules events, would that conf …
0
votes
1answer
27 views

What’s the best practice in cocos2d to redirect an animating sprite?

I am making a game where 'defending' sprites need to animate towards 'attacking' sprites. But for example an attacker might change course to attack something else, mid animation. …
0
votes
1answer
105 views

Rails - Redundant RESTFUL Actions for map.resources? (new, create)

Hello there, I was wondering why when you create restful routes in rails with map.resources it generates actions for new, create, edit, update? Is there anything wrong in declaring …
0
votes
0answers
62 views

result inside a sx:tabbedpanel? STRUTS AJAX

Hi, I am quite new to struts. I have a sx:tabbedpanel with three s:divs inside of it. <sx:tabbedpanel id="mainContainer" > <sx:div label="View Files" cssStyle="he …

1 2 next
15 30 50 per page