Search found 5270 matches

by ColeValleyGirl
23 Aug 2024 15:17
Forum: Research
Topic: Trying to trace grandfathers information
Replies: 43
Views: 3425

Re: Trying to trace grandfathers information

That second image is for his merchant navy service. (39-45).

What document is the first image extracted from?
by ColeValleyGirl
23 Aug 2024 14:49
Forum: Research
Topic: Trying to trace grandfathers information
Replies: 43
Views: 3425

Re: Trying to trace grandfathers information

Being a merchant seaman in the WW2 doesn't preclude him having served in the army in WW1 (which he apparently did, because he had the medal to prove it, and a rank of Major in the Royal Engineers, which seems a bit of an unlikely achievement as he was only 19 when WW1 ended.. so did he put in some p...
by ColeValleyGirl
22 Aug 2024 15:53
Forum: Programming Technicalities
Topic: iuptext control and changecase attribute
Replies: 9
Views: 803

Re: iuptext control and changecase attribute

I believe FILTER restricts what can be keyed, not automatic conversion. Yes. Depends if you want users to be surprised by the outcome of their typing :) But we all make our own UI choices. If you want to do it programmatically, a callback is the way. I still think the documentation isn't clear (I m...
by ColeValleyGirl
22 Aug 2024 15:15
Forum: Programming Technicalities
Topic: iuptext control and changecase attribute
Replies: 9
Views: 803

Re: iuptext control and changecase attribute

Change case definitely isn't working as expected: -- Load the IUP library local iup = require("iuplua") -- Create a text box with the CHANGECASE attribute local textbox = iup.text{ size = "200x", value = "Enter text here", CHANGECASE = "UPPER", -- Automaticall...
by ColeValleyGirl
22 Aug 2024 14:50
Forum: Programming Technicalities
Topic: iuptext control and changecase attribute
Replies: 9
Views: 803

Re: iuptext control and changecase attribute

The way I read the online manual I was assuming that all I had to do was to set the attribute on the text control without needing to invoke any callbacks. I believe you're right, John. There's nothing in the documentation to suggest there's anything special about the attribute. One for the IUP mail...
by ColeValleyGirl
22 Aug 2024 12:20
Forum: Programming Technicalities
Topic: Processing image files by plugin
Replies: 22
Views: 1881

Re: Processing image files by plugin

I've added the names of the Lua bindings for FH7 (where these differ from the library names) to the search terms for that article. (I have not done all the extra iup bindings separately as iup should cover them).
by ColeValleyGirl
22 Aug 2024 08:22
Forum: Programming Technicalities
Topic: Processing image files by plugin
Replies: 22
Views: 1881

Re: Processing image files by plugin

Sorry,Mark. As the FH help refers to IM as the library name, that seems to me to be a big clue. Plus the FH help points diectly to that article. Indexing code would just add potential clutter to search results for the majority of users. However, as I already pointed out, it's possible to add the nam...
by ColeValleyGirl
22 Aug 2024 06:07
Forum: Programming Technicalities
Topic: Processing image files by plugin
Replies: 22
Views: 1881

Re: Processing image files by plugin

Helen, we both keep repeating that we are searching for imlua without any spaces which is what would be found in plugin scripts in the require satement and neither of us thought of inserting a space for the search. And I'm suggesting you search for the name of the library : IM and qualify the searc...
by ColeValleyGirl
21 Aug 2024 18:21
Forum: Programming Technicalities
Topic: Processing image files by plugin
Replies: 22
Views: 1881

Re: Processing image files by plugin

A search for IM Lua only identifies the word Lua and not the location of IM Lua . image.png A search for the required module imlua finds nothing. image.png How would you know to search for IM Lua if the plugin script only contains require "imlua" ? CD Lua and cdlua produce similar results...
by ColeValleyGirl
21 Aug 2024 15:16
Forum: Programming Technicalities
Topic: Processing image files by plugin
Replies: 22
Views: 1881

Re: Processing image files by plugin

We are talking about imlua, cdlua, utf8data, etc... that only appear in require "..." and nowhere else. BTW: IM Lua does not find anything either except Lua. IM Lua finds https://www.fhug.org.uk/kb/kb-article/lua-references-and-library-modules/ in the KB search for me. CD Lua ditto etc. P...
by ColeValleyGirl
21 Aug 2024 14:28
Forum: Programming Technicalities
Topic: Processing image files by plugin
Replies: 22
Views: 1881

Re: Processing image files by plugin

IM is too short for the KB search facility to work (IM is pretty common). Try 'IM Lua'
by ColeValleyGirl
17 Aug 2024 17:02
Forum: Programming Technicalities
Topic: Writing Tags & Comments to EXIF
Replies: 5
Views: 657

