The viewpage tag has no wiki summary.
0
votes
1answer
25 views
Clearing OffscreenPage in Android ViewPager
I have a ViewPager and multiple tabs.
One of these tabs controls the settings, which affects every other tabs.
Everything updates itself perfectly fine when I change the settings, except for the pages ...
0
votes
0answers
123 views
Can I send view page data (Html formatted data) in Email body in WebMail?
I am using WebMail for sending email from my software to any email Id. I have view page. The data inside view page is loaded dynamically. I put a link on that view page that is for sending email. ...
1
vote
1answer
49 views
Try to inflate a custom viewpage android
I have extend Viewpage class but the problem is I always get java.lang.RuntimeException: Unable to start activity ComponentInfo{com.pindak.sarito/com.pindak.sarito.ui.ws.MagazineReaderActivity}: ...
0
votes
1answer
110 views
How to decompress using JSZip
I trying to send large data from view page to the controller, I need to use one compression technique
so i choose JSZip for compressing the data, iam able to compress the data, but iam unable to ...
0
votes
1answer
464 views
TabPageIndicator : want to have custom height, not wrap_content. Title of Tab not showing full text
I am using TabPageIndicator with ViewPager, referred from here. My layout XML is as follow:
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
...
0
votes
0answers
115 views
How can I change wallpaper from my drawable folders images? [closed]
when I wanna change my wallpaper from these image which are in my drawable folder, no selected them from. Just first image always select.
Main.Java
ImageView display;
int toPhone;
...
3
votes
3answers
128 views
Swipe Horizontal
I need to swipe horizontally between list of questions and their respective choices in a radio group. I have read that I have different choices such as:
1- Gesture Detector
2- ViewPage
3- ViewPage ...
0
votes
1answer
1k views
android: how to use FragmentStatePagerAdapter easy way?
I'm looking for any tutorial or sample code that describe how to using the FragmentStatePagerAdapter
2
votes
1answer
75 views
view page dependencyresolver
I using MVC4 and DependencyResolver with Unity. Like in Brad Wilson's blog page http://bradwilson.typepad.com/blog/2010/07/service-location-pt3-views.html, i want to use dependency injection for my ...
0
votes
1answer
201 views
About swipe view and subview in android?
I want create a project with form as:
View 1:
View 2: (oriental:Horizontal)
View 2.1:(child of View 2)
View 2.2:(child of View 2)
View 3: (oriental:Horizontal)
View ...
1
vote
1answer
702 views
android: ViewPager with more than 100 webview
I've viewpager that has 604 webviews and i want to load 5 pages every time that user scrolling the pager, like that:
{...[4][5][6][7][8]...}
I assume that the current page that selected by user is ...
0
votes
1answer
242 views
scrollview don't refreshing in the viewpager
I have a PagerAdapter, which includes a 10-element array.
private Object[] pageViewerList;
I fill it ArrayList
ArrayList<View> array = new ArrayList<View>();
pageViewerList[y] = new ...
2
votes
1answer
998 views
ViewPager with indicator without Android's support library
Right now I'm using the ViewPagerIndicator for swipe-able fragments with an indicator in my program and it's working like a charm. But since Google is pushing more and more into the direction of ...
0
votes
2answers
277 views
ASP .NET MVC 3 + Views Folder + ASPX ViewPage
I am developping a web application by using the ASP .NET MVC 3 framework.
I have implemented an ASPX ViewPage containing a CrystalReportViewer control.
I have got help by looking at the project ...
1
vote
3answers
620 views
Access WebViewPage from custom HTML Helper
I've got a ASP.NET MVC 3 Razor Web Application.
I've got a WebViewPage extension:
public static bool Blah(this WebViewPage webViewPage)
{
return blah && blah;
}
And i want to access ...
2
votes
1answer
179 views
Razor: How to force views in a folder, inherit from a special class
I want to force views in a folder (for example folder associated with ArticleController, named Article in View directory) that inherits from a CustomViewClass. Note that I know how to change ...
1
vote
1answer
2k views
Forcing animation on ViewPager
I'd like to force the animation triggered by the finger-swipe on a ViewPager - something like, when I press a button outside the ViewPager, it does the fancy animation.
I've tried something like:
...
0
votes
2answers
4k views
using viewpager, gallery or viewanimator
I'm trying to fling a view object (e.g an image) from left to right. First I used Gallery with a custom adapter. Then I tried ViewPager. I couldn't decide which one has a better performance. I guess ...
26
votes
8answers
22k views
Get focused View from ViewPager
i use the ViewPager for switching views with left/right swipe.
The ViewPager needs an Adapter, so I've built this one:
public class ListViewPagerAdapter extends PagerAdapter {
protected static ...
0
votes
2answers
258 views
Problem calling extension method on a ViewPage
I created the following extension method for a ViewPage:
using System.Web.Mvc;
namespace G3Site {
public static class ViewPage_Extensions {
public static void Test(this ViewPage vp) {
...
0
votes
1answer
519 views
Inheriting from ViewPage forces explicit casting of model in view
I try to inhering from ViewPage as shown in this question http://stackoverflow.com/questions/370500/inheriting-from-viewpage
But I get a
Compiler Error Message: CS1061: 'object' does not contain ...
1
vote
1answer
90 views
Mvc viewpages and custom data for all pages
I need some data to be available on all the viewpages inside the website. The data comes from an parameter supplied to all the routes, i want to get that param and get the according data for it and ...
0
votes
4answers
1k views
ASP.NET MVC pass information from controller to view WITHOUT ViewData, ViewModel, or Session
I have a unique scenario where I want a base controller to grab some data and store it in a list. The list should be accessible from my views just as ViewData is. I will be using this list on every ...
2
votes
1answer
277 views
ASP.NET MVC ViewPage rendered in a ViewPage
I'm wondering if it is possible to render a ViewPage inside of a ViewPage.
Normally, you'd have this:
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<my_object>"%>
and then in ...
1
vote
2answers
274 views
MVC Multiple ViewPage items in aspx required
I need to pass in 2 objects to a page to access Model.NewsItems and Model.Links
(the first is a class of news item objects with heading, content etc and the Links are a set of strings for hyperlink ...
1
vote
4answers
788 views
ViewUserControl containing ViewPage
Is there a way to get a reference for the ViewPage that contains a parital view from the partial view ??
1
vote
1answer
2k views
ASP.NET MVC ViewPage Lifecycle
I would like to know when (which event/function) the class System.Web.Mvc.ViewPage runs when it reads the @Page directive of the view.
In particular, I would like to programmaticly interpret the ...
0
votes
2answers
912 views
Reusing ViewPage/HtmlHelper in seperate project in ASP.NET MVC using C#
I want to use the ViewPage/HtmlHelper class in the System.Web.Mvc namespace in a seperate project. I imported the relevant libraries and then tried this:
using System.Web.Mvc;
using ...
0
votes
3answers
1k views
Is it right to generate the javascript using C# in ASP.NET MVC view page?
[Sorry for long question but it is necessary to explain the problem]
I am working on a learning website and it is supposed to show a list of messages to user if there are any. Something like this:
...
10
votes
4answers
5k views
Dynamic typed ViewPage
Is this possible? Here's what I'm trying:
public ActionResult Index()
{
dynamic p = new { Name = "Test", Phone = "111-2222" };
return View(p);
}
And then my view ...
0
votes
1answer
67 views
When I click to open a ViewPage or a ViewUserControl Visual Studio 2008 hangs for me
When I double click on a ViewPage or a ViewUserControl in Visual Studio 2008 the whole application hangs for me, I have no idea why...
The only error log I can find in the Event Log is this:
.NET ...
3
votes
6answers
904 views
trying to create a asp.net mvc viewpage w/o codebehind page
Trying to create a view page in my asp.net-mvc app.
I have a strongly typed view, and I have also ovverriden the MVCPage class also.
For some reason when I load the page it says it can't load the ...
0
votes
2answers
685 views
ASP.NET MVC Deployed project not working: Inheritance System.web.mvc.viewpage fails?
i have a MVC project which runs perfectly local. When I deploy to the production server I receive a compilation error:
BC30456: 'Title' is not a member of 'ASP.views_home_index_aspx'.
It makes me ...
