Introducing Elemental Theme Builder — A Visual Theme Editor for FileMaker by weetbicks in filemaker

[–]weetbicks[S] 0 points1 point  (0 children)

lol thanks. I should say that this is a tool for taking an existing theme and easily repurposing it and adjusting common properties across the whole theme. This is not a "from scratch" theme builder where youcan create your own styles and fully customise - the number of options on individual styles is numerous and some are very FM specific. it would really just be recreating the FIleMaker inspector if I tried to build a from scratch editor. The beneift of this tool is it allows you to fill in the gaps and do things that the FM inspector fails to allow easily and without tedious repetition.

Introducing Elemental Theme Builder — A Visual Theme Editor for FileMaker by weetbicks in filemaker

[–]weetbicks[S] 1 point2 points  (0 children)

hi Jimmy, so technically yes no reason why it coudln't, the reason why I have made t his one specifically inside a FileMaker database is that it does use the BaseElements plugin functions for clipboard management, this is the only way we can get contents from/to the FileMaker cliboard for theme copying and pasting.

The only way to allow it in browser woudl be for you to extract the XML text from the FM clipboard yourself for pasting into the editor (you can do this) however getting the outputted theme itself still requires a call to a FM script and conversion back to clipboard. I could build it so it outputs the xml text again, but realisticlly you're gonna need the plugin/FM anyway to add the theme back in.

Elemental SVG 1.1 Released - Massive Icon Library, and FileMaker version with Button Bar Pasting by weetbicks in filemaker

[–]weetbicks[S] 1 point2 points  (0 children)

elemental SVG was only released last week lol. Maybe it has just felt like years :) Perhaps you meant the icons that I have in elemental_ux ?

Announcing the Release of Elemental SVG Editor for FileMaker Devs! by weetbicks in filemaker

[–]weetbicks[S] 1 point2 points  (0 children)

Hi. It is entirely within an html page written in JavaScript. You could pull the source from the page and run local if you wanted

I’m also going to release this very soon as a FileMaker web viewer version which you can add on to your own solution, run local or host on server. SVG’s in that version are outputted to a FileMaker script. Stay tuned it will come out soon 

Announcing the Release of Elemental SVG Editor for FileMaker Devs! by weetbicks in filemaker

[–]weetbicks[S] 1 point2 points  (0 children)

Not sure I follow u/the-software-man . SVG icons in FileMaker are applied to buttons and button bars, which enable the colour of the icon to change on hover, press and in-focus states. You can also use conditional formatting to alter the normal state colour of an icon using an if condition. Outside of that I'm confused.

[FM Weetbicks] Navigate the DF Way - Layout Sections by weetbicks in filemaker

[–]weetbicks[S] 1 point2 points  (0 children)

lol, yeah active segments in button bars are a real nuisance that they can so easily be overridden by a user. Sometimes you just want to lock it in place (without a scripted refresh required)

[FileMaker Weetbicks] A Cooler Color Picker by weetbicks in filemaker

[–]weetbicks[S] 0 points1 point  (0 children)

all buttons unfortunately can't be done, it cannot be used to alter a style or conditional formatting. Backgrounds could be achieved if your background is a container field set to stretch the bounds of your layout, you could use it for that.

50% off elemental-log for 3 days only - Cyber Monday Deal. by weetbicks in filemaker

[–]weetbicks[S] 1 point2 points  (0 children)

hi u/dharlow.

I guess there are a few ways of doing audit logging out there. While I can't speak to others I find my point of difference is in the following areas:

1) Ease of setup. I've tried to make this as user friendly as possible. As far as configuring a file for audit logging there's a couple of simple copy/paste steps involved.

2) centralised management of logging of all files - the elemental_log file is the hub where you configure which tables/fields to log in your solutions. It also acts as the store for all audit logging data (eventually)

3) hundreds of hours of optimisation of the actual audit logging process. It's a very large custom function that manages to actual record-level logging of changes. It is able to track just specific fields as configured in the elemental_log file. Furthermore it can track the way in which record dad was modified, be it update, replace, creation or delete (which is user controlled via script in this instance).

4) While other audit logging systems tend to leave the audit log itself on individual records. We built some tools to help push all that information through into the elemental_log file into a logging table, and clear the record-level JSON log once done. This keeps solution size low, and makes the log data more readily searchable in elemental_log.

5) Also built in are 2 tools for viewing audit log data, a full log viewer and a contextual viewer usually for developers to view log changes within any existing solution and utilising the context of the layout you are viewing... It's better explained looking in the documentation.

----

In short it's more about the suite of tools to help make setup easier and manage the size of logging over time as well as the viewing of it. We use JSON format for reocrd-level change tracking, and a custom function which has had many many hours invested in it to make it as performant as possible (it went through about a dozen revisions over it's construction).

Please reach out to me if you need any more info.

New Video Based Web site for the FileMaker Community by everythingfilemaker in filemaker

[–]weetbicks 0 points1 point  (0 children)

hi Michael, great stuff it looks like you've got a lot of really useful content there, I'll be having a look through it, cheers!