I have several dialogs in the application. I want to pop up help related box when user clicks on the help button next to Main Heading.
The help box is activated by selecting the small blue icon next to the heading. When the help box appears it has the information that is required to understand the entry related to the dialog.
This help box automatically disappears when user clicks any where other then the help box.
Please help!!
If you're using a Popup object, this should solve the problem:
http://www.designerwpf.com/2007/12/11/getting-the-popup-to-close-when-it-loses-focus/
Related
I am working on a stepper and I am using the code from https://codesandbox.io/s/dazzling-beaver-45ky0?file=/src/CustomStepper.js
Over here the progress between two steps is on click of next button, I want to show it on the basis of form fields filled.
Secondly, I want to save the progress of user in json file, so that when the user log in again, he must resume from where he left. I an unable to know how to do this.
I am new to react.
Any help is appreciated. Thanks in advance.
I cannot find an example on how to make a ionic card clickable. The behaviour I want to implement is to be able to click on each card my app has (and has lots of them) and get a modal view open with more detailed information referring to the card contents.
I would prefer some kind of semi-transparent modal with a close button than a full screen one, but I cannot find a satisfactory method to do so also.
Can you please, post me some code to get some insight on how to do this?.
Thanks in advance,
Jose
Question 1:
How do I suppress Cancel button click event of Save As dialog box to make sure that my users click save button only?
Question 2:
How do I prevent users from creating New folder while Save As dialog box is open?
Question 3:
How do I prevent users from changing the current folders path while Save As dialog box is open?
Your help is much appreciated in advance
Kindest Regards
Lucky Khoza
You will need to use Windows Hooks and trap the messages sent to the dialog box and take appropriate action. EasyHook can help you in developing the hook.
The following article can also help you
I am using UI Bootstrap for just datepicker control.
By default when we mouse hover inside textbox, it shows up 3 images (close button, up down spinner, button)
I want to remove the first 2 images and change the last one to some other image.
I went through jS code but could not find any code for that.
Anyone who has similar requirement or knows about the code, please help.
Thanks in advance.
I'm developing an application with sencha touch and phonegap, and I have been created a component extending TextField class. It works this way:
The user taps the field
The application open a modal with a calendar inside it
The user taps the number representing the day he wants to choose
The modal closes and set his value on the textfield.
I wanna know if is there a way to when the user taps the TextField, the keyboard don't appear.
Thanks.
PS: Sorry my bad english, I wish you could understand ^^
I have been solved my problem just adding readOnly: true on my textfield.
Thanks for everyone who tried to solve it.