Re: display error bug for long lines in fields?

2012-10-14 Thread Claudi Cornaz
Hi Klaus,

I have come acros this aswell. I found it has to do
with the tabsstops. If you have many tabs in the line and the tabstops
set to a 'big' number, I guess the last part of the line somehow exceeds 
a graphic limit. I managed to solve it by making the tabstops a bit smaller,
so that the pixels occupied by the line became less.
Hope this helps

All the best,
   Claudi


On 13 okt 2012, at 13:11, Klaus on-rev wrote:

 Hi friends,
 
 someone already experienced this?
 
 I have some long, but not too long, TAB delimited lines in a list field.
 
 Now some lines look like the very last item is on top of the first item, like 
 this one:
 http://major-k.de//temp/display_error.jpg
 
 And ALL of the lines do only hile a couple of pixels at the beginning, only 
 part of the first character.
 
 I checked the length of these lines, but they are lower than the official 
 limits:
 Max characters per line in a field = 16 bit = 64 kb
 LENGTH() of the lines is actually shorter than this limit  6000.
 
 I already have a workaround, but wanted to know if this is a bug, before I 
 report this.
 
 Any hints much appreciated, thanks!
 
 
 Best
 
 Klaus
 
 
 --
 Klaus Major
 http://www.major-k.de
 kl...@major.on-rev.com
 
 
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: display error bug for long lines in fields?

2012-10-14 Thread Klaus on-rev
Hi Claudi,

Am 14.10.2012 um 11:21 schrieb Claudi Cornaz claud...@fiberworld.nl:

 Hi Klaus,
 
 I have come acros this aswell. I found it has to do
 with the tabsstops. If you have many tabs in the line and the tabstops
 set to a 'big' number, I guess the last part of the line somehow exceeds 
 a graphic limit. I managed to solve it by making the tabstops a bit smaller,
 so that the pixels occupied by the line became less.

ah, OK, that explains something, but doesn't solve my problem :-)

 Hope this helps

Not really, but thanks anyway, I bugreported it, now its up to the mothership 
;-)

 All the best,
   Claudi

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


display error bug for long lines in fields?

2012-10-13 Thread Klaus on-rev
Hi friends,

someone already experienced this?

I have some long, but not too long, TAB delimited lines in a list field.

Now some lines look like the very last item is on top of the first item, like 
this one:
http://major-k.de//temp/display_error.jpg

And ALL of the lines do only hile a couple of pixels at the beginning, only 
part of the first character.

I checked the length of these lines, but they are lower than the official 
limits:
Max characters per line in a field = 16 bit = 64 kb
LENGTH() of the lines is actually shorter than this limit  6000.

I already have a workaround, but wanted to know if this is a bug, before I 
report this.

Any hints much appreciated, thanks!


Best

Klaus


--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: display error bug for long lines in fields?

2012-10-13 Thread Paul Dupuis
It is not the same symptoms as you report, but we ran into a long line
rendering bug a while back (now resolved) in
http://quality.runrev.com/show_bug.cgi?id=10325
It may be related.

On 10/13/2012 7:11 AM, Klaus on-rev wrote:
 Hi friends,

 someone already experienced this?

 I have some long, but not too long, TAB delimited lines in a list field.

 Now some lines look like the very last item is on top of the first item, like 
 this one:
 http://major-k.de//temp/display_error.jpg

 And ALL of the lines do only hile a couple of pixels at the beginning, only 
 part of the first character.

 I checked the length of these lines, but they are lower than the official 
 limits:
 Max characters per line in a field = 16 bit = 64 kb
 LENGTH() of the lines is actually shorter than this limit  6000.

 I already have a workaround, but wanted to know if this is a bug, before I 
 report this.

 Any hints much appreciated, thanks!


 Best

 Klaus


 --
 Klaus Major
 http://www.major-k.de
 kl...@major.on-rev.com


 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


-- 
Paul Dupuis
Cofounder
Researchware, Inc.
http://www.researchware.com/
http://www.twitter.com/researchware
http://www.facebook.com/researchware
http://www.linkedin.com/company/researchware-inc


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: display error bug for long lines in fields?

