2010-09-14 07:07 AM
2010-09-14 07:33 AM
2010-09-15 01:33 AM
dim value_a[] ch1=OPEN("TEXT",filename,"MODE=RO,LIBRARY") !!!!!!!!!!!******counting the total number of rows*********!!!!! do row= row+1 n=INPUT(ch1,row,1,string1) while n>-1 !!!!!!!!!!!*******!reading both columns for valuelist_c if contains the search string*********!!!!!!! for k= 1 to row-1 n=INPUT(ch1,k,1,string1, string2) if strstr(string1+string2, search) then s= s+1 value_aThen show the value, for practical purposes let's say we use:= String1 + ". " + string2 endif next k CLOSE (ch1) values "valuelist_a" value_a, custom
TEXT2 0,0, valuelist_aPlease try it and comment if you want.
2010-09-15 04:29 AM
2010-09-15 07:37 PM
2010-09-15 10:08 PM
2010-09-16 08:57 AM
2010-09-16 05:53 PM
An other option might be to have it as part of a linked library - haven't tried that yet.Actually that is what I have been doing here: loading the Text file as Linked Library. But even if you reload the library (containing of course our txt file) the label does not show the updated text. Note that the object itself - its script - can read the txt file and can recognize the change. You can check that by opening the Label settings window, under Parameters, you will see the
But then you should be able to change the text file and simply re-load the library
Otherwise have the lable linke to an extenal file directly by using a file path.I will really appreciate if you can give it some time.
I haven't tried that yet but will try to give it a go tomorrow if I get time or over the weekend.
2010-09-16 08:20 PM
Posted: Sun Jul 25,20041:31 pm Post subject: Keynotes
I would like a keynote system.
Roughly I see it as some combination of the label tool with a text editor.
1. I could optionally display its alphanumeric key and/or the description text.
2. Rearranging the order of a sheet's notes would automatically update the placed keynotes [within that layer combination].
3. It could be connected to one's specifications. (with hyperlinks too)
4. One could have a master keynote list for an entire project
5. One could have separate keynotes by sheet type i.e floor plan, RCP, etc aka the layer combination.
6. It would be a part of the file data that can be extruded from one's model.
7. It would be user friendly.
Other?
_________________
Erika
WinXP SP3
Mac OSX 10.6.2
AC ...,11,12, 14 & MEP
Onuma System
Posted: Tue Mar 22,20059:53 am Post subject: Anyone tryied the keynote system from Cadimage
Posted: Fri Oct 07,20057:55 pm Post subject: keynotes and label tool
I have a simple keynote symbol object I use where the keynote number is the object ID, making it very easy to adjust from the info box. I then just use a polyline for the arrow. I am wondering if I can turn this into a label so that the leader line and the keynote symbol are one entity, and if so is there a way to still change the keynote # from the info box.
If this has already been address, please direct me to the correct thread!
_________________
I can't promise I'll try, but I'll try to try
2.4 Ghz Macbook Pro 2gig ram OSX 10.5 256mb Nvidia 8600m AC 9.0/10.0/11.0/12.0
Posted: Tue Apr 17,!!!******** And I'm sure you can find more*********!!!!20072:44 pm Post subject: Keynote Label
Does any one know the proper way to load and use the free Keynote Label Object created by "fuzzytnth3"?
I tried placing the downloaded object in a newly created folder titled "3rd Part Objects" and loaded it through the Library Manager. When I tried accessing this new object via the object tool, the folder was not visible although it shows up in the Active Library displayed in the Library Manager window.
Title: Keynote- Doug Kunschik:
ArchiCAD version: ArchiCAD 10 Localization: US
Uploaded: Tue Feb 06, 2007 7:07 am Size: 9 Kbyte Downloaded: 1483 times
Description:
A Keynote Label Object It can display either a Keynote Reference or the actual Keynote text. I haven't made a UI to set up the label so you need to edit the 2D and Parameter scripts. This is an updated version that is a bit easier for the end user to use as you now select the actual note you want rather than having to keep a bit of paper next to you to remind you what each ref number means.
Edited on Tue Mar 13, 2007 6:52 amLink:http://archicad-talk.graphisoft.com/object_depository.php?mode=d&id=198 .
Posted: Tue Sep 14, 2004 9:24 am Post subject: Re: KeynotesLink here:
(...) I'm attaching a screen shot of a test object I've been playing with to study the concept. This object does not read from a text file but instead has notes hard-coded as a value list in the script. The object kinda' does what you're suggesting in point 1. It can display individual alphanumeric labels and/or display a full legend as well.
You'll also notice that I have tried to include custom notes as well - Its sort of a hard-coded and user modifiable object. I'm sure the picture doesn't really fully describe the concept or fully frame the problem, but hopefully Graphisoft will look into giving us this functionality in the near future.
_____________
ArchiCAD 9 (1812 USA FULL)
ArchiCAD 10 (1010 USA FULL)
Link:- Cadimage: - Probably the only successful solution so far.. for 400 USD -http://www.objectsonline.com/product_info.php?products_id=1341
Link: http://www.cadimageworld.com/products/tools/keynotesOf course I do not pretend to take Cadimage out of the market, But I do pretend to come with a Free Option.
2010-09-17 06:26 AM
NandoMogollon wrote:
Actually that is what I have been doing here: loading the Text file as Linked Library. But even if you reload the library (containing of course our txt file) the label does not show the updated text. Note that the object itself - its script - can read the txt file and can recognize the change. You can check that by opening the Label settings window, under Parameters, you will see the"Select an option:"field updated!.
What it means to me is that the script is capable of recognize and read the changes made to the txt file, But is not capable of update the2D Representationof the text related to that parameter.