frame

WPF: Page to page navigation from listbox menu employing frame technique?

I got a problem. I added a frame in the window xaml to load pages in. I can directly load a page into frame with Source tag of the frame. It works. I need to use the code in C# to refer to the link from listbox menu a poplulate an apropriate link when an listbox item is selected. My problem is that I cannot refer the frame in C# code, it...

self.view.frame changed size ifself unexpectedly in landscape mode

Hi all, I've setup the view controller's view via IB. The view is set to landscape with width 480 and height 320. It loaded correctly in the simulator. However, when I checked self.frame.size by using NSLog, I found that the frame size changed itself without any rotation of device or any code. Here is what I get: In viewDidLoad -->...

What JavaScript frameworks are out there for building smartphone websites?

Hi all, I'm looking to see what JavaScript Frameworks exist for the creation of Smartphone websites and what your experiences with them have been? Similar to the work in progress jQuery Mobile (http://jquerymobile.com/) Thanks, Denis ...

iPad uiview frame changes right after initWithFrame

Okay so i have a very basic app with a view in it with one button. i have the controller set to only allow landscape. My problem is that after it is initialized, and then i click my button (which only has a log statement) , is different than the log statements i have at the end of my init. I start the app in landscape mode on my simul...

WPF: InkCanvas + Frame

I need to draw over the html page. Page displayed in a Frame element. The problem is that InkCanvas does not work with Frame. I tried to insert TextBlock instead of Frame - painting works. Does not work: <Frame Grid.Row="1" Source="http://google.com/"&gt;&lt;/Frame&gt; <InkCanvas Grid.Row="1" x:Name="inkCanvas" Background="Transparent"...

How to extract frames from yuv 420 video clip and store them as different images, using matlab?

How do I extract the frames from a yuv 420 video? Let's say i want to store them as still images. How? ...

Problem with MPMoviePlayerViewController frame while ipad orientation change

i m developing ipad app and using MPMoviePlayerViewController in it to play videos.. it works ok everything.i set frame of MPMoviePlayerViewController in potrait mode.that is half of potrait scree. but in landscape mode i want movie to play in full screen. so i set frame accordingly. now when i launch app in potrait mode .. i works ok as...

display error when loading many components to Jframe

I have a JFrame with about 10 components (JLabel, Combobox, Buttons, TextFields). When I start the program, sometimes it doesn't display all of them. I tried repaint in different place and problem still there Any one help me ...

How to Resize View so That Its Subviews Get Resized Too

My window adds a subview (my root ViewController's view). Such subview is superview of several other subviews. I have just finished an app, and now I want to add an ad. Here's some code: [window addSubview:viewController.view]; viewController.view.frame=CGRectMake(0,0,320,480-48); viewController.clipToBounds=YES; Ad *ad=[Ad alloc] in...

wxPython - How to get Top Frame or Application object

Hi all, I am little confused about how to get the top frame in an application. I start off my application with the usual class AppFrame(ClientGUI.MyFrame): #ClientGUI.MyFrame generated by wxformbuilder. def __init__(self): # create some panels. # Create some object classes that invoke objects of other classes. # .. do othe...

How to add Return Home button to external sites?

Hi, I am developing a website with some links to some pages on external websites (belonging to the same company). The client wants to add a way to easily return to the home site, i.e. something better than just using the browser's Back button, and something better than just opening the external links in a new browser window. Seeing as ...

what's a child frame in the context of a web page ?

What's a child frame in the context of a web page ? Is it the web page opened through a hyperlink on a page, or is it some part of the web page ? ...

wxPython How to control a frame from another frame?

Hello. I'm writing a small app which has 2 separate frames. The first frame is like a video player controller. It has Play/Stop/Pause buttons etc. It's named controller.py. The second frame contains OpenGL rendering and many things inside it, but everything is wrapped inside a Frame() class as the above. It's named model.py. I'm up to...

Communication between forms and frames

Hi, I've been working on a program in Delphi 2009. It very similar to the program "Mimics" by materialise, where you can create and manipulate 3D meshes. There are 4 panels with different aspects for viewing a 3D object (XY,YZ,XZ, and 3D perspective). Each of the panels is an instance of a custom frame I made for viewing 3D objects. The ...

Add styled backgrounds to images in PHP

I am working on improving one of my Facebook apps by allowing the user to upload an image and apply a styled border, or frame to it (i.e. clouds, stars, sky etc). The user chould also be able to save the image, with the border after it has been applied. This explains a little better what I need: http://zbrowntechnology.info/ImgDisp/imgd...

frame size and coordinates off (objective-c, ipad)

Supposedly this is a 10 by 10 square 100 pixels on the x axis from the origin and 100 pixels on the y axis from the origin (origin being the top left corner) However it quite clearly wrong. Writing the views frame to NSLog after setting it gives out the same values I put in. Code: ISScrollDock *bottomSV = [[ISScrollDock alloc] init];...

iPhone fullscreen frame animation with easing

I need to show a (near fullscreen) object in 360 degree rotation within my iPhone app. The rotation animation has already been rendered and contains 180 frames at 960x640 (Retina display). Interaction required will include... - swipe left/right to rotate (animate) - clickable areas on each image. Can anyone suggest the best way to an...

WP7 Frame embedded in a page linking to another page

I have a xaml page that I want to host another xaml page for various reasons. I attempted to use the Frame control, but I ended up with a warning telling me that the default constructor must be public... <controls:PivotItem Header="page1"> <Controls:Frame Source="MyPage.xaml"/> </controls:PivotItem> Okay, well that doesn't work;...

delphi exe and dll without build with runtime packages

For my last project i was using many frames in my delphi application ,so i dicided to create dlls and put them inside the dlls(ALL created in Delphi) i have gone through many websites and came up with the code that works but for that example i have to compile both apps and dlls with build with runtime packages which means i have to dist...

Flex - Copying a Single frame ftoma Video

I'm working with video in Flex. I'd like to be able to pause the video at a certain point and copy the displayed frame as an image, and save it to a database. I'm wondering if anybody knows how I might copy a single frame from a paused video? Thanks --Matt ...