It sounds like you're using a particular module. Could tell us what module you're using?
Jonathon
Search found 2976 matches
- Fri May 15, 2026 2:40 am
- Forum: Help
- Topic: Inputting Covariates of Exogenous Variables (path analysis)
- Replies: 1
- Views: 2307
- Sun May 10, 2026 11:39 pm
- Forum: Module development
- Topic: Plotbuilder adaptation for jamovi – necessary or possible?
- Replies: 18
- Views: 140908
Re: Plotbuilder adaptation for jamovi – necessary or possible?
it would be worth seeing if vincent of vijPlots might add something like this.
jonathon
jonathon
- Wed Apr 29, 2026 11:50 am
- Forum: Module development
- Topic: Image$isFilled() always returns FALSE
- Replies: 14
- Views: 34388
Re: Image$isFilled() always returns FALSE
sorry for the stuff around. you'll find the 2.7.27 available from the download page.
cheers
cheers
- Mon Apr 27, 2026 12:45 am
- Forum: Module development
- Topic: Image$isFilled() always returns FALSE
- Replies: 14
- Views: 34388
Re: Image$isFilled() always returns FALSE
ugh ... too much AI slop ... 1. it would be surprising if a dummy model and plot would take a whole second to produce 2. you don't need to display it. 3 ... maybe ... but none of this matters because we're going a different route. here's the .27 https://www.jamovi.org/downloads/jamovi-2.7.27.0-win-x...
- Sat Apr 25, 2026 6:04 am
- Forum: Module development
- Topic: Image$isFilled() always returns FALSE
- Replies: 14
- Views: 34388
Re: Image$isFilled() always returns FALSE
i've made the following changes. https://github.com/jamovi/jamovi/commit/f1bce8aca5d4d9d6b2f6196e07abe883552cf56e we're not planning on doing a release very soon, but if you tell me the OS you use, i can make a pre-release version available for you. you'll want to place in your 0000.yaml file: minAp...
- Fri Apr 24, 2026 11:44 pm
- Forum: Module development
- Topic: Image$isFilled() always returns FALSE
- Replies: 14
- Views: 34388
Re: Image$isFilled() always returns FALSE
> So the fix would be to invalidate filePath when widthScale or heightScale appear in oChanges this does seem like an avenue we could pursue ... good work. > we cannot anticipate the image size from the source or options alone yeah i understand. is it possible to use a dummy model? i.e. one that con...
- Fri Apr 24, 2026 6:25 am
- Forum: Module development
- Topic: Image$isFilled() always returns FALSE
- Replies: 14
- Views: 34388
Re: Image$isFilled() always returns FALSE
can i ask what R package we're trying to accommodate here? can we not examine its source, and anticipate the image size that will be produced?
jonathon
jonathon
- Fri Apr 24, 2026 5:48 am
- Forum: Module development
- Topic: Image$isFilled() always returns FALSE
- Replies: 14
- Views: 34388
Re: Image$isFilled() always returns FALSE
ah, the problem with not invalidating from a size change is that the images won't be re-rendered if the user drags to resize an image ...
still thinking ...
jonathon
still thinking ...
jonathon
- Tue Apr 21, 2026 12:14 am
- Forum: Module development
- Topic: Image$isFilled() always returns FALSE
- Replies: 14
- Views: 34388
Re: Image$isFilled() always returns FALSE
hey, sorry, i'm on the road at the moment, so haven't been able to look into this properly. but yeah, i see the problem. this does seem like a use-case we've not encountered before, and i have to think carefully about how to enable it. maybe setSize() shouldn't invalidate the image as you say ... th...
- Sun Apr 19, 2026 12:43 am
- Forum: Module development
- Topic: Image$isFilled() always returns FALSE
- Replies: 14
- Views: 34388
Re: Image$isFilled() always returns FALSE
yeah, that's unexpected. if clearWith isn't triggered then the path to the image should be maintained. i.e. this shouldn't be NULL: self$results$myPlot$.__enclos_env__$private$.filePath if that path isn't null, then $isFilled() should return TRUE i assume that clearWith means that the image isn't be...