Recent

Author Topic: Problem with Tlistbox, Intel Mac, Lazarus 9.25, Carbon  (Read 6921 times)

windy

  • Full Member
  • ***
  • Posts: 186
Problem with Tlistbox, Intel Mac, Lazarus 9.25, Carbon
« on: January 15, 2008, 01:42:44 am »
Hi
this error might have already been fixed, but, it only occurs with a program compiled to carbon, it does not occur when compiled to GTK
its easy to duplicate:
drop  a tlistbox onto a form
add a button, and then with that button, go ,
listbox1.items.add('test');

then add another button
and then with that button, go,
listbox1.items.clear;
listbox1.items.add('test 2');

you will get a dialog box with nothing showing (error message), but I know from adding in a error trap that its a list index out of bounds error

Thanks !
Brian

Tombo

  • New Member
  • *
  • Posts: 21
RE: Problem with Tlistbox, Intel Mac, Lazarus 9.25, Carbon
« Reply #1 on: January 15, 2008, 01:10:51 pm »
Please add this to the bug tracker. For help see http://wiki.lazarus.freepascal.org/How_do_I_create_a_bug_report

windy

  • Full Member
  • ***
  • Posts: 186
RE: Problem with Tlistbox, Intel Mac, Lazarus 9.25, Carbon
« Reply #2 on: January 16, 2008, 11:44:21 pm »
Hi
I am not able to report on the bug tracker, my email must be blocked, or similar
Believe me, I have tried.
It would be good if someone else could post this.
Thanks
Brian

Marc

  • Administrator
  • Hero Member
  • *
  • Posts: 2582
RE: Problem with Tlistbox, Intel Mac, Lazarus 9.25, Carbon
« Reply #3 on: January 17, 2008, 12:00:50 pm »
Probably you or your provider is blocking email from dynamic IPs through the Spamhaus  PBL blocklist.

Try an other email account
//--
{$I stdsig.inc}
//-I still can't read someones mind
//-Bugs reported here will be forgotten. Use the bug tracker

Tombo

  • New Member
  • *
  • Posts: 21
RE: Problem with Tlistbox, Intel Mac, Lazarus 9.25, Carbon
« Reply #4 on: January 22, 2008, 02:32:55 pm »
Windy, thanks for reporting a bug. It should be fixed in latest SVN.

windy

  • Full Member
  • ***
  • Posts: 186
RE: Problem with Tlistbox, Intel Mac, Lazarus 9.25, Carbon
« Reply #5 on: January 22, 2008, 11:04:46 pm »
Hi
I did manage to get into the bug tracker....using a different email server...
and I posted another bug I found, with the strtotime function not working correclty between noon and 1pm (the hour is then converted as hour 0 instead of hour 12)
but that bug track report was deleted.,..
so I am reporting this here (applies to the linux version as well)
thanks!

I will try the latest snap shot, but I am away for the next week,so will download when I get back
 thanks for fixing the tlistbox  error!

 

TinyPortal © 2005-2018