Tagged Questions
The popover tag has no wiki summary.
5
votes
4answers
816 views
How to use Twitter Bootstrap popovers for jQuery validation notifications?
I can make popovers appear using bootstrap easily enough, and I can also do validations using the standard jQuery validation plugin or the jQuery validation engine, but I can't figure out how to feed ...
4
votes
1answer
105 views
Is it possible to use a div as content for Twitter's Popover
I am using twitter's bootstrap's popover here. Right now, when i scroll over the popover text a popover appears with just text from the <a>'s data-content attribute. I was wondering if there ...
4
votes
1answer
283 views
How do I make a Menubar Application with a NSPopover?
I have seen a lot of applications with a Menubar Item or applications with only a Menubar interface.
There are some tutorials and stuff on the internet showing you how to accomplish that. But the ...
4
votes
2answers
383 views
How to debug safari extension popover?
How to open javascript console for extension popover in safari?
Thanks.
4
votes
2answers
500 views
is there a way NOT to have the popover dismissed when pressing outside it?
I know the SDK documentation says
Taps outside of the popover’s contents automatically dismiss the popover.
But I'm sure the smart people here found a way :)
maybe I should overwrite the ...
4
votes
4answers
2k views
How to remove iPad's Popover arrow and its frame border
Basically these are two questions:
How to remove iPad's popover view's arrow?
is there any way to remove popover's black border?
If not possible, can you suggest a way in iPad to display an UIView ...
4
votes
1answer
273 views
Is there an iPhone library to provide something similar to an iPad popover?
Is there some library that provides a UIView/UIViewController similar to the iPad popover on the iPhone? I'm just talking about a temporary view that appears on top of the current view, and does the ...
3
votes
1answer
371 views
Override NSWindow close button
I'm working on a application for OS X where I use a custom window that draws an image as the background, including the title bar. I've been modifying this code to draw the window, and then calling ...
3
votes
2answers
522 views
iphone/ipad standard twitter oauth module?
I have seen the following in a few different apps so it seems like some kind of public api. Anyone where I can find the code for this? Specifcally the twitter login that appears in the popover:
3
votes
3answers
4k views
Dismissing iPad UIPopoverController from within its content controller
So I have a popover with a button in it. When that button is pushed, I want the popover to go away. It seems easy enough, but I can't figure it out for the life of me. The code I use to show the ...
3
votes
6answers
5k views
How do I hook into the action method for an iPad popover toolbar button?
I am using the split view template to create a simple split view that has, of course, a popover in Portrait mode. I'm using the default code generated by template that adds/removes the toolbar item ...
2
votes
1answer
285 views
Popover changes in iOS 5?
I have just developed an iPad app to the point of testing, but did it in iOS 4.3. Now I've updated to 5.0 in the simulator and also went through Apple's steps to test on my iPad which runs 5.0
In the ...
2
votes
1answer
118 views
Disabling ActionSheet dismiss on ipad when user touches outside popover
I have an actionsheet showing in my app and it all work fine on the iphone. However, on ipad it automatically creates the actionsheet within a popover and I can't get it to disable the dimissing whe ...
2
votes
1answer
2k views
How can I hold Twitter Bootstrap Popover open until my mouse moves into it?
I have a link that uses the Twitter Bootstrap Popover version 1.3.0 to show some information. This information includes a link, but every-time I move my mouse from the link to the popover, the ...
2
votes
1answer
356 views
How to make action to close NSPopover?
Hi I implemented NSPopover in one of my apps, but the Popover will not close. I'm guessing that it should close once I click something else, but its not.I know that there is a close popover action but ...
2
votes
5answers
2k views
Customizing the UIPopoverController view background and border color
Is it possible to change the border color, navigation bar style/color, and arrow style/color of a pop over view? If so, how? If some sample code is available, then that'll be great!
2
votes
2answers
1k views
iPad: how to close popOver from within the “popped” viewcontroller
I'm converting and iphone project to ipad. On iphone I have a mainViewController that opens a loginViewController using addSubView.
On the iPad I would like to display that loginViewController in a ...
2
votes
4answers
5k views
iPhone popup menu like iPad popover?
How can i implement this popup menu in iphone app like a popover in ipad?
2
votes
1answer
316 views
iPad SplitViewController Strange Behaviour
I have an Application that uses SplitViewController. When I launch the App and keep the device (or the Simulator) in Portrait Mode, the first time the "DetailView" appears, it doesn't show the popover ...
2
votes
1answer
2k views
how to show an action sheet inside the popover for ipad?
I have a split View controller ,in which the left side holds a table view controller. Can any1 pls help me, if I wnt to show an action sheet inside the popover , when I click on the detail disclosure ...
2
votes
1answer
998 views
Calling function from popover
Alright, so I made a popover from my main view and all that good stuff. But I want to have my popover call an action in my main view when a button within the popover is pressed.
MainView *mainView = ...
1
vote
1answer
39 views
Twitter's boostrap popover not working
I am using the popover plugin from bootstrap. (link) but it's not working.
HTML:
<a data-placement='above' class='danger' rel='popover' data-content='test code here' href='#'>Click</a>
...
1
vote
2answers
218 views
Twitter Bootstrap pop-over not loading
What am i doing wrong here?
I tried it in a larger project and couldnt get it to work either
see my jsfiddle
http://jsfiddle.net/keithmancuso/24RQM/
UPDATE: ok so i got it working if i manually ...
1
vote
1answer
637 views
Twitter bootstrap javascript popovers not working
I've looked around and haven't been able to find anyone with an issue quite like mine.
I've also had a few people inspect my javascript/html for obvious bugs, and have squashed a few of them.
I'm ...
1
vote
2answers
51 views
How can I see lastest subView after clicking popover embedded in NavigationView?
When click button, a popoverView embedded in NavigationView appear.
My code is as follows:
-(IBAction)myStuffPOP:(id)sender
{
if(myStuffListViewController ==nil)
{
...
1
vote
1answer
198 views
Twitter Boostrap Popover.js with farbtastic color picker content looses events attached
I'm using the bootsrap from twitter, and it's cool. Yet, I have a little problem. I'm trying to use the Popover plugin to generate on the fly color pickers related to each input with class .colorInput
...
1
vote
0answers
55 views
What kind of popover on iPad
The iPad app pdf expert displays popovers which seem to consist only of the header. Which kind of popover is this? I can't find something about it in the Apple docs. But it seems to be a standard UI ...
1
vote
0answers
155 views
How to build a “large” swiped popover, like in the Mail app (iOS5, portrait mode)?
I'd like to re-create the large popover we have in the mail app, in portrait mode, since iOS5.
You swipe from the left part of the screen and the rootView appears in a list-type popover.
Is it a ...
1
vote
1answer
111 views
how to draw a popover view instead of using image on iPhone?
just like the popover in the attached screenshots, the popover allow user to change themes.
I know that there are some examples around but they are all using images to achieve this, make it hard to ...
1
vote
1answer
1k views
When using Twitter's Bootstrap, how can I change a popover's content?
I'm using the popover feature from Twitter's Bootstrap js. I have a button that, when clicked, executes this javascript:
$("#popover_anchor").popover({trigger: "manual",
...
1
vote
2answers
181 views
Titanium popover not working
i'm trying to use the "Popover " functionality in the titanium.
i went throught the kitchensink and built a code in my application but some how
i'm getting this error:
Result of expression ...
1
vote
1answer
86 views
Is there a way to focus a popover for a Safari extension?
Just wanted to know if anyone knew how to put the focus on a popover for a Safari extension. Currently, the popover acts as if the window is inactive. This prevents any mouseover events from working ...
1
vote
2answers
139 views
Running a method in main view, in response to popover Method
I'm trying to call a method in my main view (TapView) from a button in my popover (pop)
Now at the minute I have
-(void)popoverControllerDidDismissPopover:
(UIPopoverController *)pop {
[self ...
1
vote
2answers
547 views
Help with UIPopOverController size
So I have a view with a bunch of button in a UIScrollView. When the user presses a button, I want a UIPopOverController to display pointing at the selected button. It kind of works, but the popover ...
1
vote
3answers
183 views
iOS Programming: 'super dealloc' crashes app
This is my first time asking a question in this site. as an amateur developer, I always found answers to my questions in this site, but I could not find one to my current problem.
In my iPad app I ...
1
vote
1answer
224 views
Cannot pass messages between main view controller and popover view
I'm seem unable to get any kind of communication going between my Main View Controller and a Table View Controller which is being displayed inside a Popover View (iPad).
I'm setting up the Table View ...
1
vote
2answers
402 views
ipad UIPopoverController with NSNavigationController
How can I create a UIPopoverController with integrated NSNavigationController so I will be able to slide views inside the UIPopoverController left-right (with navigation bar).
UPDATE:
I open popup ...
1
vote
1answer
334 views
open view in center of iPad
Sorry, I have a question. I don't know what type of window is the center window open in that can see in the image.
Can help me?
Thanks for your help!!
1
vote
1answer
162 views
Formatted Text and Popovers in iOS4
I'm working on a prototype app that has a challenging behavior. I thought I'd ask for advice before really tearing into it...
Part of the app has an area of text that needs to be formatted in a ...
1
vote
1answer
430 views
iPad App with Multiple PopOvers
More of a "best practice" question with regards to good application design. I have an application that has a number of popover controllers, each with different content. My first instinct was to create ...
1
vote
1answer
763 views
How to present keyboard inside popover?, ipad passcode lock style
Is it posible to present a keyboard the way is shown when you set a passcode for your ipad?
1
vote
0answers
361 views
Making Youtube Stop Playing When Popover Is Dismissed, Or Using Javascript Youtube Controls
So I've run into some problems implementing YouTube videos in popovers. I can get the YouTube video to play just fine, but when the user clicks off the popover (destroying it), the sound continues ...
1
vote
6answers
5k views
How to correctly present a popover from a UITableViewCell with UIPopoverArrowDirectionRight or UIPopoverArrowDirectionLeft
I always try to present a popover from a cell inside a tableView this way:
[myPopover presentPopoverFromRect:cell.frame inView:self.tableView ...
1
vote
3answers
3k views
presenting modal views in a popover
Im trying to load a modal view from a view controller that is displayed in a popover. The modal view loads but the problem is that it transitions into the main view and not within the popover. Is it ...
1
vote
1answer
2k views
Custom iPad 10-key popover possible
and thanks for your responses in advance.
I have been looking around for the possibility of having a 10-key, numeric only, input available when a user clicks on certain fields that do not require the ...
1
vote
1answer
702 views
Tracking a page in an Ajax Popover from Google Analytics
I am looking to track a Pop-Over page that appears when the forum is
submitted at:
http://www.xebra.com/salesAssistance.html
I tried adding the urchin/google analytics code to the page that is ...
0
votes
0answers
20 views
NSPopover transiency when popover is in status bar
I'm making an app which lives in status bar. When status item is clicked, NSPopover pops up.
It looks like this:
Here's the problem: I want it to be "transient", that is if I click anywhere ...
0
votes
0answers
26 views
popover shrinks to upper left corner when keyboard appears on iPad
I'm working on an app that has some forms that are contained within a popover. My problem is that when I click on any text entry field and the keyboard appears, the popover shrinks to the upper left ...
0
votes
0answers
30 views
TableView Won't Scroll
I have a storyboard based app with the following view heirarchy:
-RootViewController
-| UITabBarController
--| UINavigationController #1 on Tab #1
--| UINavigationController #2 on Tab #2
--| ...
0
votes
0answers
38 views
Display Twitter bootstrap popover after specific alert closes?
I have the basic alerts that appear and disappear using some basic jQuery:
$(".alert-message").alert();
window.setTimeout(function() {
$(".alert-message").fadeTo(500, 0).slideUp(500, function(){
...