0
votes
1answer
22 views
Cross frame Javascript - frames loaded from local (file://)
I have two frames loaded from local filesystem with file:// URL. How can I access the document in the left frame from the right frame?
parent.leftFrame.document gives:
"Error: Per …
0
votes
0answers
12 views
iframe resize width tab ui
I have orders to extend the height of the iframe Dole capture and adjust web within the iframe no scroll, but if the Web is highly scalable and so the tab ui acordion can not know …
1
vote
6answers
66 views
Generate frame for picture
Hi all. 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 imag …
0
votes
2answers
18 views
Frame Accurate Browser Launchable Video Player … ?
I have a requirement where I need to enable playback (full screen) of a h.264 MPEG4 (thanks for the correction!) video from a local network, launchable from a browser link on a Win …
0
votes
0answers
7 views
How to get UIView frame position after transform ?
Hi,
I want to get the current position of a UIView after a transform rotate has been applied to it. How can i do that ?
In the UIView doc i found this about the transform propert …
0
votes
1answer
35 views
Netbeans - How to do setsize() of a frame?
I have made a GUI in Netbeans. Now I want that the frame size should remain constant, means the user cannot do maximize or restore the frame.
When I go the the frame properties di …
0
votes
2answers
17 views
Is it possible to disable the clicking of links in a WPF Frame control?
I have a WPF Frame control in an application that I use to load a preview of a page that doesn't exist on the server yet.
Because it doesn't exist, and because it's inside my app …
2
votes
2answers
152 views
How to remove gaps between FRAMEs without hurting HTML validity?
I know frames are bad. However I have to stick with them a little longer. My problem comes from the non-standard "border" attribute of the "frameset" element:
<frameset border …
0
votes
0answers
38 views
GDI+ gif speed problem.
I am using C++ GDI+ to open a gif
however I find the frame interval is really strange.
It is different from played it by window's pic viewer.
The code I written is as follow.
pM …
0
votes
1answer
36 views
Bookmarking page to load specific Frame content, is there a FF add-on or somethign I can do with a bookmarklet?
I am using an application which has a cumbersome menu structure and I would like to create a bookmark to a specific page within the application. The app does not update the url as …
1
vote
2answers
92 views
Repaint frame when resized?
How would I force a Frame to repaint() immediately after it is maximized, or resized?
I can't find what method is called when that specific operation takes place. I have a bunch o …
0
votes
3answers
430 views
How to get javascript in one frame to wait until a page has loaded in a second frame
I have two frames in a frameset - frame[0] contains a script that loads a page into frame[1] using
top.frames[1].location.href = 'http://some_location.com/page.html';
and then p …
0
votes
1answer
51 views
Time-passage callback when rendering recorded and live/streaming audio/video.
Guys...! I'm a complete newbie to this area of audio/video formats/codecs, their players, their exposed APIs, etc. Would greatly appreciate your patience as well as advice on this …
0
votes
1answer
32 views
JOGL four blank initial frames
In JOGL, there is the addGLEventListener, I add a listener to it.
When the display() "callback on gl" is called, the screen is printed in black, just after four frames the display( …
1
vote
3answers
527 views
Adding a TabBarController as the Subview of a View
I am loading a splash screen when my app starts. Then I want to load a TabBarController and it's ViewControllers. However, my TabBarController window does not scale to the scre …
