SaveDialog
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2008-04-15
04:29 PM
- last edited on
‎2023-08-04
04:38 PM
by
Doreena Deng
‎2008-04-15
04:29 PM
If I would like to use an FileSaveDialog window like APIIo_SaveLibPartFileDialogID what is the policy? Is there any posibility to change this kind of dialog.
Labels:
- Labels:
-
Add-On (C++)
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2008-04-16 12:07 AM
‎2008-04-16
12:07 AM
Andor wrote:Perhaps you're looking for 'DGGetSaveFile'? You can specify the file type, but not much more.
If I would like to use an FileSaveDialog window like APIIo_SaveLibPartFileDialogID what is the policy? Is there any posibility to change this kind of dialog.
Ralph Wessel BArch
Central Innovation
Central Innovation
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2008-04-16 10:19 AM
‎2008-04-16
10:19 AM
DGGetSaveFile???
This word doesn't figure in the entire apidev kit documentation.
This word doesn't figure in the entire apidev kit documentation.
You can specify the file type, but not much more.That is what I needed. For me APIIo_SaveLibPartFileDialogID is perfect if I can change the filetype what figure in the textbox, from .gsm to something else.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2008-04-16 04:52 PM
‎2008-04-16
04:52 PM
Andor wrote:That's right - it's not documented, but exists in the API headers (see DGFileDlg.hpp). I've used it several time without problems. The meaning of the function parameters can be deduced from their name and type.
DGGetSaveFile??? This word doesn't figure in the entire apidev kit documentation.
Ralph Wessel BArch
Central Innovation
Central Innovation
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2008-04-17 04:59 PM
‎2008-04-17
04:59 PM
Yes. You have right. It's works fine. THX a lot.
Hmmm..
I have an very interesting problem. I develop an addon (I can't get my developer ID for now) so I test my addon in demo mode. My problem is that every time works fine, but on other workstation the same version archicad can not load my addon. ("The file is an outdated Add-On that cannot be used with this ArchiCAD version.")
Do you have any experience with this error?
Hmmm..
I have an very interesting problem. I develop an addon (I can't get my developer ID for now) so I test my addon in demo mode. My problem is that every time works fine, but on other workstation the same version archicad can not load my addon. ("The file is an outdated Add-On that cannot be used with this ArchiCAD version.")
Do you have any experience with this error?
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2008-04-18 03:47 AM
‎2008-04-18
03:47 AM
Where you running the other workstations in demo mode?
also... did you do a 'release' build of the add on and not a 'debug' release?
also... did you do a 'release' build of the add on and not a 'debug' release?
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎2008-04-18 10:06 AM
‎2008-04-18
10:06 AM
Yes. I try to use my addon just in demo mode, because I get get my developer id and for that my addon runs just in demo mode.
My addon at my workstation works fine. The debug version and the release version too. But an other workstation, the archicad doesn't load my addon.
it doesn't matter that is an debug version or a release.
My addon at my workstation works fine. The debug version and the release version too. But an other workstation, the archicad doesn't load my addon.
it doesn't matter that is an debug version or a release.