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.
0
votes
0answers
4 views
Including an external website (using sessions) into a iframe
I want to use a subdomain on my own website to show a external website. No problem so far. Thing is the external website (which i do not own) is using sessions. As long as visitors are using Chrome or ...
0
votes
0answers
5 views
Calculation units in EtherType frame field
The EterType ethernet frame field value is represent payload field length in bits or bytes?
0
votes
0answers
10 views
iOS Landscape Orientation handling behind the scenes
Can anyone give me a detailed explanation of why iOS is handling it's landscape orientation the way it does in regards to frame and transformation?
What I'm talking about is this following behavior ...
0
votes
1answer
17 views
UITableViewCell UIButton dynamic height
I have CustomCellView which is custom view for cell in tableview. I have UIButton in xib and set it's default frame in xib.
In MainViewController (viewDidLoad)
// Get nib for custom cell
UINib *nib ...
0
votes
1answer
22 views
Getting two frames updated simultaneously using javascript
<html>
<head>
<script language="javascript">
var var1 = "<html><body>Content1</body></html>"
var2 = ...
-2
votes
1answer
21 views
HTML Frames - server-side load or client side load
i know HTML Frames are a thing of the old but i have a question, lets say if i load www.google.com in an html frame in my webpage. Will that be loaded at server side and the result will be sent to me ...
2
votes
1answer
47 views
Changing UITextView font size after rotation works weird on iOS 5
I have a UITextView that can be rotated, resized dragged etc, and everything works fine on iOS 6 and iOS 5 when I resize or rotate or drag but when I rotate the UITextView and then resize the ...
0
votes
0answers
8 views
GLKView nested subview frame size and bounds size incorrect
Here is an example "GLKView Subview" app I wrote, based on the OpenGL Game sample project in Xcode 4.5. It creates a GLKView subview with its delegate set to the File Owner's GLKViewController, so ...
0
votes
0answers
12 views
How to change width of frame and save right corner in the same place in Cocoa?
I've got NSView object loaded from XIB file. I added mouseDown:, mouseDragged: and mouseDown:. It's red box on the screen. What i want is to change it's width, but with save it's right corner position ...
1
vote
0answers
27 views
Selenium IDE, issue accessing to frames
im working with Selenium IDE for the generation of test cases on a web containing frames.
I’m in a web page with this code:
<html>
<head>
<title>Mantención de ...
0
votes
1answer
34 views
Multiple Jpanel keylistener space
I have a frame which contains 4 different panels.One panels contains a music player which on pressing space key start playing the music while other 3 panels contains textfields and some submit ...
0
votes
2answers
26 views
How to create a UIDatePicker on the bottom of the screen and collect the data?
This is two questions..
How do I place my UIDatePicker on the bottom of the page?
How can I get the date from the picker.
Here is my code for when I add the date picker:
picker = [[UIDatePicker ...
0
votes
1answer
26 views
How to create a Frame to an external webpage in a Silverlight XAML page?
I'm pretty new to .NET, trying to do a simple XAML webpage with a 200x200 frame with Google inside it. I have a XAML page which looks like this:
<UserControl ...
0
votes
1answer
44 views
Python Tkinter scrollbar for frame
My objective is to add a vertical scroll bar to a frame which has several labels in it.The scroll bar should automatically enabled as soon as the labels inside the frame exceed the height of the ...
2
votes
2answers
22 views
Content in UIButton moving after animation
I'm having an issue with my UIButton after my animation. Let me explain the step.
I've one button, with an image inside. When I tap on my button, I animate the frame to get a large width and then ...