No announcements
Found 2900463 threads
-
0 Votes
UI guidance for displaying a popup for user to enter data items
For example in XAML you could use a child of the main content and in HTML you could display a DIV with the fields.Answered | 1 Replies | 3501 Views | Created by Lisa19 - Saturday, June 30, 2012 1:40 AM | Last reply by Jeff Sanders - Friday, July 6, 2012 11:42 AM -
0 Votes
Check menu item of Windows::UI::Popups::PopupMenu
http://msdn.microsoft.com/en-US/library/windows/apps/hh465308 But we can use a user control inside a Popup class, we can add it as the child of ...Answered | 2 Replies | 1825 Views | Created by Leonard - Thursday, April 4, 2013 9:04 AM | Last reply by Leonard - Tuesday, April 9, 2013 8:22 AM -
0 Votes
Task item view form - Related item in popup
Hi, As there is no such OOTB settings can open the “related item” in a popup, a workaround is that, you can apply some custom JavaScript into the ...Answered | 1 Replies | 908 Views | Created by Anandhan Sathyanarayanan - Friday, August 21, 2015 7:02 AM | Last reply by Patrick_Liang - Monday, August 24, 2015 7:33 AM -
0 Votes
how to display popup in a workflow?
Ex:- Suppose i want to accept some data from user after the WF is started. cant i give the user something like an initiation form to enter ...Answered | 4 Replies | 5207 Views | Created by Nachiket Kamat - Monday, August 8, 2011 5:14 AM | Last reply by malikfarhan - Tuesday, August 9, 2011 8:37 AM -
0 Votes
wpf listbox item popup
There is a Popup element that you can put any UIElement you want in, including panels such as for example Grids and DockPanels: <Popup ...Answered | 3 Replies | 2595 Views | Created by ORRNY66 - Monday, June 13, 2016 8:17 PM | Last reply by Magnus (MM8) - Tuesday, June 14, 2016 5:42 PM -
0 Votes
Display WPF popup in WinForm
If you have long running File IO it would be better to do that in a worker thread, a thread pool, or an Async delegate rather then on the WPF UI thread.Answered | 1 Replies | 4190 Views | Created by newMTbie - Friday, April 10, 2009 5:56 PM | Last reply by Elliott Clark -- MSFT - Friday, April 10, 2009 8:23 PM -
0 Votes
How to display Events List's Item in Jquery Popup
Answered | 1 Replies | 1522 Views | Created by NirajZ - Friday, October 4, 2013 11:50 AM | Last reply by Dennis Guo - Monday, October 7, 2013 2:09 AM -
0 Votes
[UWP] AAD Authentication Login UI not displaying cached users list on login popup
When I open the app the AAD login popup opens and it prompts users to enter email and password.Answered | 1 Replies | 858 Views | Created by Narendra Macha - Wednesday, September 23, 2015 7:28 AM | Last reply by Franklin Chen - Thursday, September 24, 2015 5:22 AM -
1 Votes
Custom list 2013 user have access to only data that they entered
Hi wendy, In SharePoint permissions, "Override List Behaviors" permission can discard or check in a document which is checked out to another user, and ...Answered | 1 Replies | 1037 Views | Created by wendy elizabeth - Thursday, February 5, 2015 10:07 PM | Last reply by Eric Tao - Friday, February 6, 2015 9:57 AM -
0 Votes
Display Users Specific Frequently used Item
If item type is Item, it only can record the data in list level.Answered | 2 Replies | 815 Views | Created by KhushiSShaikh - Friday, October 16, 2015 9:43 PM | Last reply by Linda ZL - Tuesday, October 20, 2015 2:11 AM -
0 Votes
Unabe to get gridview reference from user control on a popup
I've added my Add button in the app bar and have a popup to capture the data values.Answered | 16 Replies | 4188 Views | Created by Lisa19 - Friday, June 22, 2012 10:05 AM | Last reply by Lisa19 - Monday, July 2, 2012 4:05 AM -
0 Votes
Want a textbox to display abbreviations instead of data that was entered
if a user enters the program name "Association for Parents of Handicapped >Children" into the intake data form, and then later views the data ...Answered | 5 Replies | 6541 Views | Created by Twinmms - Friday, June 25, 2010 5:36 PM | Last reply by NadiaSz - Monday, June 28, 2010 3:07 PM -
0 Votes
how to keep users from entering data into textbox
how do i keep my users from entering data into textbox.i have a textbox where i display my date and i dont want those values to be changed or ...Answered | 3 Replies | 1954 Views | Created by tendaimare - Thursday, September 15, 2011 6:41 AM | Last reply by Thorsten Gudera - Thursday, September 15, 2011 7:41 AM -
0 Votes
Guidance for single user database
I'm trying to create a single user/single computer DB application and I'm looking for some tutorials or guidance on how to set up VS 2008 SP1.Answered | 4 Replies | 4199 Views | Created by PVSyemya - Tuesday, July 20, 2010 4:23 PM | Last reply by PVSyemya - Thursday, July 22, 2010 9:27 AM -
0 Votes
No popup menu in Metro UI
In the Metro UI , using a mouse to move the cursor to the bottom-left corner, a popup menu will appear.Answered | 3 Replies | 3119 Views | Created by Alfredo Uen - Wednesday, September 28, 2011 5:23 AM | Last reply by Steven - Support Engineer - Saturday, November 5, 2011 2:47 AM -
0 Votes
Application Data Guidance
It shouldn't be removed otherwise, but since the user may uninstall the app at any time care should be taken in storing valuable data there.Answered | 2 Replies | 2060 Views | Created by Steve Pietrek - Friday, June 15, 2012 12:35 PM | Last reply by Steve Pietrek - Wednesday, June 20, 2012 2:00 PM -
3 Votes
Data Entry Form for multiple users to enter information to private database...
Then create a SharePoint Designer 2010 workflow and include a impersonation step to break security and grant item level security to item creator, run the workflow on item ...Answered | 4 Replies | 2705 Views | Created by mssejones - Wednesday, November 18, 2015 7:44 AM | Last reply by Sudip Misra - Thursday, November 19, 2015 2:13 PM -
0 Votes
Access 97 select query that needs to return previously entered data otherwise the user should be able to enter fresh data
If a field is calculated (populated by a formula), the user cannot enter anything in it.Answered | 1 Replies | 790 Views | Created by Meyko - Sunday, December 22, 2013 8:56 PM | Last reply by Hans Vogelaar MVP - Sunday, December 22, 2013 9:12 PM -
1 Votes
Displaying the popup menu in desired position using c# ?
hello raj you have option to use horizontal and vertical offset of popup.Answered | 3 Replies | 1759 Views | Created by raj-win - Monday, April 29, 2013 6:59 PM | Last reply by Atul P Gaikwad - Tuesday, April 30, 2013 12:52 PM -
0 Votes
Displaying tips for combobox list items
I have instead resolved it by using a popup form where the user can just click on the description that best suits their need.Answered | 4 Replies | 2199 Views | Created by RedGalaxy - Thursday, November 24, 2011 12:55 PM | Last reply by RedGalaxy - Sunday, November 27, 2011 8:12 AM - Items 1 to 20 of 2900463 Next ›
No announcements