Re: Writing Tags & Comments to EXIF

You could use os.execute to interface with an exif tool that has a command line interface. I think Exiftool comes into this category? Or if you're happy to install an additional Lua library for your personal use, you might find something like https://github.com/minoki/luaexif?tab=readme-ov-file whic...
by ColeValleyGirl
14 Aug 2024 15:25
Forum: General Usage
Topic: Copying a Fact and all associated roles
Replies: 16
Views: 1212

Re: Copying a Fact and all associated roles

FH is not restrictive in how it is used. I am sure that in certain instances I follow my own way of working rather than the norm but it works fine. FH is so flexible, I'm not sure there is a 'norm' any more. 'Old hands' have certain ways of doing things but that doesn't mean that we're right :D I'm...
by ColeValleyGirl
11 Aug 2024 08:53
Forum: Sources, Citations & Repositories
Topic: Origin of a citation's title as shown in the citations panel
Replies: 11
Views: 714

Re: Origin of a citation's title as shown in the citations panel

The page found here: https://www.fhug.org.uk/kb/kb-article/citing-sources-method-1-and-method-2/ Actually miss-uses the term "sources" in its Lumper and Splitter "Number of Sources" definitions. The number of Sources (artifacts) is the same for both lumpers and splitters, howeve...
by ColeValleyGirl
10 Aug 2024 15:36
Forum: General Usage
Topic: Copying a Fact and all associated roles
Replies: 16
Views: 1212

Re: Copying a Fact and all associated roles

I have also heard that FH is run by a very small number of people that is getting smaller and so it is potentially at risk of not being continued in the future due to similar reasons that ended TMG. I don't want to spend a lot of time learning all of this to be in the same place as I am with TMG in...
by ColeValleyGirl
02 Aug 2024 16:29
Forum: Research Planning
Topic: Request advice on using research notes in FH7
Replies: 13
Views: 1268

Re: Request advice on using research notes in FH7

You mentioned "hot-keys" for accessing the research notes. I can get to the research notes by selecting the virus menu options. However; I wonder if somewhere there is a list of FH7 key combinations when running under Parallels on a Mac. Must look into that now that I am actually getting ...
by ColeValleyGirl
02 Aug 2024 15:39
Forum: Research Planning
Topic: Request advice on using research notes in FH7
Replies: 13
Views: 1268

Re: Request advice on using research notes in FH7

tatewise wrote: 02 Aug 2024 12:19 Yes, it would be a complex convoluted expression reliant on the user entering the RecId format correctly.
I can automate entering the record ID in the new version of the Research Planner which I hope to release later this year.
by ColeValleyGirl
02 Aug 2024 10:16
Forum: Research Planning
Topic: Request advice on using research notes in FH7
Replies: 13
Views: 1268

Re: Request advice on using research notes in FH7

Thanks, Mike. I suppose it would be possible to get a record link into a query/record window if the embedded link included the record id in say [] but the necessary expression is above my pay grade.
by ColeValleyGirl
02 Aug 2024 07:50
Forum: Research Planning
Topic: Request advice on using research notes in FH7
Replies: 13
Views: 1268

Re: Request advice on using research notes in FH7

Personally, I link Research Notes to the individual(s) unless they're not associated with specific individuals (which would be things like: Locate the Manorial Records covering parish P). However, there are two ways of doing this: via embedded individual links within the note, or via linking the res...
by ColeValleyGirl
01 Aug 2024 05:41
Forum: Research Planning
Topic: Request advice on using research notes in FH7
Replies: 13
Views: 1268

Re: Request advice on using research notes in FH7

Have you reviewed Planning and Tracking Your Research and its linked articles? Research Notes will work well for that use case.

The standard Research Note report is adequate but https://pluginstore.family-historian.co ... es-variant is a little moew flexible
by ColeValleyGirl
27 Jul 2024 14:13
Forum: Programming Technicalities
Topic: fhUtils(...) Defaults Error?
Replies: 5
Views: 704

Re: fhUtils(...) Defaults Error?

Correct me if I've missed something, but if the option is set to 'NO', basic file selection does not work for Unicode files, and if set to 'YES', graphics libraries don't work. As it says in the article I referred you to: File Handling Within IUP and Associated Libraries CD and IM IUP supports ‘ANS...
by ColeValleyGirl
26 Jul 2024 12:52
Forum: Plugin Technical Support & Development
Topic: Changing the Place name
Replies: 5
Views: 626

Re: Changing the Place name

If the issue is primarily accurate geocoding there are ways to improve that.

What method are you using to do geocoding.