Re: D8: first impression and uneasy feeling... (long)

From: Chad Z. Hower aka Kudzu (cpub_at_hower.org)
Date: 03/03/04


Date: Wed, 3 Mar 2004 08:58:46 +0200

Barry Kelly <barry_j_kelly@hotmail.com> wrote in
news:b8194011d6asgn16h3kukt8gdfiv4hduom@4ax.com:
> Because saving and loading the contents of a list box to and from a
> text file isn't very useful?

You are missing the whole point again.

Its not just listbox. Its the fact that listbox is a "TSTrings" in Delphi and
thus has built in functionality and iteroperable with every other "similar"
type in Delphi. In. Net its not. In some ways it reminds me fo VB days.

--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
      "Programming is an art form that fights back"


Relevant Pages

  • Re: D8: first impression and uneasy feeling... (long)
    ... > The point is - listbox whatever its a TStrings. ... write a polymorphic routine which extracts and inserts items, loading ... and saving the items to and from a text file. ... Or am I reading you wrong? ...
    (borland.public.delphi.non-technical)
  • Re: Why blame Borland?
    ... > To have a chance in saving save Delphi, ... with the worst bugs fixed and some of the easy ones to fix too. ... if you can find it on the web site. ... Delphi Client/Server Certified Developer ...
    (borland.public.delphi.non-technical)
  • tk/delphi...idea good/bad ?
    ... right now to load the table structure and make changes i have a tcl gui ... i thought why not scrap that and use delphi for the structure ... a listbox with a checkbox next to each item in the listbox. ... multi-field primary and unique constraints and the ability ...
    (comp.lang.tcl)
  • Re: MVP please help - ShowDialog() very slow
    ... ShowDialog() a second or third time, since I am not loading the list box ... >> You need to remember that the ListBox control is a wrapper around the old ... >> Find great Windows Forms articles in Windows Forms Tips and Tricks ...
    (microsoft.public.dotnet.framework.windowsforms.controls)
  • Re: MVP please help - ShowDialog() very slow
    ... You should also consider using asynchronous delegates to load your data. ... can either disable the listbox while the data is loading or show some kind ... > You need to remember that the ListBox control is a wrapper around the old ... >>when the list box switches to visible as part of ShowDialog(). ...
    (microsoft.public.dotnet.framework.windowsforms.controls)