Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
326 views

Having successfully managed to get my app running with RealityKit instead of SceneKit, I'm noticing a distinctly lower frame rate with the same model. If anything, the model should be slightly better ...
PKCLsoft's user avatar
  • 1,513
0 votes
2 answers
124 views

I want to create a class for a Tk.Button in a Tk.Frame so that the button can have a border color independent of its background color. I wrote this code which creates a button in a frame just as I ...
user1069353's user avatar
1 vote
0 answers
65 views

[] this image show the difference between "r" and "c" value. You can see Code in json file. [1]enter image description here In this image show the result of type "c" If ...
Rana Asim3 Rana Asim3's user avatar
0 votes
1 answer
61 views

I want to draw image overlapped with a blurred panel with a text. The problem is the panel frame depends on text frame. In the same time mask modifier is set separately from text and panel. My code: ...
Gargo's user avatar
  • 1,378
-1 votes
1 answer
166 views

I have a MainWindow with some buttons for navigation. These buttons opens up a Page in a Frame and of course this page gets added to the Frame's navigation history. Now let's say I have 6 open pages ...
Danie Spreeth's user avatar
1 vote
0 answers
26 views

I have a scrollable element horizontal, I want to start the animation even they are hidden on x-axis, I want to detect my element if they visible on Y-Axis only I am using frame motion, I tried put ...
Phoenixlaw9's user avatar
2 votes
1 answer
82 views

Using Python and tkinter I have created a dummy app with a scrollable frame. There are two column headings in a container frame. The container frame also contains a canvas. Inside the canvas is an ...
sg-gs2025's user avatar
0 votes
1 answer
76 views

I've searched around and I don't find nothing, for a title of context, in the past few days I have been building my portfolio, I am a backend dev so I am not used to any of these things. I added a ...
Gustavo Da Costa Pereira's user avatar
-1 votes
1 answer
62 views

I am working on a project for which i need to make a login and sign up. I am an beginner in java swing so i am facing some issues. I have a basic frame for both login and sign up but they don't appear ...
user avatar
1 vote
2 answers
226 views

I'm making an app in python, with the customtkinter library. I'm using the grid() widget manager. So far, I only have a few frames as the basic layout, but can't align them properly. The issue is, ...
Adam Brestovansky's user avatar
0 votes
1 answer
35 views

currently I am doing a CTF challenge and I use gdb a lot. For overflows (getting information via printf or overwriting the RET pointer with puts) it is very helpful to get the locals pointer from the ...
Bastian's user avatar
  • 63
0 votes
1 answer
244 views

I need to use a Frame widget to do this; I know I can do it without using the frame and just use a big grid to contain everything (with columnspan for the canvas etc.), but I'd like to put stuff in ...
Luke's user avatar
  • 13
2 votes
1 answer
106 views

I'm trying to add a frame number to a simulation visualization modified from here. Is there any simple way to add a frame number to this animation so that it displays as a part of the plot title? ...
carpediem's user avatar
  • 491
0 votes
0 answers
55 views

I'm trying to make an GUI to launch Ansible playbook, I've done a main app container with a menu to swicth between different frame. The main.py looks like this: #!/usr/bin/python2.7 # -*- coding: utf-...
Jules SMITHSON's user avatar
0 votes
2 answers
56 views

I created a 2 Frames application in tkinter inspired by https://www.geeksforgeeks.org/how-to-change-the-tkinter-label-text/. The purpose is to import a new image by clicking on the start button, and I ...
Sticonike's user avatar
1 vote
1 answer
52 views

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
58 views

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
  • 105
1 vote
2 answers
114 views

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
91 views

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
1 answer
108 views

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
1 vote
1 answer
54 views

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
101 views

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
60 views

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
100 views

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
0 votes
1 answer
60 views

I have the following code: from tkinter import * Main = Tk() # Main window Main.title("Program") Main.geometry("900x520") # Background photo placed on top of Main Photo_BG = ...
i33SoDA's user avatar
  • 75
0 votes
0 answers
104 views

I tried to run image_gallery_sd.py. It results in the following error (I have named my pictures 0001.jpg through to 0005.jpg): MPY: soft reboot Displaying /sd/0005.jpg Traceback (most recent call last)...
Valerio Moreno's user avatar
0 votes
1 answer
85 views

I call a UserForm by clicking a button in sheet1. The UserForm is created by the code in Private Sub UserForm_Initialize(). The UserForm contains a frame populated by several checkboxes. One of these ...
user24022145's user avatar
0 votes
1 answer
510 views

I'm learning Java and in one of my exercise I have to do a logging frame which displays warning after push cancel button, before typing id or password. import javax.swing.JOptionPane; public class ...
Emil Piękoś's user avatar
0 votes
1 answer
106 views

I'm Korean, so please understand if there are any strange grammar. This project I created was a rhythm game and used the bpm system. However, sometimes notes are created slowly. I think frame drops ...
표창민's user avatar
0 votes
1 answer
51 views

