Search found 329 matches

by SimpleSi
Oct 29th, '17, 14:21
Forum: Bugs
Topic: Export/import instance method does not retain this
Replies: 1
Views: 2872

Export/import instance method does not retain this

If I create an instance method and export the class when I re-import it the "this" is missing from the block in the MyBlocks category

Not managed to find any workaround

Obviously, given my attitude to this, I shouldn't be complaining :) but it is a bug and I have to be impartial :)
by SimpleSi
Oct 28th, '17, 22:12
Forum: Experience Reports
Topic: [browser]Solving ProjectEuler #19
Replies: 1
Views: 6416

[browser]Solving ProjectEuler #19

I'm trying out the browser for a while and just used it to write a solution to
All worked fine - no issues.
:)
by SimpleSi
Oct 28th, '17, 21:55
Forum: Requests
Topic: animate block
Replies: 3
Views: 4510

Re: animate block

Forever so be it :)
by SimpleSi
Oct 28th, '17, 21:44
Forum: Projects
Topic: GIF Reader
Replies: 13
Views: 14560

Re: GIF Reader

Since you're starting to write larger GP extensions, let me suggest an alternative work flow I've read and digested now :) The class browser technique looks very interesting and I'll give it a go (1st issue I have is that it starts off small and has to be resized and moved - it would be VERY nice i...
by SimpleSi
Oct 28th, '17, 21:30
Forum: Requests
Topic: [dev mode]Monitoring of script variables
Replies: 4
Views: 4858

Re: [dev mode]Monitoring of script variables

EUREKA MOMENT

Make a shared var called varMonitor and stick a monitor of it up next to class name

then to monitor a local var (e.g i)

add

set shared varMonitor to i

at appropriate place in the script

:-)

And or course it can all be done while the program is looping away
by SimpleSi
Oct 28th, '17, 21:24
Forum: Requests
Topic: [browser]Please can we have an upload button
Replies: 3
Views: 4266

Re: [browser]Please can we have an upload button

Unfortunately, the browser sandbox makes uploading files much harder that you'd ever imagine. "I don't know, I can imagine quite a bit" (copyright Han Solo) :) However, we could add an "upload" button above the GP window that invokes the browser's upload file dialog and does what drag-n-drop curren...
by SimpleSi
Oct 28th, '17, 21:12
Forum: Projects
Topic: GIF Reader
Replies: 13
Views: 14560

Re: GIF Reader

But never fear, I've got a plan for a way to hide the "this" parameter when you don't need it
YIPPEE!!!!!!!

Do that and I'll take the vow never to use shared methods :)
by SimpleSi
Oct 28th, '17, 20:41
Forum: Projects
Topic: GIF Reader
Replies: 13
Views: 14560

Re: GIF Reader

I just wrote that last post without realising you'd written two in sequence - sorry

I'll have to wait till my brain is fully in gear to fully digest the first one and get back to you :)
by SimpleSi
Oct 28th, '17, 20:39
Forum: Projects
Topic: GIF Reader
Replies: 13
Views: 14560

Re: GIF Reader

If you'd like to work in this style and you'd like me to convert your current code to use instance variables and methods, DIDN@T SEE 1st Post - so this is only in reply to 2nd one I actually did it myself at one point but then switched back to shared vars and methods I know this might sound daft or...
by SimpleSi
Oct 28th, '17, 14:46
Forum: Requests
Topic: [browser]Please can we have an upload button
Replies: 3
Views: 4266

Re: [browser]Please can we have an upload button

And one in the images tab as well please :)