frame

EventHandler inside a TFrame ?

I have a TForm (TVehicleEditForm) with 3 identical TFrames (TVehicleUnitFrame) inside. The idea was that every instance of the frame handle own events by a eventhandler inside the frame. The problem is that the eventhandler is not called. I have tried to assign the eventhandler by code inside the frame by overriding the Create method b...

resize Frame with jQuery

Hi, I'm searching for a possibility to resize frames (not iFrame) by jQuery. unfortunatly I can't find any hint how to do it. I'm truly grateful for any hint. ...

Where can I download a sample NV12 YUV frame.

I am writing a program to test NV12 YUV frames, I just want to download some sample clips? do anyone know a good site where I can download some frames off? ...

Frame control on mpeg2 videos using JMF

Hi I was trying to use the FramePositioningControl on mpeg2 videos for frame seek using Java Media Framework(JMF) but it always returns null. To be more clear, I am using FramePositioningControl on player object to do forward, rewind on videos programatically. I want to know whether frame seek can be achieved through alternate means li...

Resizing of frame with DYNAMIC external source

I have tried.... I have tried a lot many things... Even searched Yahoo! , Google and Bing... Why oh! why does the code not reveal... I just want to complete it and put the quality seal.... External frame resizing... is so f'king tensionizing..... I need to find the solution.... before in my head it causes more pollution.... O...

Why should I not use HTML frames?

I haven't used frames since 1998. They seem like a bad idea and in all my development I've never had a situation where frames were the right solution, or even a decent solution. However, I'm now working with an internal web application written by another group and the entire site is built in a - header, left side menu, right side conten...

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 performs actions on that page, for example searching text within the page. I need the script to wait until page.html has loaded in the second frame before doing...

HTML Frame Source

Hey is it possible that I insert the source for a frame in the same page in which it is defined. Like instead of giving the location to the document, can I insert the source in the frame tag? The problem is I'm calling a function, which is not valid in the other page. So I have to call it in the same page, Got mE? ...

wxwidgets/wxPython: Resizing a wxFrame while keeping aspect ratio.

I have a wx.Frame that has only a single child. While setting up the child's wx.Sizer, I can use the wx.SHAPED flag, which keeps the aspect ratio of the child locked. However, the Frame still has complete freedom in it's aspect ratio, and will leave a blank space in the area that is left unused by the child. How can I lock the aspect ra...

Safari bad frames rendering

hi guys, I've finished a site but it doesn't work well on Safari. I used (don't blame me!) frames and two white weird spaces appeared on the left ant the right of the frame "body" you can se the result here: http://www.yves-ratheau.com/ I didn't find any help on google, forums, etc... thanks to any suggestion ...

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 screen size. Probably 3/4 of the TabBar at the bottom is getting cut off and There is a slim aprox 20 pixel gap at the top of the screen below the status bar. ...

-fno-omit-frame-pointer without optimization

Hi, I was wondering what -fno-omit-frame-pointer will do without optimization? CXXFLAGS = -Wall -ggdb3 -DDEBUG -fno-omit-frame-pointer Isn't it that fomit-frame-pointer auto turned on at all levels of -O (except -O0)? I assume in my example it is -O0 by default. Thanks and regards! ...

javascript dynamically add frame to frameset

The following favelet in IE is causing something similar to a document.write which is displaying [object]? I am attempting to dynamically add a frame to get javascript variables from another page to autopopulate a form. I cannot edit the source this must execute from a favorite or bookmark. javascript: var newFrame = document.createEl...

WPF, Frame Control, HTML DOM Document access

Ive used WindowsHost to host a WebBrowser control, and that has allowed me to access the WebBrowsers Document/DOM directly, t read HTML content via mouse clicks on HTML document elements and also to invokes on submit forms. I never found a way even in Net 3.5 to do this when I was searching at the time. Ive found this post http://rhizohm...

PHP - Break out of a frame

Is there a way to break out of a frame using PHP? I have done it with JavaScript, but I would really prefer to use PHP instead. Thank you. ...

What should i use instead of a frame?

Hi. Lots of people have told me that i should not use a frame on my website. Now my question is, what should i use instead? What do you guys think is the best solution for my shoutbox? http://www.anitard.org/indexx.html ...

Is there a gcc macro for determining that frame pointers are not eliminated?

When -fomit-frame-pointer is used (automatic for various -O settings), performing a backtrace is problematic. I am wondering if there is a way of determining at compile time that the code is compiled with this switch? In that case, I could put in an #ifndef to guard against backtracing when ill-advised. Is any macro set when this -fom...

Display an entire html documention into a frame

I have an entire html document contained in a javascript string variable and I need to render it into a portion of my page. Have I to use frames? How to do that? ...

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"> ... </frameset> If I don't use that attribute browsers put a gap between each frame. If I use the attribute, HTML validators throw error about "unsupporte...

How to get OS X to set initial location of NSWindow

How do I get OS X to place NSWindows in a reasonable default tiled-like location? Like when I open TextEdit and create 10 documents, I see all the windows as having the same size, but somebody is smart enough to place them offset from each other a bit. I'm sure that the app isn't doing this itself in code. (I need a code-based, not NI...