Questions tagged [pagecontrol]

77 questions
0
votes
1 answer

UIPageControl show on top of UIImageView

From this example I can add the pageControl, but the pageControl is at the bottom of the screen. How can I make it in the bottom, but on top of the image? I want the image to be full screen, and the page control on top of the image. the example…
user3491799
  • 322
  • 4
  • 16
0
votes
1 answer

ValidationSummary hyperlink doesn't change tab

Im using devexpress Html.DevExpress().ValidationSummary in my mvc project. My form contains a devexpress page control with 3 tabs. When there are client-side validation errors validation summary shows them, and every error is hyperlink. If you click…
Den
  • 360
  • 1
  • 9
0
votes
1 answer

Delphi check if Tabsheet has finished loading data before making a clipboard picture

I am working in Delphi XE3. I have made a loop that goes through a Pagecontrol with 6 tabsheets, that has frames with a lot of edit boxes which load mdb data. When looping through the pages I make a "screen cut" image of the active tab and place…
Svarve
  • 35
  • 3
0
votes
2 answers

WPF desktop application with multiple views

I have a WPF application running on Windows 8. It is the one-window application that has three different views in the whole client area of the main window: live video from a webcam, help screen, and resource usage status. As you can see they are not…
D. Fisher
  • 223
  • 2
  • 12
0
votes
1 answer

PageControl&ScrollView Combination

I am a new coder in iOS. When I was trying to code ScrollView with paging, there is an issue to be fixed. I really don't know what is the problem in my code. I already set pageEnable, and set the page number with 4 current 0. In xib.file, I created…
HelenWang
  • 193
  • 2
  • 2
  • 10
0
votes
1 answer

Avoiding duplicate Tabs on tcxPageControl created at Runtime

I am using tcxPageControl and tcxTabSheet to create a several Tabs. Each Tab is created at Runtime, based on a registry from tbl_Manager. This table keep the name of manager of each employee, and the Tabs are the name of manager. PROBLEM The name of…
fmmatheus
  • 95
  • 1
  • 10
0
votes
1 answer

Pagecontrol and UIButton

I'm trying to build an app that uses page control as a main navigation. Here's how it goes i want to have full screen buttons that can be be swiped and when you click on them it takes you to the corresponding view. I know how to implement…
XpApp
  • 141
  • 4
  • 14
0
votes
1 answer

UIPageViewController with segues

I'm using a UIPageViewController with a Page Control to display 3 pictures. Is it possible to link each picture to another ViewController? Like picture 1 -> news, picture 2 -> videos, ... Thanks for your help!!
Daniel Kappacher
  • 472
  • 1
  • 6
  • 15
0
votes
1 answer

Change the NewPage for a TcxPageControl in the PageChanging event

We use a page control to step through a selection process from orders to products. The first tab shows a list of orders, the second tab shows a list of products for the selected order, and the 3rd tab contains a list of properties for the selected…
SiBrit
  • 1,460
  • 12
  • 39
0
votes
1 answer

Application.PageControlNavigator didn‘t work with extendedSplash Screen Demo

Demo: ttp://code.msdn.microsoft.com/windowsapps/Splash-screen-sample-89c1dc78/view/SourceCode How to change data-win-control="WinJS.UI.HtmlControl" to data-win-control="Application.PageControlNavigator"?
Cople
  • 317
  • 4
  • 13
0
votes
2 answers

ViewDidAppear not called in main view when modal view is presented over a popover

I'm trying to use a popover as an intermediary menu between my main view and a modal view controller. I can successfully present the Modal view controller from the popover by using the following code: UIStoryboard *storyboardiPad = [UIStoryboard…
daven3t
  • 29
  • 6
0
votes
1 answer

Multiple Content Page Control Windows Phone 7

I've been searching on the web for a little while for a content control for Windows Phone 7 with multiple pages, where I would be able change content by changing the index, something like a PageControl or a TabControl, but without the tabs, but I…
Eric.M
  • 827
  • 1
  • 14
  • 29
0
votes
3 answers

Xcode "this class is not key value coding-compliant for the key pageControl."

Please someone help me! I've been at this all day. I've seen several different stackoverflow questions that got answered with this problem, but I've tried everything, and I just can't figure it out. Here is my whole project so I don't have to paste…
Jordan Clark
  • 153
  • 1
  • 5
  • 11
-1
votes
1 answer

no page control displayed even after implementing delegate methods

Page view controller not display after adding delegate and datasource. how to implement pageViewController Datasource and delegate import UIKit DataSource class PageViewController: UIPageViewController…
CazzyTheCoder
  • 101
  • 1
  • 7
-1
votes
1 answer

Left aligned Tabsheets on JvgPageControl Delphi + Vcl Styles Enabled Issue

On Windows default appearance the tabsheet caption are showed in horizontal (left to right 1) and with the VCL styles enabled they are displayed in vertical (down to top[2]). How I can fix this on Delphi XE5? Detail: I'm using the JvgPageControl…
Mathias Berwig
  • 488
  • 5
  • 13