I know the title is a bit difficult to understand so let me explain it better here: I have a class that is inheriting a selection that I've made in a previous window, now that class has a couple of ...
blobmkd's user avatar
  • 13
0 votes
0 answers
60 views

Since the recent update to Chrome version 123, I've been facing an issue with displaying XSL (XSLT) within iframes on my web application. Normally, the XSL content is loaded into an iframe using XSLT ...
Deos's user avatar
  • 55
0 votes
1 answer
343 views

I'm working with Tkinter and using pack to manage Frame. How can I visually make a Frame disappear without deleting it or making it invisible? I want the Frame underneath to fill the space, and later, ...
Benjamin Ecker's user avatar
0 votes
1 answer
103 views

When playtesting (Flappigtrail, v0.1.2), I noticed that the jump height works for 144 FPS but not so much for 60 FPS (the jump height is way lower for 60 FPS). When the player jumps, player_dy becomes ...
Jérémy Ung's user avatar
0 votes
0 answers
620 views

I'm working on an iOS app that supports both iPhone and iPads. I have created the following layout in SwiftUI. struct WelcomeView: View { var body: some View { GeometryReader { geo in ...
cenisuru's user avatar
0 votes
0 answers
58 views

I need to set this CBox (cricle by blue on the image 1) to not max height and good width. But when I use setMaximumSize, which comes with two parameters, the first is width. I set it around 100 to 200,...
Huỳnh Đức Phú's user avatar
0 votes
0 answers
70 views

The design of my application is such that some assemblies can be dynamically loaded at runtime (unknown at compile time). This is a typical 'plug-in' type architecture where I can discover Page-...
user1757226's user avatar
0 votes
2 answers
139 views

I'm trying to put two Labels next to each other but I want one to cover half the window and the other the other half but I've tried everything but nothing happens they just stay in that corner how I ...
ItzChadi's user avatar
0 votes
1 answer
55 views

I have two data frames df1 and df2 containing three columns L, M, and G. df1 <- data.frame(L= c(0, 1,1,2,2,2,3,3,3,3), M= c(0,0,1,0,1,2,0,1,2,3), G= (1:10)) df2<- data.frame(L=c(0,1,2,3,1,2,3,2,...
Milaa's user avatar
  • 419
0 votes
0 answers
32 views

I want to create a analog of shell's tabbar (shell doesn't appropriate for me) with 2 buttons at the end of every page. I created <?xml version="1.0" encoding="utf-8" ?> <...
user avatar
0 votes
1 answer
115 views

I wrote the folliwing class (reading some examples on the web), it works almost perfectly, except for the fact that the widgets placed inside the scrollable Frame (child of Frame) does not expand when ...
Emilio's user avatar
  • 13
0 votes
1 answer
176 views

I'm trying to create a scrollable frame with customtkinter following this guide. The result I'm trying to obtain is a series of frames packed one over the other just like in the linked guide. What I ...
Rodolfo's user avatar
  • 332
0 votes
0 answers
24 views

So in this application, I have the option to create my own burgers but also have 3 commonly ordered burgers that can be selected and added to the order without building them from scratch. At the ...
user avatar
0 votes
1 answer
617 views

I'm developing a crawler program and I want it to have a similar experience to a browser, i.e. I can go back/forward, I'd like to use a Frame control but I'm not sure how to do it, my View is the same,...
CodingNinja's user avatar
1 vote
0 answers
52 views

I was wondering If there would any way to achieve this frame in a simpler way. I was thinking on a SVG that would somehow adjust to the margin and retain in the process the width of the lines. Codepen ...
borjborj's user avatar
0 votes
0 answers
519 views

I'm trying to automate a few testcases but after logging in and navigating to the section the code keeps timing out. I tried recording the steps and get code like this: await page.frameLocator('#...
Bristi's user avatar
  • 3
1 vote
0 answers
171 views

I'm trying to send an Ethernet frame with no / corrupt FCS (to test some custom hardware which has a specific error counter for this). I've found Scapy, which does this very simply. What I want to do ...
mjb296's user avatar
  • 11
0 votes
0 answers
37 views

I try to implement a login form. Until now, I've set the Login-Dialog seperately from the MainWindow: current_user = current_user() login_form = Loginpage(df_benutzer, current_user) form.show() window ...
Stefan Bongers's user avatar
0 votes
1 answer
365 views

Good morning colleagues, I have a view that shows a list of tables, I am using collectionview as a data container, and to give it a better appearance I am using frame in each of the articles, so far ...
Yoandry Castellanos's user avatar
-1 votes
1 answer
192 views

~Details~ I have a file.pdb that contains 10 frames but each frame don’t have same data size(ex. frame1 has 10 atoms, frame2 has 20 atoms….). I need a way to make animation of this file, but VMD ...
Take's user avatar
  • 1
1 vote
0 answers
137 views

I need to know how to access the controls placed within a frame control I placed directly into a worksheet... Per the suggestion of another Q&A site, I added a Frame Control to a worksheet by ...
MrDanSmith's user avatar

1
2 3 4 5
74