Re: [Evolution-hackers] Addressbook UI thoughts
- From: Miguel de Icaza <miguel ximian com>
- To: Not Zed <notzed ximian com>
- Cc: Rodrigo Moya <rodrigo ximian com>, Tuomas Kuosmanen <tigert ximian com>, Ross Burton <ross burtonini com>, Evolution Hackers <evolution-hackers lists ximian com>
- Subject: Re: [Evolution-hackers] Addressbook UI thoughts
- Date: Mon, 08 Dec 2003 22:53:28 -0500
> > But the scaling bit is probably better than anything you have anyways.
> But of course scaling is trivial with a flat view ...
Yes, but this does grouping, as I mentioned before.
> > I think we want to have a new widget for that display mode, for Evo 2.0
> > you cant really use Mono if you wanted to, but you should definitely
> > write a simple widget, along the lines of what I did.
> So we'll need two different widgets for the different views?
Thats my suggestion, yes.
> Given that the components are simpler now, it would be nice to even
> have a mono based one, even if its just a prototype. Whats the status
> of the gc/pthreads issue?
Solved.
The issue is very simple: do not put pointers to MonoObject* in the
stack to avoid doing the #include <pthread.h>, if you need to keep a
pointer to a MonoObject, do it on the heap or a structure.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]