2012-10-13 Thread Klaus on-rev
Hi Paul,

Am 13.10.2012 um 15:12 schrieb Paul Dupuis p...@researchware.com:

 It is not the same symptoms as you report, but we ran into a long line
 rendering bug a while back (now resolved) in
 http://quality.runrev.com/show_bug.cgi?id=10325
 It may be related.

hmm, obviously this has NOT been resolve in 5.5.2! :-/

 On 10/13/2012 7:11 AM, Klaus on-rev wrote:
 Hi friends,
 
 someone already experienced this?
 
 I have some long, but not too long, TAB delimited lines in a list field.
 
 Now some lines look like the very last item is on top of the first item, 
 like this one:
 http://major-k.de//temp/display_error.jpg
 
 And ALL of the lines do only hile a couple of pixels at the beginning, only 
 part of the first character.
 
 I checked the length of these lines, but they are lower than the official 
 limits:
 Max characters per line in a field = 16 bit = 64 kb
 LENGTH() of the lines is actually shorter than this limit  6000.
 
 I already have a workaround, but wanted to know if this is a bug, before I 
 report this.
 
 Any hints much appreciated, thanks!

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: display error bug for long lines in fields?

2012-10-13 Thread Klaus on-rev
Hi Paul,

Am 13.10.2012 um 15:21 schrieb Klaus on-rev kl...@major.on-rev.com:

 Hi Paul,
 Am 13.10.2012 um 15:12 schrieb Paul Dupuis p...@researchware.com:
 It is not the same symptoms as you report, but we ran into a long line
 rendering bug a while back (now resolved) in
 http://quality.runrev.com/show_bug.cgi?id=10325
 It may be related.
 hmm, obviously this has NOT been resolve in 5.5.2! :-/

oops, sorry, that one is NOT related to my problem!
Did not read the bug report carefully enough!

 On 10/13/2012 7:11 AM, Klaus on-rev wrote:
 Hi friends,
 
 someone already experienced this?
 
 I have some long, but not too long, TAB delimited lines in a list field.
 
 Now some lines look like the very last item is on top of the first item, 
 like this one:
 http://major-k.de//temp/display_error.jpg
 
 And ALL of the lines do only hile a couple of pixels at the beginning, only 
 part of the first character.
 
 I checked the length of these lines, but they are lower than the official 
 limits:
 Max characters per line in a field = 16 bit = 64 kb
 LENGTH() of the lines is actually shorter than this limit  6000.
 
 I already have a workaround, but wanted to know if this is a bug, before I 
 report this.
 
 Any hints much appreciated, thanks!

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: display error bug for long lines in fields?

2012-10-13 Thread Paul Dupuis
Klaus,

Completely different symptoms. All the two bugs had in common was that
the seemed to be related to very long lines. As I said, it *may* be
related, but probably not.

On 10/13/2012 10:14 AM, Klaus on-rev wrote:
 Hi Paul,

 Am 13.10.2012 um 15:21 schrieb Klaus on-rev kl...@major.on-rev.com:

 Hi Paul,
 Am 13.10.2012 um 15:12 schrieb Paul Dupuis p...@researchware.com:
 It is not the same symptoms as you report, but we ran into a long line
 rendering bug a while back (now resolved) in
 http://quality.runrev.com/show_bug.cgi?id=10325
 It may be related.
 hmm, obviously this has NOT been resolve in 5.5.2! :-/
 oops, sorry, that one is NOT related to my problem!
 Did not read the bug report carefully enough!

 On 10/13/2012 7:11 AM, Klaus on-rev wrote:
 Hi friends,

 someone already experienced this?

 I have some long, but not too long, TAB delimited lines in a list field.

 Now some lines look like the very last item is on top of the first item, 
 like this one:
 http://major-k.de//temp/display_error.jpg

 And ALL of the lines do only hile a couple of pixels at the beginning, 
 only part of the first character.

 I checked the length of these lines, but they are lower than the official 
 limits:
 Max characters per line in a field = 16 bit = 64 kb
 LENGTH() of the lines is actually shorter than this limit  6000.

 I already have a workaround, but wanted to know if this is a bug, before I 
 report this.

 Any hints much appreciated, thanks!
 Best

 Klaus

 --
 Klaus Major
 http://www.major-k.de
 kl...@major.on-rev.com


 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your subscription 
 preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode


