Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #3075
| From | Dirk Bruere at NeoPax <dirk.bruere@gmail.com> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: Android: create drawable from path |
| Date | 2011-04-15 11:38 +0100 |
| Organization | Dirk Bruere at Neopax |
| Message-ID | <90qlgfFt2vU1@mid.individual.net> (permalink) |
| References | (3 earlier) <io7skv$np5$1@news.albasani.net> <90pfmdF17bU1@mid.individual.net> <99mdnexwGbGIDDrQnZ2dnUVZ_h6dnZ2d@earthlink.com> <90pkrcF1aaU1@mid.individual.net> <moqdnQS2TfIcWjrQnZ2dnUVZ_s2dnZ2d@earthlink.com> |
On 15/04/2011 05:20, Patricia Shanahan wrote: > On 4/14/2011 6:20 PM, Dirk Bruere at NeoPax wrote: >> On 15/04/2011 01:28, Patricia Shanahan wrote: >>> On 4/14/2011 4:52 PM, Dirk Bruere at NeoPax wrote: >>>> On 14/04/2011 23:32, Lew wrote: >>> ... >>>>> That information was *not* in your post, so no, there was *not* enough >>>>> information in your post. I am happy that we found the correct answer >>>>> despite that. It is strange that you're claiming to have provided >>>>> enough >>>>> information by citing data that you did not provide us. >>>> >>>> Because at the time I did not know it was relevent >>> >>> That is the perfect summary of the argument in favor of constructing and >>> posting an SSCCE. >>> >>> An SSCCE includes all actually relevant information, regardless of >>> whether the person constructing the SSCCE is aware of its relevance. >>> >>> Constructing a non-SSCCE excerpt the contains all information that is >>> actually relevant is much harder. It requires the programmer to know >>> what is relevant to the problem without knowing enough to solve it, a >>> rare condition. >>> >>> Patricia >> >> Well, I have just got another problem that cannot be done this way, >> unless I post the whole program. >> >> I have multiple listviews each containing hundreds of strings. >> I switch between them with various buttons. >> When they load, they are fine. >> However, if I use a finger to scroll the screen up and then switch to >> another listview while the last one is still scrolling I get entries >> broken into multiple lines that persist. > > It sure sounds like SSCCE material to me. I would start with questions > like how many listviews are needed, and how many strings per view. 4 listviews, with between 100 and 2000 strings in each >> My bug, Android 2.2 bug or h/w problem? >> > > If this happened in non-Android Java, I would suggest checking that all > GUI activity is on the event dispatching thread. It sounds as though the > view change is being processed before the scroll has finished, which > should be prevented by doing both in the same thread. > > Maybe you should do the equivalent check? Yes. Anyway, its not a major bug - there are other things to do first -- Dirk http://www.neopax.com/technomage/ - My new book - Magick and Technology
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
Android: create drawable from path Dirk Bruere at NeoPax <dirk.bruere@gmail.com> - 2011-04-14 18:37 +0100
Re: Android: create drawable from path Lew <lew@lewscanon.com> - 2011-04-14 12:06 -0700
Re: Android: create drawable from path Dirk Bruere at NeoPax <dirk.bruere@gmail.com> - 2011-04-14 21:32 +0100
Re: Android: create drawable from path Lew <noone@lewscanon.com> - 2011-04-14 18:32 -0400
Re: Android: create drawable from path Dirk Bruere at NeoPax <dirk.bruere@gmail.com> - 2011-04-15 00:52 +0100
Re: Android: create drawable from path Patricia Shanahan <pats@acm.org> - 2011-04-14 17:28 -0700
Re: Android: create drawable from path Dirk Bruere at NeoPax <dirk.bruere@gmail.com> - 2011-04-15 02:20 +0100
Re: Android: create drawable from path Patricia Shanahan <pats@acm.org> - 2011-04-14 21:20 -0700
Re: Android: create drawable from path Dirk Bruere at NeoPax <dirk.bruere@gmail.com> - 2011-04-15 11:38 +0100
Re: Android: create drawable from path Patricia Shanahan <pats@acm.org> - 2011-04-15 09:25 -0700
Re: Android: create drawable from path Dirk Bruere at NeoPax <dirk.bruere@gmail.com> - 2011-05-04 18:29 +0100
Re: Android: create drawable from path markspace <-@.> - 2011-05-04 11:24 -0700
Re: Android: create drawable from path Daniele Futtorovic <da.futt.news@laposte-dot-net.invalid> - 2011-05-04 20:27 +0200
Re: Android: create drawable from path Nigel Wade <nmw-news@ion.le.ac.uk> - 2011-05-05 09:39 +0100
Re: Android: create drawable from path Lew <noone@lewscanon.com> - 2011-04-15 07:27 -0400
csiph-web