Questions tagged [tabbed]

163 questions
0
votes
2 answers

JSF(RichFaces)- ui:include doesn't work inside rich:tab

I use rich:tabPanel component of RichFaces lib. ui:include doesn't work here. Does anybody faced similar issue? Thanks.
sergionni
  • 13,290
  • 42
  • 132
  • 189
0
votes
1 answer

ClassCastException when new Fragment is added to SectionsPagerAdapter

I have an activity that holds my tabbed layout fragments. When I have 2 tabs everything works fine, but when I add a new tab I get Caused by: java.lang.ClassCastException: rauhalamika.rcontrolble.HomeFragment cannot be cast to…
0
votes
0 answers

How to implement swipe on tabbedpage in Xamarin form

I am new to Xamarin.Form. I want to implement swipe on tabbedPage. I searched a lot, but I could find the exact solution. Please if anyone having any idea let me know.
Hussain
  • 79
  • 2
  • 14
0
votes
2 answers

MS Access Forms Query in Combobox does not work when placed on a tabbed page

MS Access 2013 query under Combobox OnChange works on the independent form but prompts for value when I place and run it under tabbped form form page. Here are the details of what I created: Table: Name: TblCustomers: Fields: CustID, CustName,…
Rafiq
  • 1,380
  • 4
  • 16
  • 31
0
votes
1 answer

MS Access tabbed form multiple OnCurrent firings

I have an Access client to SQL Server that uses a tabbed form with several subforms. Basically, a product is selected on the main form, and then the tabs give access to edit/insert different properties of the product (options, colors, styes, etc)…
0
votes
1 answer

OnKeyPress event is't fired when Form has a parent

I'm trying to implement a TDI interface in my project. It's working fine so far (the forms are created inside tabs on my PageControl - as expected). However, I'm facing an annoying issue: the OnKeyPress event isn't fired on my child forms just…
R.P Silveira
  • 372
  • 2
  • 10
0
votes
1 answer

Tabbed bar controller icon - cannot display png

I am trying to get a 31x31 png icon to display without much luck. I have lost count of the different settings I have applied to numerous copies of the icon. Used all combinations when saving as a PNG from within Photoshop. Even tried downloading an…
jeff
  • 1
0
votes
3 answers

Next button in tabbed box

I have a tabbed box that I am trying to build a "next" button for to move through each tab. It works except for the active state on the tab buttons do not change when hitting "next". The first tab stays highlighted no matter what tab I'm on. Please…
EBM84
  • 37
  • 4
0
votes
1 answer

Opening input type radio using addEventListener

I have a tabbed form using input type radio and want to use addEventListener to open a particular tab on click. document.getElementById("job_location").addEventListener("click", function() { document.getElementById("tab1").checked =…
Dave
  • 1,257
  • 2
  • 27
  • 58
0
votes
1 answer

How to smooth scroll from another tabbed page to another?

I have a tabbed menu, and one of the page in tabbed menu has a link that need to go to the another tabbed page. How to do this? I tried the smooth scroll but it's not working. JSfiddle HTML:
0
votes
4 answers

Xamarin Tabbed Page error Error "The given key was not present"

I created a new blank Xamarin PCL app in Visual Studio 2015. It runs on all the platforms. I then add a XAML page named GuyBarSceneTabs to my PCL and change my app.cs file in my PCL so the App() code only contains MainPage = new…
George M Ceaser Jr
  • 1,497
  • 3
  • 23
  • 52
0
votes
0 answers

Android | Add components programmatically doesn't work

I am creating a Tabbed Activity in my Android app. For this, I have this fragment_main.xml:
user6586661
  • 432
  • 1
  • 11
  • 24
0
votes
1 answer

Which tabbed panel combination is better in Wicket in combination with JQuery and KendoUI?

Wicket 7.3 together with JQuery and Kendo (through com.googlecode.wicket...) provides different tabbed panels and items. Which combination is better? TabbedPanel with AjaxTab or AjaxTabbedPanel with AbstractTab What are the advantages or problems?…
Jemolah
  • 1,962
  • 3
  • 24
  • 41
0
votes
1 answer

Save text fields content from Android Tabbed view

I am working on a corporate apps for internal use, one of the sections that is presented to the user is a TabbedView (in fact I made it from the Android Studio "clean sheet", so its Fragment-based and extends AppCompatActivity), each one of the four…
0
votes
1 answer

I need Help Making my VB 2008 Express Web Browser

Every time I click on a link it opens in Internet Explorer but I want it to open in another window of my web browser. Details: I created a tabbed web browser which is using a tab control. Other Controls would be a normal web browser.
Ancient Fry up