-- 
Paul Dupuis
Cofounder
Researchware, Inc.
http://www.researchware.com/
http://www.twitter.com/researchware
http://www.facebook.com/researchware
http://www.linkedin.com/company/researchware-inc


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: display error bug for long lines in fields?

2012-10-13 Thread Klaus on-rev
Hi Paul.

Am 13.10.2012 um 17:45 schrieb Paul Dupuis p...@researchware.com:

 Klaus,
 
 Completely different symptoms. All the two bugs had in common was that
 the seemed to be related to very long lines. As I said, it *may* be
 related, but probably not.

they are a little related ;-)

When I download the example stack, set the field to DONTWRAP and LIST behavior,
the (incomplete) hilite looks exactly the same.

I think this is a but and will report it...
THEY are ciurrently EXTERMELY busy sqashing out bugs, so I will take the chance 
;-)

 On 10/13/2012 10:14 AM, Klaus on-rev wrote:
 Hi Paul,
 
 Am 13.10.2012 um 15:21 schrieb Klaus on-rev kl...@major.on-rev.com:
 
 Hi Paul,
 Am 13.10.2012 um 15:12 schrieb Paul Dupuis p...@researchware.com:
 It is not the same symptoms as you report, but we ran into a long line
 rendering bug a while back (now resolved) in
 http://quality.runrev.com/show_bug.cgi?id=10325
 It may be related.
 hmm, obviously this has NOT been resolve in 5.5.2! :-/
 oops, sorry, that one is NOT related to my problem!
 Did not read the bug report carefully enough!
 
 On 10/13/2012 7:11 AM, Klaus on-rev wrote:
 Hi friends,
 
 someone already experienced this?
 
 I have some long, but not too long, TAB delimited lines in a list field.
 
 Now some lines look like the very last item is on top of the first item, 
 like this one:
 http://major-k.de//temp/display_error.jpg
 
 And ALL of the lines do only hile a couple of pixels at the beginning, 
 only part of the first character.
 
 I checked the length of these lines, but they are lower than the official 
 limits:
 Max characters per line in a field = 16 bit = 64 kb
 LENGTH() of the lines is actually shorter than this limit  6000.
 
 I already have a workaround, but wanted to know if this is a bug, before 
 I report this.
 
 Any hints much appreciated, thanks!

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: display error bug for long lines in fields?

2012-10-13 Thread Klaus on-rev
Hi friends,

 ...
 I think this is a bug and will report it...
 THEY are ciurrently EXTREMELY busy sqashing out bugs, so I will take the 
 chance ;-)

Done:
http://quality.runrev.com/show_bug.cgi?id=10465


Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: display error bug for long lines in fields?

2012-10-13 Thread Dr. Hawkins
On Sat, Oct 13, 2012 at 9:32 AM, Klaus on-rev kl...@major.on-rev.comwrote:


 Done:
 http://quality.runrev.com/show_bug.cgi?id=10465


Hmm, my developer login doesn't extend to that site, and it seems to have
no registration option . . .

-- 
Richard E. Hawkins, Esq.
(702) 508-8462
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: display error bug for long lines in fields?

2012-10-13 Thread Mike Bonner
Send an email to support requesting an account on the qcc site.

On Sat, Oct 13, 2012 at 1:32 PM, Dr. Hawkins doch...@gmail.com wrote:

 On Sat, Oct 13, 2012 at 9:32 AM, Klaus on-rev kl...@major.on-rev.com
 wrote:

 
  Done:
  http://quality.runrev.com/show_bug.cgi?id=10465


 Hmm, my developer login doesn't extend to that site, and it seems to have
 no registration option . . .

 --
 Richard E. Hawkins, Esq.
 (702) 508-8462
 ___
 use-livecode mailing list
 use-livecode@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-livecode

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode