Open/Select object call
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2011-10-03
02:17 PM
- last edited on
‎2023-08-02
09:12 PM
by
Doreena Deng
i would like to know if somebody can tell me how to call the dialog to select an object from the libraries(double click from the object icon in the left menu bar) from my API, i mean, the function which call this dialog. Thank you!
Alex
- Labels:
-
Library (GDL)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2011-10-04 11:56 AM
frankito5 wrote:I think you're looking for
i would like to know if somebody can tell me how to call the dialog to select an object from the libraries(double click from the object icon in the left menu bar) from my API
Central Innovation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2011-10-04 01:54 PM
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2011-10-04 01:56 PM
frankito5 wrote:Perhaps
Yes, that's exactly what i want but, there's a way to open the object directly from the windows browser? I show it in the picture. Thank you again!
Central Innovation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2011-10-05 09:29 AM
Ralph wrote:
PerhapsDGGetOpenFile?
Could be, but I have included "DG.h" and "Location.hpp" and the compiler does not recognize 'DGGetOpenFile'.
IO::Location loc1 ("C:/Users/User/Desktop/Objetos Junkers");
DGGetOpenFile(&loc1);
Something wrong?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2011-10-05 12:31 PM
frankito5 wrote:The file you need to include is
Could be, but I have included "DG.h" and "Location.hpp" and the compiler does not recognize 'DGGetOpenFile'.
Central Innovation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2011-10-10 08:51 AM
Ralph wrote:Now, there is no errors with the compiler but, the "normal" open dialog is opened. What i want to open is a library object open dialog, so i can't use
The file you need to include isDGFileDlg.hpp
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2011-10-10 08:36 PM
frankito5 wrote:Can you post a screen grab of the dialog you want to invoke?
the "normal" open dialog is opened. What i want to open is a library object open dialog
Central Innovation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2011-10-11 08:28 AM
Ralph wrote:Sure!frankito5 wrote:
Can you post a screen grab of the dialog you want to invoke?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2011-10-11 10:04 AM
frankito5 wrote:Isn't that a standard 'open' dialog?
Sure!
Central Innovation