This tag is for questions about database view or UI / architectural view. See also the following tags: views, sql-view, uiview.

learn more… | top users | synonyms

0
votes
0answers
5 views

starting surersized with thumbnail view

I want to use Supersized - Fullscreen Slideshow on my homepage and I want my visitors to have the thumbnails view by starting the page. (without having to click on the thumbnail button) any ideas?
0
votes
0answers
12 views

Canvas containing bitmap size proper adjustment in landscape and portrait mode

Consider the following image as an example: Landscape mode In Landscape mode, there are 2 sides viz- left side containing fragment 1 and right side containing fragment 2. The left side ...
0
votes
1answer
19 views

In Grails can I have a View with a waitFor tag?

I'm learning Grails, and have this web application. I start with a view that has a form with a field like: <g:field name="phoneNumber"/> This form submits to a controller that has a long ...
0
votes
0answers
17 views

Android - animating a child View after scaling its parent ViewGroup

I have a parent View (a RelativeLayout), with a child View. I increase the scale of the parent View with FillAfter = true, and subsequently I animate the alpha of the child View. During the animation ...
1
vote
1answer
31 views

Android DB and List view design

The problem I'm working on is following. I have list of information i.e. fruit names. One fruit is correspond with details information example another list of items (example information what vitamin ...
-1
votes
2answers
24 views

How do I disallow a viewcontroller from progressing to the next view in my app?

I have a multi-view application and in my storyboard I have graphically defined a view (view1: log in username/password view for instance) that will segue to another view (view2: welcome view for ...
0
votes
1answer
14 views

How to print string in view from controller method

I have a database with a column for each day of the week containing business hours in it. Any day that the business is closed has no data in the table for that column. My goal is to read this data ...
-2
votes
0answers
28 views

How make this view?

I would like to get a similar effect with the image. I'm using storyboard. wanted to open a window on top of the view and leaves with opacity in background. image exaple: ...
1
vote
0answers
26 views

Adding Child Models at Runtime at the click of a link or button in ASP.NET MVC

I have been working on a MVC application for the past couple of weeks and I am currently stumped with a problem I have. The application has two entities Application Applicant The Application can ...
0
votes
1answer
12 views

Flex 4.6 push a specific view with a list item?

I am working on a Flex 4.6 Mobile project and am trying to use a list to navigate views from a menu view that has been set up. I'm finding tutorials from Adobe, but most involve changing to the same ...
0
votes
2answers
32 views

Laravel 3 - Passing variables across multiple views

I have two forms on two different views. I would like to post the form input to the second view, and then back to the first form upon posting the second form. I have set up a test with a route that ...
0
votes
1answer
37 views

MVC - Cannot find View after form is being send

i have the following structure in my (mvc) application -Views --Home ---Index.cshtml --User ---Change.cshtml I am using a Form like this @using (Html.BeginForm("Change", "User", new { id = 2 })) { ...
0
votes
1answer
50 views

Change the view's path on the fly

I have this class: public abstract class MyController : Controller { protected override void OnActionExecuting(ActionExecutingContext filterContext) { string viewPath = filterContext/*... ...
1
vote
1answer
17 views

ZF1 render a module view into common layout

I'm actually trying to create a module in ZF1 which I want to be really "plugin"-like. The main application use the default layout which is located under data/current/views/layouts. First problem, ...
0
votes
0answers
23 views

Android disable showing system bar during Video is playing

I am now going to implement the VideoView with full screen . I have aleady hidden the title bar and the system bar in the beginning. But when I try to click at the bottom ( position of the system bar ...
0
votes
0answers
19 views

Issue creating an array of hashes in Ruby

I am building an API for an existant rails app and I am running into an issue with an array filled with dates. The array is called days, and is filled with hashes that each have a "date" object, ...
0
votes
1answer
14 views

View vs SurfaceView for android game

Some people says on SurfaceView, others on View. Which one is the best for a simple android game that uses drawable resources for its entities, and it does NOT uses OpenGL
-2
votes
5answers
48 views

How can I see which tables are used in a view?

I have some views in SQL server manager, and I want to see which tables are being used to supply the data to the view. How do I do this?
2
votes
1answer
38 views

Android Best approach - performance perspective [closed]

I was looking for an official documentation telling this; Which is the best approach to use : Using image(.png/.jpg) as background for Views Using xml/color for background I have heard from lot ...
0
votes
1answer
15 views

android animation scale without stretching

Is it possible to animate a view with ScaleAnimation without compressing or stretching it ? Or use AlphaAnimation from the bottom to the top to make it disappear ? Thanks
-1
votes
3answers
44 views

SQL view using custom field with where

I try to do a VIEW from a SQL Database : SELECT QTE * PRICE AS TOTAL FROM produit the query works fine but when i trie to use my fields "TOTAL" like this i have a problem : SELECT QTE * PRICE AS ...
0
votes
0answers
9 views

View should appear on top of image just above or below the touched X,Y coordinates

image 1: Image 2: I have an image which contains multiple lines. with onTouch event, i get the X,Y coordinates. i want the following: 1. when user touches "image 1", a view with three buttons ...
1
vote
2answers
36 views

Display all records even if NULL

I have a view below that has everything I want to display, however it will only display if everything is added for a particular movie in every table(if that makes since). Like if movie is added, the ...
0
votes
0answers
14 views

Transparent view w/ GestureListener does not let touch fall through

My Intention: To listen for any user-input on any activity, irrelevant of what type of gesture or touch event it was. My Attempted Solution Created a custom view that's transparent, using ...
0
votes
1answer
27 views

Android change background color of android.R.drawable.gallery_thumb

I have the following line of code to change the background of my tab in SherlockFragment view.setBackgroundDrawable(getResources().getDrawable(android.R.drawable.gallery_thumb)); This ...
0
votes
0answers
14 views

Getting size information from controllers

I have a scroll view wich i have declared as an iboutlet, but i want to retrieve the information of height. Im doing like this: scrollview.frame.size.height but it returns 0. BTW im in ViewDidLoad ...
-6
votes
1answer
21 views

Viewing H5 file, how? [closed]

I have received a H5 file. How can we view such types of files? Are there some programs that can be used for this purpose? Thanks.
1
vote
0answers
25 views

localStorage in rails list

I'm kind of a railsnoob, and I'd like to make a view with lists using localStorage. I have a Products-view, in which you should click a button to add it to the Lists-view. The Lists-view contains a ...
0
votes
1answer
20 views

Add xml into another xml

I implemented this tutorial : http://www.ace-art.fr/wordpress/2011/10/07/tutoriel-android-partie-15-expandable-list/ And in the class TestexpandableActivity, I want to include a new XML file which ...
0
votes
2answers
20 views

Does anyone know if it's possible to open an asp classic frame in a view mvc?

I'm new at the forum and i hope you guys forgive me for my bad english. Anyway, I need some help about if it's possible to get an asp frame and open it inside a MVC View. I researched this but I ...

1 2 3 4 5 257
15 30 50 per page