Skip to main content

Questions tagged [frame]

Frame refers to a property of a UIView or an NSView in Objective-C. It is a 4-floating-point representation of the View's location in the parent view or window. ... Use the [frames] tag for HTML frames (not iframes).

-1 votes
0 answers
36 views

VBA Userform embedded in a frame (container) on another userform or on a multipage control

All, I have developed several tools for members of my team. Each of these is driven by an icon on the outlook ribbon that simply calls a routine in a standard module. All this does is show the ...
justme's user avatar
  • 61
0 votes
0 answers
13 views

selenium ide switch to frame success but fail to click element

The test stuck at no.19 step but it's ok to run no.19-21 separately. 1. open on https:// OK 2. setWindowSize on 1005x850 OK 3. click on id=menu1452 OK 4. selectFrame on index=0 OK 5. click on xpath=//...
Lillian Lin's user avatar
1 vote
1 answer
33 views

How to maintain the UIView C position same in UIView A?

What I want is to move UIViewB and maintain all the views position like nothing happened. I want viewC back to the original place before viewB is moved how ? This must apply to all angles regardless ...
WCK's user avatar
  • 13
0 votes
1 answer
33 views

MatPlotLib Graph in a tkinter frame stays completly white

The graph supossed to be displayed in the canvas does not appear import tkinter as tk import matplotlib.pyplot as plt from matplotlib.backends.backend_tkagg import FigureCanvasTk import numpy as np ...
Bast38's user avatar
  • 79
1 vote
2 answers
75 views

Is it possible to add an eventListener to a custom title bar used for dragging the window in a frameless window?

Added a custom title bar to a frameless window in order to make the window draggable. The title bar shows, but eventListener won't fire: main.js: const createWindow = () => { const win = new ...
nBar's user avatar
  • 37
0 votes
0 answers
63 views

Javascript scroll effect

I have the following code, which I have integrated as an iframe. By scrolling, images are loaded one after the other. after the last image, I would like the page to continue scrolling, as I have more ...
Ayhan's user avatar
  • 1
0 votes
0 answers
17 views

Flutter development, including webview related content, printing a lot of "updateAcquireFence: Did not find frame." How to remove it

Flutter development, including webview related content, printing a lot of "updateAcquireFence: Did not find frame." How to remove it? Xiaomi phones with Android 13 system. Remove "...
dove zhang's user avatar
0 votes
0 answers
49 views

Content befor or after Javascript scroll-effect

I have a Javascript scroll effect on a test page. everything works so far. However, I would like to place further content before or after this scroll effect, i.e. at the end of the scroll effect it ...
Ayhan's user avatar
  • 1
0 votes
0 answers
22 views

Is there a way to set a custom keyboard layout for Ubuntu Frame

I'm building a kiosk based on Ubuntu Frame that will need to startup a Firefox browser, however I also need to disable the ctrl keys so I created a keyboard layout that seems to work fine outside of ...
Scala Peritus's user avatar
0 votes
0 answers
63 views

Programatically configure a keyboard in Ubuntu 22.04

I'm working with Ubuntu 22.04 and I've created a custom keyboard. I'm using Ansible to provision the machine and I've placed the custom keyboard mapping file under /usr/share/X11/xkb/symbols/tss_kiosk ...
Scala Peritus's user avatar
0 votes
0 answers
60 views

Can React Native WebRTC access video stream frames or capture screenshots? (react-native-view-shot produces a black screenshot)

I'm developing a mobile application using React Native, and I'm utilizing WebRTC (Web Real-Time Communication) for video streaming. My goal is to extract frames from the video stream and send them to ...
Intoxified Stylez's user avatar
1 vote
1 answer
40 views

How to remove / forget a 2nd frame AND reuse it conditionally

Albeit having some coding experience, it was in 'old scole 3GL' like Cobol, but that was decades ago. Not to long ago, just for fun and out of curiosity, I looked into the 4GL object oriented aspects ...
Eric's user avatar
  • 11
0 votes
1 answer
43 views

Top and bottom alignment Swiftui

How to put a Header and Footer to the Top and Bottom of a View, respectively I need the header and footer to stay at the top and bottom of a view, but I can't get it to work. The view is this: ...
deslarry's user avatar
0 votes
1 answer
45 views

How to call a function from another frame in tkinter witheout getting an AttributeError: object has no attribute

Hello everyone I am kinda new to python and Tkinter I start it few month ago. I'm currently working on tkinter app for my work. this is a simple app that got 3 pages one for the home page, another is ...
Nelson DE OLIVEIRA RAFAEL's user avatar
0 votes
1 answer
67 views

tkraise() issue with background

I'm using tkraise() to switch between sign-in page and sign-up page, but the problem is that in the first part of my code (sign up), it didn't show the background image, while the second part (sign-in)...
zeepaul's user avatar
  • 19

15 30 50 per page
1
2 3 4 5
249