frame

Non-geek in despair over menus in one site with different iframes on 2 different pages

THE SITE: http://pocketresumeguide.50webs.com/index.html THE PROBLEM: Hello, everyone. I am running into a problem with targeting pages into iframes. I am self-taught in what little HTML I know (as you will probably be able to see for yourselves.) Problem #1: My main TEXT menu that runs across the bottom works fine when I'm on the in...

How to draw borders around slides in latex beamer handouts

I am using the LaTeX beamer package. How do I draw a border around each slide when I use the handout format (eg. {4 on 1}). I would like to have something silmilar to the "-d" option available in Unix "psnup" which I used with my old seminar style slides and PostScript output. ...

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 question of mine. Question: Almost all audio/video players show time-passage information in hh:mm:ss format. I want to be able to register a callback of mine ...

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 of graphics that are written with Graphic objects in paint and their orientation depends on the real time feedback from getWidth() and getHeight() but paint isn...

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 you click around each screen, and the top level source is I can get the url to the menu item I need, but if I use that in my bookmark, the toolbar is...

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. pMultiPageImg = new Bitmap(XXXXX); int size = m_pMultiPageImg->GetPropertyItemSize(PropertyTagFrameDelay); m_pTimeDelays = (PropertyItem*) malloc (size); m_pMult...

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 dialog box, I didn't see any property that allow me to set the size of the frame. I opened the frame properties dialog box by right clicking on the "FrameView" ...

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 Windows workstation, and be frame accurate. By frame accurate I mean that I need to be able to scrub through the video in the same way you would with a vtr, stop...

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, I need to figure out a way to ideally disable the hyperlinks so they can't be clicked. Although, forcing it to load in a new window so it's no longer in my a...

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 property : "If this property is not the identity transform, the value of the frame property is undefined and therefore should be ignored." I tried to use center...

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 image. And must to have possibility to change height of frame through the JavaScript. Thanks. PS: First of all, I must to have possibility to make frame narr...

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 or understand the actual high was. Do you have any suggestions me function frameHeight(obj){ var inFrameHeight = obj.contentWindow.document.body.offsetHei...

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: Permission denied to get property Window.document" I went through several articles explaining Same origin policy for JavaScript but those didn't help with files ...

jQuery: How to hide a frame on parent?

Hello, I have the main page that contains multiple frames within the frameset. One of the frames is a toolbar with buttons, I would like to be able to press a button on that toolbar and it will go and hide one of the frames on the main page. I've tried the following from within the toolbar frame but it doesn't work... $(document).pare...

resize uinavigationbar push/pop viewcontroller size issue

hi there, i need to shrink the height of a UINavigationBar (attached to the UINavigationController) i've done this via the UINavigationControllerDelegate's navigationController:didShowViewController method, and it's working fine. the problem is the visible viewcontroller that's in the main view. it wasn't resizing itself to reflec...

How could I get a Frame with a scrollbar in Python's Tkinter?

I'm starting to learn about Tkinter. I'd like to have a container widget ( Frame ), where the user could add as many textfields as needed by the application. The application starts with a textfield, and a button below that textfield. When the user presses the button, a new text entry will be added below the first one ( this may be repeat...

How to make the drop down list in header frame overlap body frame?

I have a header frame, and a body content frame. My header frame by default is to put logo and logout button. My body frame is to put all the contents. Issue now is: I decided to add in a drop down menu at header frame. When scroll over, it will drop down a long list. But, when scroll over, it drop down inside the header frame itse...

WPF - navigating to a frame in multiple ways causes error

I have a WPF window and a frame within the window that contains most of my content. In some cases, I will navigate directly to a URL with the frame and this will cause my frame.Currentsource to populate properly. However, in other cases, I will create a page object and then put the object directly in the frame.Navigate method but this wi...

Understand Flex Application and Frames

Hi folks!! Driven on by curiosity, I’m trying to understand the Life Cycle used by Flex Application. So, I’ve done a little research on this argument; the two key concepts used into the FlashPlayer are: SWF Frame: it’s the logical unit that contains graphical code and as code Flash Player Frame: it’s the time interval used by Flash ...

Reposition an NSBox in the top pane of a horizontal NSSplitView

I've worked for hours on this and I just can't get it - should be really basic stuff but it's not getting thru my thick skull. I think it has to do with the coordinate system in Cocoa but I really don't know. This is all happening in the top pane of a horizontal NSSplitView. Very simply, I'm trying to position one NSBox right below a ...