|
|
|
Grand Master
      
Group: Customers
Last Login: Today @ 6:47:36 PM
GenoPro Version: 2.0.1.6
Posts: 1,093,
Visits: 5,010
|
|
| Edging a little closer! 1) is 'by design' The script just puts the primary picture here. I reasoned if a user has elected to exclude it, then he doesn't want one shown here. Ordinarily I suggest the primary picture should be one you want shown. 2) Yep a little bug in the StrPlainText routine that I missed. Now fixed. Up to you which format but better to be consistent throughout, so {¿...¿} is more universal, but ¿ is hard to type. 3) You can now '_Exclude' such movies to avoid this error appearing. They still get used in any 'movie' custom markup. Since these files cannot be rendered directly, they are not on the picture index any more. Ta for pointing out PhMovie format issues. Now amended. 4) PhCTs. I have updated How to customise your Report to give an example. I have also changed the script to clear a couple of problems. a. All Custom Tags must be defined using the tag editor, including these. b. Can be grouped into one or more layouts. Suggest a Layout for each object type. e.g. all Individual Custom Tag phrase templates under one layout. c. To input the template itself, use File/Properties then whatever 'layout name' tab and enter the phrase template in the appropriate field. d. 4 (or actually Address: {10h}
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
|
|
Famous Writer
      
Group: Customers
Last Login: Today @ 7:18:40 AM
GenoPro Version: 2.0.1.6
Posts: 437,
Visits: 1,166
|
|
To Ron, Not much to say as it's getting good. I managed to set up my Dual Lang 'PhCT_UrlInfo' with the help of your revised post 21120 - How to customise your report. However I struggled a bit as I couldn't see my Rep Places Additional Informations. I then realised that my Layout Description field input started with an '_'. After removing the underscore, everything was fine. So you could perhaps add up a short remark in your above post to warn the Users of such '_' particularity, i.e. Make sure you don't prefix any associated description field with an '_' otherwise your PhCTs will not show up in the Report, or something like that.Still playing around, I generated an ES Report and got the error 800A0009. I then added up a 'Report.LogError strText' debug line in Util.vbs just before line 1033 and on seing the content of the variable strText, I noticed that the error was due to a missing {¿ES:...¿} input string: 
I was suprised as I thought this problem was fixed but noticed that, in fact, the param <LangShowDefault> is implemented for the Descendants Rep only but not for the Main Nar Rep. So Ron, Is it on purpose or is it to come? Also is it possible to make such ErrMsg a bit more informative? In my example, we can see that it is my own gene page which is involved but that's all. The display of the involved field (in ma case, the General Comment field) would be a must. May be difficult/not easy to implement if it's an MS VBScript system error! Finally I suggest a few required ortho corrections in Data.xml, lines: 56 milliseconds 107 111 hierarchical 179 183 Ids -> IDs better ?? 183 For Unknowns 199 change 200 216 suppress Suppress 204 208 initially 239 Timeline 255 min. events 283 translkate 304 langauges 316 l name (default=Name.Nick) 331 in index (to match 327) 339 343 hierarch. 593 ther descriptivetext fields ... 593 dispalyed 593 anecedotes + : 258 "LangPOssessiveLookup1" ?? 262 263 xLangPossessiveLookup ?? 'Google Map' in text: please keep consistancy: GoogleMap, , Googlemap, Google Map or Google map ?? same for 'Genomap' Thank you Ron, JC
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Today @ 6:47:36 PM
GenoPro Version: 2.0.1.6
Posts: 1,093,
Visits: 5,010
|
|
| As ever, your astute observations are most welcome JC. There was an error in the script causing the 800A0009 error that is now fixed in the attached. It is very difficult to provide extra diagnostics when a MS script error occurs. If I know where such errors occur then the script must be changed to avoid them, so this is a catch 22 situation. In an ideal world the script would be good enough to prevent all such errors.  The missing LangShowDefault was an oversight, it is now implemented for the Narrative Report. Finally I have updated CustomReport.gno with your recommendations and updated it in the original post. Update 2008/04/19 Fixed problem with StrFormatText affecting Custom Tags and other fields
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
|
|
Forum Master
      
Group: Customers
Last Login: Yesterday @ 6:26:04 PM
GenoPro Version: 2.0.1.6
Posts: 700,
Visits: 5,524
|
|
Have noticed that in the dictionary file the ? is missing in line 1041 behind ?html? for some time now.
Have also noted that none of my custom Tags work with this latest narrative report version, unless I have to change something, but what?
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Today @ 6:47:36 PM
GenoPro Version: 2.0.1.6
Posts: 1,093,
Visits: 5,010
|
|
maru-san (4/18/2008) Have noticed that in the dictionary file the ? is missing in line 1041 behind ?html? for some time now.This may have been intentional as an example of an invalid instruction (that's my excuse anyway)
Have also noted that none of my custom Tags work with this latest narrative report version, unless I have to change something, but what? Hmmm, something is wrong here, I'm investigating.....................
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
|
|
Grand Master
      
Group: Customers
Last Login: Today @ 6:47:36 PM
GenoPro Version: 2.0.1.6
Posts: 1,093,
Visits: 5,010
|
|
....... and should be OK now. RC9 in earlier post has been updated.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
|
|
Famous Writer
      
Group: Customers
Last Login: Today @ 7:18:40 AM
GenoPro Version: 2.0.1.6
Posts: 437,
Visits: 1,166
|
|
To Ron: A few obs with your latest RC9 modified. Some are rather of a 'purist' nature!. Just to keep you busy for the very long coming summer evenings. 1) Perhaps this tooltip should say '... occupancies and contacts ...'? in order to match an Ind reference sub-title.
2) Perhaps this tooltip should say 'groups and organizations' instead of '&' to match some other tooltips. 
3) To implement a 'floating' icon system when scrolling a list/index. I think this sub may have already been mentioned somewhere in this forum but not sure. An example at: http://www.javascript-fx.com/experiments/float/index.html# but this particular example requires a separate scrolling area for the menu! Probably not suitable for the 'restricted' frame system? Another method would be to provide smaller 'Fixed icons' similar to the SVG ones? At least it will be handy for the long lists, e.g. indexes and galleries. 4) Multi-Languistic fields: something's wrong. It's a bit everywhere: 



5) Not a big deal but on a Fam page without 'Children', the 'Collapse/Expand' icon is not provided. 
6) I think this one has already been mentioned somewhere: in the Timeline, can the internal scrollbar be removed as it doesn't scroll anything! Probably part of the 'Simile' object? 
7) Is it possible to Right Justify texts?: For info, it would also look good on a Descendants Report, if feasible. 
8) Occupancy: The phone and fax No. are shown in the Report but not the Mobile No. 9) I created a dummy Social Entity and defined an Occupancy place on the Contact tab. I personally don't grasp the concept but it's beside the point. The point is I noticed this occupancy appears in the RP Contacts page but not in the LP index/list?: 
10) Bug (already mentioned in my post 19040): a) Open the calendar with the main icon, b) untick the Bday or Anniv box then -> Apply Changes, c) close the Popup pane, d) bring up an Ind or a Fam page, e) click on the green tree or on the TL icon, f) it opens up in a new window. Sometimes a blank one. All subsequent clicks on a TL icon, on a green tree, on a place, on a Pict name or even on the Cal itself will open in a new window. It seems that the frameset (or only just the popup frame) has been disrupted. Clicking on the main 'Home' icon resets the matter to cool normal operations. This is with MS-IE. I Didn't try with Moz FF nor with Opera. That's me. Thank you Ron, JC
|
|
|
|
| | |