Questions tagged [minimize]

To minimize is to replace one object with another object that can restore the original when selected.

In a graphical interface, to minimize is to replace one object with another, less obtrusive object that can restore the original when selected. The original object is often a window; the minimized form is often an iconic button located in a system dock, tray or task bar.

849 questions
-1
votes
1 answer

Delphi XE2: minimized application restoring by opening a file in Windows

The problem is: How to hide additional form when application minimizes because after application restores, additional form can't be closed. Attached code shows the behavior. First I open additional form by pressing button. It has set Form Style set…
Dohn Joe
  • 11
  • 2
-1
votes
1 answer

Reducing the amount of imported libraries in Python

I am using the Button, Entry, Label element, as well as using winfo_screenwidth(), winfo_screenwidth(), and the geometry() function for my main window. On the Entry elements I am only using the get() and delete() functions. from Tkinter import * def…
spelgubbe
  • 56
  • 4
-1
votes
1 answer

UWP media element minimize pause

When I minimize my media control app, it pauses the song/video. How do i override this default function so that it keeps on playing? Like in case of audio material it should keep on playing. Thanks in advance. and i haven't tried anything already…
Muhammad Touseef
  • 4,357
  • 4
  • 31
  • 75
-1
votes
3 answers

How do I save the state of my application on minimize?

I am using Android Studio / java. I have some custom variables that I need to save when my application is minimized. I have attempted to make a Bundle, that can be saved though onSaveInstanceState(), which seems to work. The issue is retrieving it…
-1
votes
1 answer

minimize function under constraints

I am looking for a R solver to minimize a function f(x) under the constraint Ax <= B and x >= 0 where A is a matrix, and x and B are vectors. Do you know one please ? Thank you !
Nik
  • 1
  • 1
-1
votes
1 answer

scipy.minimize error : setting an array element with a sequence

I want to estimate parameters 'k,ru,sigma' that maximumize the function 'func' ('ru' means r upperba) The'func'formula is compex, so I want to upload the image to show this fomula, but i have no enough reputation. import numpy as…
hyunsu
  • 1
  • 2
-1
votes
1 answer

how can url masking in codeigniter?

my url www.xyz.com/as/as/as/as but .com after all controllers and method hide or minimize to how and use in codeigniter. how can url masking my url www.abc.com/as/a/s but show only www.abc.com only. how can solve this error in codeigniter
-1
votes
1 answer

.Net WinForms - Remove Close, Resize and Minimize Button

My application layout is defined with a top menu and a content area below. In the content area I use to load the action form in a panel by adding them as a control. First question is: is it ok as approach? Second question: Now the forms are loaded…
DarioN1
  • 2,460
  • 7
  • 32
  • 67
-1
votes
1 answer

Android Game Crashes if you "minimize" it

i have a Problem with my game app: It crashes if you minimize it... e.g. if you press the home button or click on ads. Here is the Log: >threadid=19: thread exiting with uncaught exception (group=0x417f2da0) 08-26 23:42:38.207 17397 17478 E…
lolxdfly
  • 381
  • 1
  • 3
  • 13
-1
votes
1 answer

How to hide console window?

csharp isn't my native language but I'm trying to understand how to alter my csharp code so that the console window doesn't appear when I run the executable. The code i'm using is: using System; using System.Runtime.InteropServices; using…
Phoenix
  • 4,386
  • 10
  • 40
  • 55
-1
votes
1 answer

Minimize/maximize parent JFrame

Im making a quiz application. And when a team pushed their button, they aren't allowed to still see the question or see the video/audio piece. This kind of information is displayed in the quizview ( this is a jpanel ) added to a parent JFrame. What…
user3485470
  • 121
  • 5
  • 11
-1
votes
1 answer

What jQuery plugin will do this Wordpress-like effect?

I'm wondering if anyone knows what jQuery plugin can do the effects WordPress has for its heading boxes. That is, when you first login you have boxes like "Right Now", "Quick Press", etc. When you hover over the heading, an arrow appears and you can…
Alexander
  • 1
  • 1
-1
votes
1 answer

application crashes when I minimize and return to the application the screen turns black

My application crashes when I minimize, turn off the 3G and return to the application. This application captures XML information from internet(SAX Parser) then by pressing the home button, turn off the 3G and returning to the app looks in…
edwin rojas
  • 139
  • 2
  • 9
-2
votes
1 answer

find a combination which has the minimum value of standard deviation

110 choose 108 is so fast, but 522 choose 108 waste time to do so. Any Help? from itertools import combinations import numpy as np import pandas as pd import matplotlib.pyplot as plt #read df df = pd.read_csv('capacity.csv', header=None) #plot…
-2
votes
1 answer

machine learning and optimizing scipy

I have coding machine learning and for optimizing my cost function i used scipy.optimize.minimum for it and scipy doesn't return right answer.so what should i do? code: data1 = pd.read_csv('ex2data1.txt', header = None, names = ['exam1','exam2',…
Hamed Fathi
  • 65
  • 3
  • 11
1 2 3
56
57