Search found 329 matches

by SimpleSi
Nov 5th, '17, 18:51
Forum: Bugs
Topic: [List]Two lists sharing data values
Replies: 5
Views: 5918

Re: [List]Two lists sharing data values

aah

It never occurred to me that a list was considered to be an object

I will adjust my thinking :)
by SimpleSi
Oct 31st, '17, 19:24
Forum: Requests
Topic: Make dictionarys indexable
Replies: 6
Views: 6515

Re: Make dictionarys indexable

elegant shortcut
:)

OK :)

Any other "elegant shortcuts" that you can remember sneaking in? :)
by SimpleSi
Oct 31st, '17, 16:12
Forum: Requests
Topic: Make dictionarys indexable
Replies: 6
Views: 6515

Re: Make dictionarys indexable

I was a bit confused by the to d add word so I wrote scriptImage8.png and then examined current and got (dictionary 3 1 6 1 9 1 1 1 4 1 7 1 10 1 2 1 5 1 8 1) then ran scriptImage9.png and got (dictionary 3 2 6 2 9 2 1 2 4 2 7 2 10 2 2 2 5 2 8 2) So it looks like adding an item to a dictionary withou...
by SimpleSi
Oct 31st, '17, 13:54
Forum: Bugs
Topic: [List]Two lists sharing data values
Replies: 5
Views: 5918

Re: [List]Two lists sharing data values

May have found a workaround
If I set current to flattened(orig)

then current becomes separated from orig
by SimpleSi
Oct 30th, '17, 21:48
Forum: Bugs
Topic: [List]Two lists sharing data values
Replies: 5
Views: 5918

[List]Two lists sharing data values

Similar (but simpler to demonstrate) to previous reported list bug

I don't think orig list should be affected by changes in current but it is being
by SimpleSi
Oct 30th, '17, 11:09
Forum: Bugs
Topic: [browser]Left-click not working
Replies: 2
Views: 7295

[browser]Left-click not working

While coding, my mouse wouldn't left-click - it was giving same effect as right clicking (i.e menus popping up) All other open tabs worked fine and the native app was working fine as well so issue just confined to the GP browser window I couldn't save or export my work by using alternative keyboard ...
by SimpleSi
Oct 29th, '17, 21:24
Forum: Bugs
Topic: [browser]Delete key not working
Replies: 2
Views: 3487

[browser]Delete key not working

Win10/Chrome - delete key does not delete any chars inside a block edit value
(usual workaround of using arrows keys and backspacing works)
by SimpleSi
Oct 29th, '17, 17:55
Forum: Projects
Topic: GIF Reader
Replies: 13
Views: 14715

Re: GIF Reader

OK.... So I think that class variables (the ones normally prefixed by "my" are just shown as plain using the class browser which is confusing but I could get maybe get my mind around it :) But (and a big but) I'm not able to set the value of an existing class/instance variable within the class brows...
by SimpleSi
Oct 29th, '17, 17:25
Forum: Requests
Topic: [minor]Nice if imported class selected...
Replies: 1
Views: 2812

[minor]Nice if imported class selected...

...when its imported rather than the one that was selected before the import

I think that 9/10 times coders would want to see the blocks of the imported class
by SimpleSi
Oct 29th, '17, 15:19
Forum: Projects
Topic: GIF Reader
Replies: 13
Views: 14715

Re: GIF Reader

The idea is to use the "Class Browser" in developer mode to edit one method at a time: mm - using the class browser is quite different to standard GP editing #eek When I loaded in your version - I thought - where has all the code gone! I was just about to make a report when I tried the class browse...