November 14, 2015, 5:29 pm
Author:
David Bearss
Posted: Sun Nov 15, 2015 2:29 am (GMT+1)
Am again working with some older projects and this migration process continues to fail for me.
I open a v11 project with v15 and migrate and then load old migration library 11 from old migration library directory in Archicad 15 directory. Update and re-load but when opening with v18 all windows, doors and objects are still missing and v11. Obviously missing something.
_________________
David Bearss
Archicad 18/W8.1
i7 2.4 GHz / 8 GB ram
↧
November 14, 2015, 5:41 pm
Author:
David Bearss
Posted: Sun Nov 15, 2015 2:41 am (GMT+1)
So fiddling a bit more. Migrated from 11 to 15 and works fine. Opened with 18 and skipped library migration and all is well. A couple of custom parts missing but not to worry. Why the continual problem with library migration from either v11 or v15 to v18.
_________________
David Bearss
Archicad 18/W8.1
i7 2.4 GHz / 8 GB ram
↧
↧
November 15, 2015, 11:30 am
Author:
laszlonagy
Posted: Sun Nov 15, 2015 8:30 pm (GMT+1)
Sorry, I don't know what could be the problem.
Try to reread this thread and do it again. It should work without error messages or incorrect 2D/3D.
_________________
Laszlo Nagy, Moderator, Site Admin
ASUS G73SW, i7-2630QM 16 GB RAM
17.3" (1920x1080), NVidia GTX 460M 1.5 GB RAM
60 GB SSD, 750 GB HDD, Win7-64 ENG
AC13-AC19 (64-bit, latest build)
Loving ArchiCAD since 1995
↧
November 15, 2015, 5:39 pm
Author:
Barry Kelly
Posted: Mon Nov 16, 2015 2:39 am (GMT+1)
I am no expert on this as I don't use the default Graphisoft libraries.
But if you are migrating from 11 to 15 don't you have to load the migration libraries for 11, 12, 13, 14 and the main 15 library all at the same time?
So the 11 objects migrate to 12 if need be, 12 to 13, etc.
Or are the migration libraries that come with 15 set to migrate directly from 11 to 15?
Barry.
_________________
Versions 6.5 to 18 (build 3006)
Dell Precision T3600 - Xeon ES-1620 0 at 3.6Ghz, 16GB ram, ATI FirePro W7000 (4GB), Windows 7 (64 bit)
Dell Precision M6800 - i7 4700MQ @ 2.40GHz, 16GB RAM, AMD FirePro M6100 (2GB), Windows 7 64bit
↧
November 15, 2015, 5:51 pm
Author:
Bruce
Posted: Mon Nov 16, 2015 2:51 am (GMT+1)
Is there a way to use the Name portion of a parameter in the UI_OUTFIELD command, instead of repeating it in quotes?
E.g. say I have a parameter 'p_something' with the name / description "Something"
Now when I use the UI_OUTFIELD command, I need to type 'UI_OUTFIELD "Something", x, y,...'
Can I do something like 'UI_OUTFIELD' NAME(p_something), x, y,...' ?
Cheers
_________________
Bruce Walker
Cottee Parker
www.cotteeparker.com.au
↧
↧
November 15, 2015, 6:00 pm
Author:
Barry Kelly
Posted: Mon Nov 16, 2015 3:00 am (GMT+1)
Sure just use ...
Code: |
UI_OUTFIELD p_something |
This will give you the current value of that parameter but as fixed outfield text.
Barry.
_________________
Versions 6.5 to 18 (build 3006)
Dell Precision T3600 - Xeon ES-1620 0 at 3.6Ghz, 16GB ram, ATI FirePro W7000 (4GB), Windows 7 (64 bit)
Dell Precision M6800 - i7 4700MQ @ 2.40GHz, 16GB RAM, AMD FirePro M6100 (2GB), Windows 7 64bit
↧
November 15, 2015, 6:38 pm
Author:
Bruce
Posted: Mon Nov 16, 2015 3:38 am (GMT+1)
Thanks Barry.
I had already figured this one out - but that's not what I'm after. I'm after the "Name" part of the parameter, not the Value.
E.g. if the parameter was 'A', I would want to display "Dimension 1"
_________________
Bruce Walker
Cottee Parker
www.cotteeparker.com.au
↧
November 15, 2015, 9:05 pm
Author:
SL_GDL
Posted: Mon Nov 16, 2015 6:05 am (GMT+1)
No, you can not. Possible additional text for the parameter type Boolean. Eg. So.
Code: |
UI_INFIELD {3} ALL_txt, 10, 10, 100, 14, 7, "", 2, 1, !!! or type 5 0, 0, 0, 0, 1, "Text_1" 0, 2, "Text_2" 1 |
Or it is necessary to use arrays of values for the text part.
Code: |
DIM stTEXTP []! Different text depending on the parameter Progr IF Progr = "ArchiCAD" THEN stTEXTP [1]= "Text_1"
ELSE stTEXTP [1]= "Text_2"
ENDIF UI_OUTFIELD stTEXTP [1], 10, 30, 111, 14
|
All the same you need to copy (Ctrl + C) the text part of parameter.
_________________
Intel Core i7-2600 3.4GHz; RAM: 8 GB
http://sl-gdl.com
↧
November 15, 2015, 9:32 pm
Author:
Bruce
Posted: Mon Nov 16, 2015 6:32 am (GMT+1)
Yeah, I thought so. Thanks all the same.
_________________
Bruce Walker
Cottee Parker
www.cotteeparker.com.au
↧
↧
November 16, 2015, 9:19 am
Author:
Da3dalus
Posted: Mon Nov 16, 2015 6:19 pm (GMT+1)
I would like to revisit this thread to see if anyone has mastered this workflow. This question is, how can we set up "cloned" apartments in a large building, using Hotlink Modules, such that the embedded Zones and related Doors are uniquely numbered in the host building?
Previous to now, when we created multiple instances of a Module, the Zone had to be inserted separately in the Host file, and was left out of the Source. This can be a time consuming management task where hundreds of units are present.
The ability to give each Hotlink Module instance a Master ID was created in ArchiCAD 17; however, it seems there was no way to access the information, so it was generally useless. ArchiCAD 18 got closer, but it seems that 19 finally has Zone Stamps that are ID-aware. The new nomenclature of Full vs. Compact Element ID certainly helps clarify the function. However, it's only usable when programmed into the GDL; I don't think theres any way to access the ID with Autotext.
Part of the problem is that this workflow only changes the Element ID, NOT the Zone Number (Room Number), which is what the Door Marker references to auto-number Doors. To the best of my knowledge, there is no way to make the Zone Number = Zone Element ID. Without using some custom Zone Stamps and Door Markers, it doesn't work.
So, has anyone been able to manipulate this system so that the Zones exist in each Module Source, and are automatically numbered using the Master ID? I'd be interested to hear how you made it work, and what Graphisoft could do in the future to make it easier.
_________________
Chuck Kottka
Architect
Phoenix, Arizona, USA
ArchiCAD 19 (since 4.5)
Mobile: Macbook Pro 15" Retina OSX 10.10.4 Core i7 2.5GHz/16GB RAM/Intel Iris Pro 1536MB
Home: Mac Pro OSX 10.9.5 Dual-Quad 2.8GHz/8GB RAM/512MB nVidia GeForce 8800GT
↧
November 16, 2015, 9:39 am
Author:
David Bearss
Posted: Mon Nov 16, 2015 6:39 pm (GMT+1)
11 to 15 the libraries do load when I migrate. 11 to 18 or 15 to 18 is the problem.
_________________
David Bearss
Archicad 18/W8.1
i7 2.4 GHz / 8 GB ram
↧
November 17, 2015, 2:50 am
Author:
hellaghood88
Posted: Tue Nov 17, 2015 11:50 am (GMT+1)
I have tried to remove wall lines that show in the door opening, can anyone help me?
↧
November 17, 2015, 12:56 pm
Author:
Rlcosta
Posted: Tue Nov 17, 2015 9:56 pm (GMT+1)
The door dialogue menu allows you to turn wall contours off.
_________________
Robert Costa
South House Pty Ltd
--------------------------------------------------------
Archicad 19 AUS for mac...always the latest build
on OS X 10.9.5
↧
↧
November 17, 2015, 3:44 pm
Author:
vgodzb
Posted: Wed Nov 18, 2015 12:44 am (GMT+1)
I am a limited beginner at GDL but I am trying to make a part that would do the same thing as the LG Zone stamp for AC19 and wanted to know if it was even possible to do that with the ongoing GDL changes?
I was trying to use this code:
REQUEST ("Zone_relations", "", category, code, name, number)
but the GDL changes guide states the following:
Requests deprecated in the parameter script
-In v19, they will result in a warning if used in the parameter script.
-In v20, if these are still used in the parameter script, their result will always be 0 (or an empty string).
_________________
ArchiCAD 19 (build 4011) <--- ArchiCAD 9
iMAC OS 10.10.4 - 3.4 GHz Intel Core i7 - 16GB 1600 MHz DDR3
↧
November 17, 2015, 4:16 pm
Author:
Barry Kelly
Posted: Wed Nov 18, 2015 1:16 am (GMT+1)
As far as I can see by looking at the list this 'zone_relations' request is not affected.
http://gdl.graphisoft.com/gdl-docs/changes-in-ac19/
Barry.
_________________
Versions 6.5 to 18 (build 3006)
Dell Precision T3600 - Xeon ES-1620 0 at 3.6Ghz, 16GB ram, ATI FirePro W7000 (4GB), Windows 7 (64 bit)
Dell Precision M6800 - i7 4700MQ @ 2.40GHz, 16GB RAM, AMD FirePro M6100 (2GB), Windows 7 64bit
↧
November 18, 2015, 2:08 am
Author:
TurboGlider
Posted: Wed Nov 18, 2015 11:08 am (GMT+1)
Hi!
How do I tell a GDL object to get a SOLID face when it's cutted to another objects with SEO? My objects won't get any polygonface, it's an empty hole there it was cutted.
Regards
Tobias
_________________
Tobias Gustafsson, Sweden
Windows 8 Pro 64-bit [SWE] - AC 13-18 [SWE] (since 6.5) - Cinema 4d Visualize R16 - Maxwell Render 3.1
↧
November 18, 2015, 2:14 am
Author:
JustAStudent
Posted: Wed Nov 18, 2015 11:14 am (GMT+1)
So, um hi.
I got this problem where I downloaded a shelf ("Tall cabinet 1 fixed and 4 adjustable shelves without door 2100x600x400"), which I found by simply typing "shelf" to the search bar in the Object window.
Even after enabling Custom size, the shelf won't go beyond 300/800 in Dimension 1, 300/600 in D2 or 1800/2400 in D3. It always jumps to those values no matter what I type on the fields. ![Sad]()
Is there a way to customise the values, or do I have to download another elsewhere and hope for the best?
Thank you!
↧
↧
November 18, 2015, 2:18 am
Author:
TurboGlider
Posted: Wed Nov 18, 2015 11:18 am (GMT+1)
Problem solved, the GDL objects was correct, there was an material-settings that was 'corrupted' and pointing to glass-material.. ![Embarassed]()
_________________
Tobias Gustafsson, Sweden
Windows 8 Pro 64-bit [SWE] - AC 13-18 [SWE] (since 6.5) - Cinema 4d Visualize R16 - Maxwell Render 3.1
↧
November 18, 2015, 5:01 am
Author:
KatalinBorszeki
Posted: Wed Nov 18, 2015 2:01 pm (GMT+1)
Dear Oleg
In 3D, there are no stories, so there´
s no way to determine a Current Story. In the past, this Global worked in the 3D script, but it was unreliable (since there´
s no clear definition for Current story in 3D), so We´
ve decided to make this unavailable in the 3D script.
To avoid compatibility issues though, we haven´
t removed it completely yet, so now it returns a well defined value: the Home Story.
You can find this information on the following webpage as well:
http://gdl.graphisoft.com/gdl-docs/gdl-guide/chapter-12-miscellaneous/request-options/
"…
Should be used on floorpan only, as "
current story"
is not defined in other view types…"
Best, Kata
_________________
Katalin Borszeki
Implementation Specialist
GRAPHISOFT
http://helpcenter.graphisoft.com - the ArchiCAD knowledge base
↧
November 18, 2015, 8:40 am
Author:
Piotr Dobrowolski
Posted: Wed Nov 18, 2015 5:40 pm (GMT+1)
If the object is open - look for the "VALUES" in the parameter script.
You may simply comment the lines starting with: VALUES "a" [...]...VALUES "b" [...] and VALUES "zzyzx" [...]
Comment them by adding "!" in front.
Result will be the all of the 3 dims will not by constrained, but be warned - the object may not work correctly afterwords.
Best regards,
Piotr
↧