Tagged Questions
The modeless tag has no wiki summary.
10
votes
4answers
586 views
Why is a modal/modeless dialog called modal/modeless?
I always have trouble remembering whether the modal or modeless dialog is the one blocking operations in other parts of the application.
Does anyone know why they are called that way?
4
votes
7answers
2k views
Create a Modeless Messagebox
How might one go about creating a Modeless MessageBox? Do I have to just create my own Windows Form class and use that? If so, is there an easy way of adding a warning icon (rather than inserting my ...
3
votes
3answers
1k views
Is it better to show ProgressBar UserForms in VBA as modal or modeless?
Is it better to show ProgressBar UserForms in VBA as modal or modeless? What are the best practices for developing progress indicators in VBA?
Modeless UserForms require the use of ...
3
votes
1answer
818 views
Always-in-front dialogs
Is there a way to create a modeless dialog box in C++ MFC which always stays on top of the other windows in the application? I'm thinking sort of like the Find dialog in Visual Studio 2005 - where it ...
2
votes
0answers
122 views
Modeless Child WPF Window to a native MFC MDI Application
I have an MFC MDI application and I am trying to add a new dialog to it. I want this dialog to be in WPF (a Window basically rather than a dialog). This window should be modeless and a child to the ...
2
votes
1answer
211 views
WPF modeless dialog renders textbox uneditable
A WPF form that I launch from a WinForms window shows up with all textboxes as uneditable when it's launched as a modeless dialog. It works well when it's a modal window. I'm still able to type spaces ...
2
votes
2answers
2k views
timed modeless dialog
Is there any way to show a modeless dialog--a dialog that allows the user to interact with whatever was on the screen before the dialog but also allows the user to interact with the dialog if pressed?
...
2
votes
3answers
724 views
Where do I control the behavior of the “X” close button in the upper right of a winform?
I'm venturing into making my VB.NET application a little better to use by making some of the forms modeless.
I think I've figured out how to use dlg.Show() and dlg.Hide() instead of calling ...
2
votes
4answers
3k views
How can I show a modeless dialog and display information in it immediately?
I want to show a modeless dialog on the screen and display some information in it.
However if I use it the following way, it has some problems:
function()
{
showdialog(XXX).
//heavy work.
update the ...
1
vote
0answers
61 views
Why does the taskbar appear when modeless dialog displayed on top of 3rd party fullscreen app?
I've uploaded a VS2010 project at the below location. This test app should be run once you have a full screen application running. As soon as its running, you have 2 seconds to click back on your ...
1
vote
2answers
86 views
How to prevent non modal windows on a new STA thread from closing
I want to open some non model windows (WPF) but at the point that this has to happen I am on a non STA thread. So I start a new thread and open them on there. But as soon as the are opened they close ...
1
vote
3answers
600 views
Modeless JDialog not showing contents
(Java SE 6)
I'm trying to create a pop-up dialog that displays a "please wait" message while my program does some time-intensive work. To do this, I've chosen to use a modeless JDialog, so that the ...
1
vote
0answers
417 views
Android Modeless Popupwindow
I can't seem to create a modeless popupwindow in Android. I can create a popupwindow just fine, and it will receive events. However, what I need is for it to receive its events, and if the user clicks ...
1
vote
1answer
152 views
Win32: Toolbar dialog seems to never get focus and causes the main window to process slow?
I'm writing an application following this tutorial. I'm aware that this tutorial dates, and as such, I have adapted the code to take into consideration the unicode.
I have a main window which looks ...
1
vote
1answer
404 views
Modeless dialog in ExtJs
I want to implement modeless dialog boxes in ExtJS.
For exapmle, the new pop-up window/panel should not leave the originating screen as inactive. Both should be accessible at the same time.
How do ...
1
vote
0answers
96 views
Modal Windows Forms in Office
I have a modal Windows form created in VB.NET that I am using for a PowerPoint add-in (this issue would also apply to an Excel add-in, I suspect). The form lets the user select shapes on the current ...
1
vote
2answers
814 views
Is there a way to auto-hide a always-on-top modeless dialog when the parent opens a modal dialog?
My C# Winforms app has an always-on-top modeless find dialog. Since the user has access to the parent window while the modeless find dialog is open they can choose to open a modal dialog as well. ...
1
vote
3answers
330 views
What does “singleton modeless” mean?
I know what a singleton is, but while walking through a web-app, my co-worker said "singleton-modeless". What does he mean by this?
0
votes
2answers
31 views
MFC modeless dialog close immediately
I like to write a modeless dialog based app, but I have a problem. When the program starts, the window close immediately.
The same code works fine when I make a modal dialog. (DoModal())
...
0
votes
0answers
54 views
PreTranslateMessage in modeless dialog
I have a modeless dialog derived from CControlBar (base class of CStatusBar, CToolBar, CDialogBar, CReBar, and COleResizeBar). When I perform an action in this dialog the pretranslatemessage of my ...
0
votes
0answers
28 views
How can I make this Modeless dialog modal?
We currently have a modeless dialog. I was asked to make it modal. Here's the code:
CWnd* pWnd = ::AfxGetMainWnd();
if (myPath->CachedTool() && ...
0
votes
1answer
47 views
Missing WM_LBUTTONDOWN
I have a very weird behaviour in a screen with a modeless dialog and I cannot find a solution.
I open a modeless dialog by clicking on a button in a view. As the dialog is not modal I should be able ...
0
votes
1answer
93 views
C# Windows forms cascading windows
I currently have a menu button that allows users to open a new dialog which I would like to be placed directly to the right of the main form. The user can open as many of these dialogs as they would ...
0
votes
1answer
48 views
Why does the task bar appear when I display a self-drawn modeless dialog? .. sometimes?
I have an interesting (but frustraring) problem. I have an application which uses the full screen (this is meant to simulate a third-party fullscreen POS application).
My application displays a ...
0
votes
2answers
80 views
Modeless dialogs and accelerators
I want to perform some action when the user presses CTRL+S inside a modeless dialog.
Accelerators would be perfect for this, except that I don't have control over the thread's message loop (think ...
0
votes
1answer
246 views
Is there any modeless dialog in android, like what google maps shows when touched?
I want a widget that can interact with user, but will not block the activity ,just like google maps does when some place in the screen is touched.
Did any body know how to implement it?
I already know ...
0
votes
2answers
263 views
MFC App with main window as modeless dialog
I am developing an MFC application and exporting it into dll. The application has only one window, and I want that window modeless. Inside InitInstance(), if I want it to be modal, I only need to do ...
0
votes
0answers
79 views
WPF modeless UserControl
I have a user control class UT_HelpCenter:
public partial class UT_HelpCenter : UserControl
{
public UT_HelpCenter()
{
this.InitializeComponent();
}
I made its instance helpCenter ...
0
votes
0answers
85 views
dialog box with a richedit text box prevents whole program from updating
I have a simple application with a modeless dialog box that contains a richedit text box. The program has a timer and every so many ms sends a string to the dialog text box. Normally the line is ...
0
votes
1answer
202 views
How to destroy a modeless dialog when it loses the focus?
I have a created modeless dialog and placed a grid on top of this dialog(Grid completely overlaps on dialog).This will be shown when user clicks F2.Now when user clicks left mouse button outside the ...
0
votes
2answers
357 views
MFC modeless and modal dialog
I have an application with tray icon. There is a hidden main window (CMainFrm), which is used to process tray icon messages. The tray icon has a context menu: Settings, Help, Exit commands.
When user ...
0
votes
1answer
134 views
Show vs ShowDialog. Can Dialogs be hidden by the user?
In Windows Mobile, if I do a call to Show rather than ShowDialog I will get a modeless dialog box.
If that modeless dialog fills the whole screen, is there a way to switch out to a different ...
0
votes
2answers
1k views
How to Change an MFC Modeless Dialog to be the child of a CView in an MDI application?
I have an MFC application that is a Doc/View/Frame implementation. One dialog is running as a modeless dialog which pops up on demand (from a menu option). I'm looking to add the modeless dialog to ...
0
votes
3answers
667 views
How to correctly pop a modeless dialog from console using MFC
I need to create a console application that has a main() function and pop a modeless dialog, so the console can still work in parallel to the modeless dialog (do other work, like communicating with ...
0
votes
2answers
354 views
Form usable even when a modal dialog is above
I have a Dialog A and I want it to load a second dialog B which is modeless and stays along side A throughout. Dialog A may then launch a modal dialog C. But when C is present I want B to be usable. I ...
0
votes
3answers
282 views
0
votes
1answer
601 views
How to call IsDialogMessage in a Modal Dialog
In my Win32 app, I had a modal dialog that displays settings that I had to add more settings to. In order to fit the new settings, I dropped a TabCtrl in the dialog and implemented two modeless ...