Tagged Questions

DO NOT USE - Removed as part of The great Stack Overflow tag/question cleanup of 2012. (really need disambiguation between database views, mvc, etc) The purpose of almost any computer program is to process data in one form or another. When the program requires user interaction it is often ...

learn more… | top users | synonyms

1
vote
0answers
4 views

I want to hardcode the value of a dummy column from my view created upon an oracle DB

I have a view which has one dummy column called action. I have a formula {@action} if {abc_view.name} startswith "abc" Then {abc_view.action} = "Represents action" Else {abc_view.action} = "" and ...
0
votes
1answer
14 views

Actually where (or what way ) matrix mode switching takes place in modern opengl 3.x/4.x?

I've read much about vectors, buffer objects etc., and reviewed much of example application implementing old/new opengl operations. My app, including object loading, transformations and ...
0
votes
1answer
18 views

Add, remove css classes while Ember view getting rendered

How to add, remove and change css classes for an ember element based on the value from the contentBinding while doing ember each? Doing something like below in didInsertElement, but by the time have ...
0
votes
1answer
13 views

Collapse and deselect TFS pending changes hierarchy

The TFS pending changes view (VS2010) is annoying to use, especially the fact that the hierarchy view is always expanded. Further when I check in a few files, the pending changes view is refreshed and ...
0
votes
0answers
6 views

Attaching listeners to views in Mono for Droid

Hopefully someone can help. I'm trying to attach an OnTouchListener() to a view and it's children. In native android, this would be using the setOnTouchListener() method. The Xamarin documentation ...
0
votes
0answers
18 views

Android: How to prevent moving object crossing the line

@Override protected void onDraw(Canvas canvas) { //canvas.drawPicture(); canvas.drawColor(Color.CYAN); Paint p= new Paint(); ...
0
votes
0answers
4 views

Adding one View to two perspectives which is visible in both of them one opened in one perspective

I have came across a problem in my application where I need to show a given View (which is added to two different perspectives) in both perspectives, if opened in any of the perspectives once with ...
0
votes
2answers
29 views

how can i wrap the table trs with divs on rails?

view: <table><%= render(:partial => 'item') %></table> the partial: <div><tr><td>foo</td></tr></div> i'm expecting to see: ...
0
votes
2answers
19 views

Find and copy view dynamically in android?

I have created a view now i just want to copy this one after another say <LinearLayout android:id="@+id/comp" android:layout_width="wrap_content" android:layout_height="wrap_content" ...
0
votes
1answer
19 views

creating an SQL view that returns person details, caregivers and team plays in

I am wanting to create a view using MYSQL that lists all players in that play in a team, their guardians (note: a player can have a single parent or both) the guardians phone number and the team the ...
2
votes
0answers
16 views

How to package application layout into a Ruby gem?

I'm working on a project comprising three different applications. They are supposed to share some models and the outer layout. To avoid code duplication, I'm trying to extract the application layout ...
-1
votes
1answer
24 views

I have an issue with my alertdialog

I created two activities: the first one contains details of a job offer, and the next one is to postulate to this job. after applying for the job, an alertdialog appears to confirm the success of the ...
0
votes
2answers
43 views

Difference between view.hidden = x and [view setHidden:x]

I'm debugging an iphone app and I'm seeing something I don't understand fully. Based on user's selection, a UIView is being shown or hidden. Current code shows or hides the view with [view ...
0
votes
1answer
11 views

Load view on double-click of row - have bindings working, and event being fired on click, but how do I actually get the view to pop up?

I have a view in Silverlight which contains a telerik:RadGridView with a number of columns. I have it wired up so that when the user double-clicks on one of these columns, an event is fired. However, ...
0
votes
2answers
26 views

Create a counter in game android

I am doing a game .I want creat a counter .It begin from 200 and then 1s reduced about 0 .It my code : public class GameView extends View{ private int count = 200; private TimeCountThread ...

1 2 3 4 5 323
15 30 50 per page