Questions tagged [frame]

Frame refers to a property of a UIView or an NSView in Objective-C. It is a 4-floating-point representation of the View's location in the parent view or window. ... Use the [frames] tag for HTML frames (not iframes).

Frame refers to a property of a UIView or an NSView in Objective-C. It is a 4-floating-point representation of the View's location in the parent view or window.

This tag does NOT refer to HTML <frame> or <iframe> tags.

Do not confuse this tag with either.

3698 questions
1
vote
1 answer

Read frame by request with DirectShow

I'm trying to use DirectShow to capture video from webcam. I assume to use SampleGabber class. For now I see that DirectShow can only read frames continiously with some desired fps. Can DirectShow read frames by request?
vyndor
  • 368
  • 2
  • 13
1
vote
1 answer

XNA Kinect background removal

I've run into samples for this requirement, but the code I found seems to be deprecated. Here's the deprecated code I found: Kinect background removal It all uses the obsolete Microsoft.Research.Kinect DLL and the 'Runtime' object. With the current…
Santa
  • 75
  • 7
1
vote
1 answer

CGRectOffset Causes Swiping The Wrong Way

Trying to be able to swipe away a cell and another view will show up. This is my code so far, but I am unable to see the rightView. Instead it limits me to seeing the leftView(I want the opposite...leftView does not even exist). Very confused with…
Fred
  • 11
  • 1
1
vote
1 answer

PhoneApplicationFrame in PhoneApplicationPage

I have a awkward problem about Windows Phone 8 Page Structure. I want to use some structure like on website which name is MasterPage so I have a Page for MasterPage, and i want to put a frame for contents. But when i try to do that, i got an error…
1
vote
2 answers

Changing DialogViewController TableView height using monotouch

Is there a reason why setting TableView.Frame on DialogViewController LoadView method doesn't seem to do anything? Currently to overcome this problem I set TableView.ContentInset for top and TableView.TableFooterView for bottom margins, but the…
ErnestJ
  • 167
  • 12
1
vote
0 answers

Under Xcode 4.6.2, simulated metrics change can make change of frame of view

I have encountered a strange problem,I wish to change the nib file of a UIviewController ,when I step into the simulated metrics ,I change the topBar from none to navigationBar,the frame of subViews (some buttons,or textfield) changed! It seems I…
passol
  • 195
  • 4
  • 12
1
vote
3 answers

How to create a frame-by-frame animation using svg in native android app

I know android does not support SVG natively. I have chosen androidsvg to dispay svg files. This lib does not support the SVG-buildin-animations, which is okay, because that's not what I need. I have extended RealiveLayout to add the svg's to the…
Tom Bevelander
  • 1,686
  • 1
  • 22
  • 31
1
vote
1 answer

as3 how can i prevent that a new instance is created by entering a frame?

i am working with several nested movieclip objects in a project. but i get into trouble with the buttons i created and implemented in the nested movieclips: to describe it in a simple way: I have a main movieclip with five frames, including two…
gaugau
  • 765
  • 1
  • 9
  • 30
1
vote
0 answers

Set container view height to nib loaded subview height

I am loading subviews from different .xib files and adding them to a container view. The problem is I can't figure out how to make the container view's height automatically adjust to the subview. When I access the subView.frame.size.height it comes…
tanner0101
  • 4,005
  • 19
  • 33
1
vote
1 answer

Modify frame of cell elements selected with viewWithTag does not work

I have a tableview with custom cell in storyboard the cell identifier is : MyCustomCellIdentifier the frame of the label is : { { 15.0f, 178.0f }, { 280.0f, 40.0f } } I basically want to change the frame of a UILabel according to the size of the…
kschaeffler
  • 4,083
  • 7
  • 33
  • 41
1
vote
1 answer

Security risk in a frame login

I'm developing a simple login that is shown in other site pages by a javascript. The first time, my script loaded the login page as a content div injected into the page but i realised that if the "other site page" the one from i open my login, has a…
markos
  • 21
  • 3
1
vote
1 answer

(QT C++) Animate GIF Based on Slider/Dial Value

I am relatively new to Qt and I have a question that seems simple enough. How could I make a slider/line edit thingy that when set to a certain value (0) it displays the beginning of a GIF animation, then when set to a higher value (12000) it goes…
mrg95
  • 2,371
  • 11
  • 46
  • 89
1
vote
1 answer

JavaScript inside iframe does not work

I have a jsp with iframe inside it. I'm trying to load another jsp in the iframe: scripts and links ...
Andrey Yaskulsky
  • 2,458
  • 9
  • 39
  • 81
1
vote
2 answers

Of what use of is the class attribute of a tkinter frame object?

Curious as to the capabilities/intended use of this attribute as mentioned here ( 'class=' )
user2497792
  • 505
  • 2
  • 9
  • 18
1
vote
5 answers

Generate frame for picture

I creating gallery, and I want to create frame around the picture. But this picture must be scalable. Width and height of this frame generated by width and height of image. And must to have possibility to change height of frame through the…
Oduvan
  • 2,607
  • 3
  • 24
  • 24
1 2 3
99
100