Modeless dialog box problem while invoking Function app from the code
|
12-21-2019, 02:02 AM
(This post was last modified: 12-21-2019 02:18 AM by DrDarius.)
Post: #3
|
|||
|
|||
RE: Modeless dialog box problem while invoking Function app from the code
I am suspecting this is happening because all dialog box-like objects objects in the Prime code must be derived from the same type of object which happens to be modal; inheritance takes care of replicating this unwanted issue to child objects.
(I am drawing this conclusion based on the snippet of the code posted once by Cyrille--it looked like C++ to me.) Darius |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Modeless dialog box problem while invoking Function app from the code - DrDarius - 12-20-2019, 09:40 PM
RE: Modeless dialog box problem while invoking Function app from the code - Jacob Wall - 12-21-2019, 12:56 AM
RE: Modeless dialog box problem while invoking Function app from the code - DrDarius - 12-21-2019 02:02 AM
|
User(s) browsing this thread: 2 Guest(s)