RE: Gtkmm efficiency



The application uses a touchscreen monitor, so there needs to be an
event that I can "capture" to let me know when the user touches the
entry.  I was unable to get such an event to work with labels, so I used
the gdkcrossing signal for entries.  If there is a signal that I can
subscribe with labels to give me this functionality, I would try to use
labels.

-Thanks,
Aaron

-----Original Message-----
From: Jonathon Jongsma [mailto:jonathon quotidian org] 
Sent: Monday, December 10, 2007 1:26 PM
To: Aaron Geier
Subject: Re: Gtkmm efficiency

On 12/10/07, Aaron Geier <ageier catalystmicro com> wrote:
>
> Hello,
>
> I am creating an application where a lot of entry boxes will be
updated
> "simultaneously".  In addition to other controls on the screen, there
are
> about 100 entry boxes that may need to be updated at the same time.  I
am
> using a VIA C7 (1.5GHz) processor [motherboard from this site:
> http://www.logicsupply.com/products/vb7001g].
>
> When the entry boxes are updated, the screen can take up to 3 seconds
to
> update all of the text boxes.  Is there a way to improve the
performance of
> Gtkmm so that this isn't so sluggish (I am compiling without the debug
flag
> with O2 and funroll-loops optimizations)?
>
>
>
> Thanks,
>
> Aaron Geier

Are the entries editable?  in other words -- do they need to be
entries?  or can they be labels or something like that?.
Alternatively, have you tried to disable any of the events?  just
ideas off the top of my head...

-- 
jonner


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]