1
vote
2answers
45 views
iPhone table view - some button/action questions
I created a table view that is populated with a custom UITableViewCell (like this). Each of the cells contains two UIButtons. I assign the action to the button like this:
[decrea …
1
vote
2answers
52 views
asp.net mvc id not being pulled from route?
I'm not doing any fancy route patterns yet, just the basic controller, action, id style.
However, my actions never seem to be passed the id. When I stick a breakpoint in any one o …
0
votes
3answers
255 views
in Struts2, to submit values by postwith using an action, method
Hello, I'm from South Korea :)
I have a question, but I couldn't find a solution for my problem in Korean web community.
<s:form name="form1" method="post" action="products" t …
0
votes
2answers
133 views
[AS3] print a jpg
Hey guys,
I've been trying to print a dynamically loaded jpg and for some reason it's never printing to scale, not sure what I'm doing wrong so here's what I've done so far
var r …
0
votes
2answers
213 views
AS3: How to get all XML-Nodes with a special attribute? (With sourch)
Hi there
The Challenge:
i d like to collect all nodes with the attribute "id".
The Problem:
The code doenst work with nested nodes.
<?xml version="1.0" encoding="utf-8"?&g …
0
votes
3answers
100 views
Can I use switch - case, in actionPerformed method in Java
I would like to check on which actionEvent has occurred with 'ActionEvent e' and 'e.getSource'. Can I use a switch case for this?
public void actionPerformed(ActionEvent e){
…
0
votes
1answer
70 views
List refresh, item renderer in Flex
I have a List and the item renderer displays an image and text from xml (news rss).
Not all news have an image. Whenever you scroll the list, and the item renderer refreshes, it m …
0
votes
1answer
64 views
Session handling in a Struts application
Hi,
I am facing an issue in handling an object in session.
I store an object in the session like this.Assume object is the name of the object.I do this in my action class
if(o …
0
votes
2answers
78 views
ASP.NET MVC Unbind Action Parameter
Is it possible to disable a certain action parameter from retaining its value across requests?
[HttpPost]
public ActionResult MyAction(string value1, string value2)
{
if(v …
0
votes
2answers
66 views
Is there a way to override previous registred actions with a shortcut ?
I have a unit with a lot of actions, some actions have shortcuts and some have even the same shortcut. This is because they belong to different modules in applications and they are …
0
votes
1answer
31 views
Struts help needed
Hi,
I have an issue.I need to run a query to get a data say test from a table t.The query currently runs in an action class.Its taking 20 seconds to run.Now my problem is not al …
6
votes
10answers
326 views
How do you use Func<> and Action<> when designing applications?
All the examples I can find about Func<> and Action<> are simple as in the one below where you see how they technically work but I would like to see them used in examples whe …
0
votes
1answer
287 views
struts2 problem in action
I've started an application using struts 2.0.14 and web server is apache tomcat 6.0.
I am getting an error, please help me to solve this.
Application name: strutsTest
Welcome pa …
0
votes
1answer
39 views
Action sheet not opaque
For some reason the top half of the my action sheet is not opaque. I have created the view and action sheet using the code below:
//allocate the view
self.view = [[UIView alloc] i …
0
votes
2answers
83 views
How can i know which button is clicked? Objective C
I am doing Presence1 in Assignment which require me builds a multiple screens application.
I have two ViewController, vc1 and vc2. In vc1, i have two buttons. I use a same method f …
