Top "View" questions

This tag is for questions about database view or UI / architectural view.

ScrollView and keyboard in Swift

I started creating a simple iOS app that does some operations. But I'm having some problems when the keyboard appears, …

ios view swift scroll
Hidden field in rails form

I have this form in a view in my project. I need to pass the task_id to a certain …

ruby-on-rails ruby forms view field
Is it possible to change the datatype of a column in a view?

Usually I run a script like this: ALTER TABLE [TABLE] ALTER COLUMN [Column] NVARCHAR(40); The result is that the field …

database sql-server-2008 tsql view sqldatatypes
Software keyboard resizes background image on Android

Whenever the software keyboard appears, it resizes the background image. Refer to the screenshot below: As you can see, the …

android view android-linearlayout
Are Views automatically updated

If I JOIN or CROSS APPLY two tables and create a VIEW, will the view automatically gets updated when I …

sql view
getLocationOnScreen() vs getLocationInWindow()

What is the difference between screen and view in the context of these two methods? I have a button and …

java android view screen
Can I have a foreign key referencing a column in a view in SQL Server?

In SQL Server 2008 and given TableA(A_ID, A_Data) TableB(B_ID, B_Data) ViewC(A_or_B_ID, …

sql-server view foreign-keys
JPA and Table Views. Can it be done?

We currently have a Java EE system where we are mapping to our database using JPA. It is a fairly …

java jakarta-ee jpa view ejb-3.0
How to center a textview inside a linearlayout

I have the following layout i'd like to make the textview appear in the center and middle of the view. …

android view android-linearlayout
Is it possible to determine whether ViewController is presented as Modal?

Is it possible to check inside ViewController class that it is presented as modal view controller?

iphone ios view controller modal-dialog