I use html frame on my webiste, it's been running for I while, usually I only use Firefox to surf the net, my site looks and functions ok, but today I suddenly found IE8 has a problem with the frame on my site, if I click on the top menu items, it's supposed to display the content in the lower part of the frame, it does this correctly in...
The situation:
I Have a silverlight page with a header menu, a navigation frame and a footer. In my header menu I want to put a drop down menu, but when I open the menu, it goes backward of the frame.
Theres a way to put it forward? Canvas.ZIndex make no difference at all.
thanks in advice
...
hey..
i'm working on my html project, and everything is going well.
now i'm doing the same project with framesets, but i descovered that the page in a frame set won't scroll as a whole page (you can only scroll each frame at a time)..
how can i solve this??
please help
...
How do i pause frame animation using AnimationDrawable?
...
I have a frame and I want to dynamically add content to it with javascript or jquery but I can't do something like $('#myframe').html() like I could for a DIV. Is this possible?
...
I am trying really hard to make a sliding frame containing widgets in tkinter in python. There is this frame inside a big window with different widgets. And as soon as i click on the next button on that frame the frame should slowly slide towards the left and vanish ultimately. As soon as it vanishes, i want new frame with widgets to com...
How can I find out that my page is embedded as a frame to other site during page loading? I guess referrer request header can't help me here? Thanks.
...
Hi,
I have a web page, normal no fuzz or weird stuff. And I want to trap that page inside an html frame when a user clicks on a given link.
The thing is i don't want to reload the page. Some kind of dynamic DOM trickery seems the way to go, but to no avail in my tests.
If anyone has any ideas it would be great!
Thanks
...
I'd like to use something like the "update=" parameter of a <g:remoteLink> with a <g:actionSubmit>, so that when the submit button is clicked, it will update a specific target. What's the best way to accomplish this?
...
Hey, making a media player and need to know something.
I have a menu which reads file info, but for some reason, when I open a video that I KNOW is 1280x720, the width and height come up as 1292x758.
Edit:
When I open a video which is 640x480, it says it's 656x518
That, and an extra preview box pops up due to:
labFR.Text = "Frame ra...
How to use a common TabControl in Silverlight 4 Navigation Application?
For example, It would be kept at same position in all views like here the Manu bar is kept which has Questions,Tags,Users etc. as headers.
When the user clicks on any TabItem I want to load the respective page in the frame provided by default. I also want the back/f...
Hello
I have 2 frames in one page like this (home.html)
<frameset rows="50%, 50%">
<frame id="treeContent" src="treeContent.html" />
<frame id="treeStatus" src="treeStatus.html" />
</frameset>
and then in one frame (treeStatus.html) I have something like
<body style="margin: 0px">
<div id="statusText">Status bar for...
Hi,
I have made a small application where the user can browse to a web page, im using a "Frame" for the purpose and passes a URL to it, it then renders the destination page as HTMl. The page im trying to show shows some flash animation and my "Frame" browser cant show it, i suspect that the browser plugin is disabled, but how to enable, ...
Hi, I have an inline frame within a form. The inline frame actually contains the form element which is generated programatically (a radio which holds a value). How can I retrieve that value hold by the radio from the page which contains that inline frame. Any idea? thanks for reading
...
Hi All,
I have a Page built in xBap with a frame, and another page in the frame
How can I take out a control from the inner page outside of a frame in visual,
in other words, I want to stop clipping for the frame.
Thanks in advance
...
Hi,
I have a peace of code like this:
CGSize lSize = [@"Hello World" sizeWithFont:[UIFont fontWithName:@"Arial" size:13]];
Now I want to have the right frame to see this text in the UITextField. I don't want to change the font size just have the frame for UITextField to fit with this text.
I will really appreciate any helps
...
Hi everyone,
I have two python cgi pages (index, display), what i need to do is calculate time frame between the execution.
Work flow:
Index.py (submit)
After submit it redirect to display.py page
display.py page has got class with execute(),display() &init_main() functions
In init_main() i have created class object which access to a...
I know that I can't use that
myView.frame.origin.x = 25.0;
that I have to use instead
CGRect myFrame = myView.frame;
myFrame.origin.x = 25.0;
myView.frame = myFrame;
And I'm doing it all the time (f.e. in animations), but I don't know why I must do it that way. I would like to fill that gap in my understanding. Can someone explain ...
Hello everyone,
I try to show a ( Logged in ) message when a user is succefully connected but nothing happen when a do a repaint(). you can take a look to the code :
public class MainFrame extends JFrame implements ActionListener {
private static final long serialVersionUID = 1L;
private static final int FRAME_HEIGHT = 400;
...
Hi All,
With the help of (idml) itemtransform horizontal / vertical distances and path point arrays, I can find out the coordinates of text frame (x1,y1), (x2,y2), (x3,y3), (x4,y4). If the textframe is rotated then item transform values are getting changed, but the path point array values are same. I can find rotation angle by the matri...