Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
60 views

can I make JDialog to be modal using native system window as a parent?

I have a JDialog window. I need to make it modal, but the parent is not Java window, but native Windows OS window. Is it possible?
0
votes
3answers
740 views

Open aspx page as a modal popup

I have a grid with edit option ,and on edit button click i need to redirect to an edit page . the requirement is to get this edit page as a popup with background (prev page) greyed out. i tried modal ...
0
votes
1answer
221 views

Hiding a parent modal popup in VB.NET / ASP / Ajax

I have a modal popup extender on a parent form (called from a child aspx is in an iFrame). I'm able to show it by calling parent.ShowModal(); Which is a javascript function on the parent page that ...
0
votes
2answers
782 views

How to check modality/cardinality on a relationship in Oracle

I am attempting to reverse engineer a Database that is in Oracle. I have been able to find the main keys and the referential integrity rules that correspond to the Foreign Keys but cannot locate where ...
0
votes
1answer
79 views

VIM Modality interface implementation

I've been searching on google and here on SO for any hints or tips and tricks on implementing the vim like modality interface (the command and insert modes) and possible [demo] commands or keystrokes. ...