• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Weird error in Numbers
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Weird error in Numbers


  • Subject: Re: Weird error in Numbers
  • From: Axel Lüttgens via AppleScript-Users <email@hidden>
  • Date: Wed, 29 Jan 2020 12:41:01 +0100
  • Ironport-phdr: 9a23:NN/rvBHo06VieWu9MI27l51GYnF86YWxBRYc798ds5kLTJ7zps6wAkXT6L1XgUPTWs2DsrQY0raQ6P6rAz1Ioc7Y9ixbK9oUD15NoP5VtjRoONSCB0z/IayiRA0BN+MGamVY+WqmO1NeAsf0ag6aiHSz6TkPBke3blItdaz6FYHIksu4yf259YHNbAVUnjq9Zq55IAmroQnLucQanIRvJrw/xxbIrXdEZeBbzn5sKV6Pghrw/Mi98INt/ihKp/4t68tMWrjmcqolSrBVEC4oOH0v6s3xshnDQwqP5n8CXWgTjxFFHQvL4gzkU5noqif1ufZz1yecPc3tULA7Qi+i4LtxSB/pkygIKTg0+3zKh8NqjaJbpBWhpwFjw4PRfYqYOuZycr/bcNgHQ2dKQ8RfWDFbAo6kb4UAE+UPMulFoYfzqVsAsxmxCwqrCu701j9In3r20bE60+g9EwzL2hErEdIUsHTTqdX4LLsfUO+rw6nM1TrNae9O2Svh6IjHbB8hp+qMVq93fMXLxkggCQfFgk+UqYz4IzOVyusNvHad7+p7Tu+vkG0nqgF3ojex2scgkJLGiZwMx13C6C53w541KMW8RUJme9KoDZhduz2AO4drXM8vQ3tktDg1x7AJv5OwYTIEx449xxHFbvyKa42I4hX+W+mPOTp4n3dleK6nhxa17Eig1vXwVsmq31ZOqSpIit3Dum0J2hDN8MSLV/pw80S71TqSzQze5OdLLVg1lardNZEh3qY9m54OvUjZAyP7m1n6gLWLekk6+uWk8frrb7rpq5OEMo97kAD+MqAgmsylBuQ4NxADUHKU+Oui0L3v50n5QKhWjv0qnanWrpbaJd8Aq66iAA9U0oAj5AijDzu8y9sXg2ELLEhZdxKfk4jpJ1bOLejiAvenm1SslClkx+vaMb37A5XNNmTDnK78fbZm9UFc0hEzwMtb55JVEbEBPOnzVlXru9zAFh85NxK7z/z7B9V604NNEV6IV6aCLeuGuEeQ4u80KPONfJNQpS3wMeMN4//1kWR/kEcFeaTv1pwSPiOWBPNjdmyJbH7bpkMdDWgHuBF2GOX6hVnEVSNPe3m/WbkU/TIqDo+6S43OENP+yIed1Tu2S8UFLltNDUqBRC/l
  • Ironport-sdr: i2rZUajsQn4nyxAR2Yb1dUmhMsOMPzypV0FXs0/IAlcc6i845Hr3rhfsBTqSpe8O8ISdkSqtB3 7JwlWrBlKws7alD75RUIgc2/O3vZA3derfzFkUBFYsj0SHbmUtOiUyRROY8myMx0rjqRvOnqsh brLt8xSGULrJFc0YqXeQDEv1Zf+yOLlqs/6a0/9uXdBStKx9SO7G+IjRiLWn+pJVu3uLgZ5lqH +o4meArHZrvDp1rNdELibKA+cQbipISZqKXBVuuWJ/jR+PzH6xXZXCMmv8uWd4rA8WKquvQTRe FD0=

> Le 27 janv. 2020 à 17:24, Deivy Petrescu a écrit :
>
> […]
> And, why 5?
> Also forgot to say that i am running the latest version of Numbers and the OS.
> I’ll report this bug
> […]


Hello Deivy,

The problem seems related to trying to set the column (row) count of a table to
its current column (row) count.

For example, assuming the target table exists:

tell application id "com.apple.iWork.Numbers"
        tell table 1 of sheet 1 of document 1
                set row count to row count
                --> "Invalid row count" error
        end tell
end tell

Don’t ask me why… ;-)

Here (Numbers 6.2.1, macOS 10.4.6), command "make new table" by default creates
a table with 8 rows and 5 columns. It could thus be assumed that command "make
new table with properties { … }" first creates a default table, then adjusts
its properties.

Last update of Numbers occurred here on November, 15th. Did you encounter the
problem around that date? Or have you recently changed the column count to 5?

Axel

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users

This email sent to email@hidden

References: 
 >Weird error in Numbers (From: Deivy Petrescu via AppleScript-Users <email@hidden>)
 >Re: Weird error in Numbers (From: Deivy Petrescu via AppleScript-Users <email@hidden>)

  • Prev by Date: Re: Weird error in Numbers
  • Next by Date: Re: Weird error in Numbers
  • Previous by thread: Re: Weird error in Numbers
  • Next by thread: Re: Weird error in Numbers
  • Index(es):
    • Date
    • Thread