Re: New to list, make in applet (icon problem SOLVED)

2008-12-11 Thread Aaron J. Seigo
On Thursday 11 December 2008, David Baron wrote: > Is there any way of linking these desktopthemes to KDE's. if a Plasma theme contains the SVG elements in question, they automatically get selected over the ones that ship with your plasmoid. just like icons. -- Aaron J. Seigo humru othro a koh

Re: New to list, make in applet (icon problem SOLVED)

2008-12-11 Thread David Baron
On Monday 08 December 2008 23:46:37 Aaron J. Seigo wrote: > On Monday 08 December 2008, David Baron wrote: > > On Monday 08 December 2008 21:33:21 David Baron wrote: > > > On Monday 08 December 2008 19:04:17 Aaron J. Seigo wrote: > > > > > > > Big outstanding issue is getting icons into the UI. > >

Re: New to list, make in applet

2008-12-11 Thread Riccardo Iaconelli
On Thursday 11 December 2008 08:46:11 David Baron wrote: > Those link messages have nothing to do with the modem. I get these messages > even when things are not hung. I assume they have to do with elements in > the svgz (specified by XML?) or related to scaling the svgs. There are also > "unrecogn

Re: New to list, make in applet

2008-12-10 Thread David Baron
On Wednesday 10 December 2008 19:04:12 Aaron J. Seigo wrote: > On Tuesday 09 December 2008, David Baron wrote: > > Sometime the thing works just fine. > > > > Sometimes, it gets hung up and I get messages like: > > > > link XMLID_34_ hasn't been detected! > > link XMLID_34_ hasn't been detected! >

Re: New to list, make in applet

2008-12-10 Thread Aaron J. Seigo
On Tuesday 09 December 2008, David Baron wrote: > Sometime the thing works just fine. > > Sometimes, it gets hung up and I get messages like: > > link XMLID_34_ hasn't been detected! > link XMLID_34_ hasn't been detected! > link XMLID_36_ hasn't been detected! > > At this point, it might leave the

Re: New to list, make in applet

2008-12-09 Thread David Baron
Sometime the thing works just fine. Sometimes, it gets hung up and I get messages like: link XMLID_34_ hasn't been detected! link XMLID_34_ hasn't been detected! link XMLID_36_ hasn't been detected! At this point, it might leave the modem frozen and I need to reboot to free up the phone (is the

Re: New to list, make in applet (icon problem SOLVED)

2008-12-08 Thread Aaron J. Seigo
On Monday 08 December 2008, David Baron wrote: > On Monday 08 December 2008 21:33:21 David Baron wrote: > > On Monday 08 December 2008 19:04:17 Aaron J. Seigo wrote: > > > > > > Big outstanding issue is getting icons into the UI. > > > > > > > > > > use KIcon. > > > > > > > > Get the same crash

Re: New to list, make in applet (icon problem SOLVED)

2008-12-08 Thread David Baron
On Monday 08 December 2008 21:33:21 David Baron wrote: > On Monday 08 December 2008 19:04:17 Aaron J. Seigo wrote: > > > > > Big outstanding issue is getting icons into the UI. > > > > > > > > use KIcon. > > > > > > Get the same crashes. KIcon will give me more flexibility and less > > > restr

Re: New to list, make in applet

2008-12-08 Thread Aaron J. Seigo
On Monday 08 December 2008, David Baron wrote: > On Monday 08 December 2008 19:04:17 Aaron J. Seigo wrote: > > > > > Big outstanding issue is getting icons into the UI. > > > > > > > > use KIcon. > > > > > > Get the same crashes. KIcon will give me more flexibility and less > > > restrictions

Re: New to list, make in applet

2008-12-08 Thread David Baron
On Monday 08 December 2008 19:04:17 Aaron J. Seigo wrote: > > > > Big outstanding issue is getting icons into the UI. > > > > > > use KIcon. > > > > Get the same crashes. KIcon will give me more flexibility and less > > restrictions tied to resource folders, but it has to work first :-) > > wh

Re: New to list, make in applet

2008-12-08 Thread Aaron J. Seigo
On Monday 08 December 2008, David Baron wrote: > > > > * lots of C like code in there, such as dealing with c strings. never > > > > fun compared to Qt ;) > > > > > > Yep. A lot of this was lifted from "pure" c stuff like xringd and some > > > examples of modem program that worked. I would eventual

Re: New to list, make in applet

2008-12-08 Thread David Baron
> > > * instead of having all those different svg's, you could put all the > > > elements into just one svg. more efficient all around, and probably > > > save your applet a few lines of code. obviously not critical =) > > > > I am very new to this and the only documentation is the .h files in > >

Re: New to list, make in applet

2008-12-08 Thread Aaron J. Seigo
On Monday 08 December 2008, David Baron wrote: > On Monday 08 December 2008 02:43:44 Aaron J. Seigo wrote: > > * instead of having all those different svg's, you could put all the > > elements into just one svg. more efficient all around, and probably save > > your applet a few lines of code. obvio

Re: New to list, make in applet

2008-12-07 Thread David Baron
On Monday 08 December 2008 02:43:44 Aaron J. Seigo wrote: > On Sunday 07 December 2008, David Baron wrote:xperimental and backports. > > > > > While the code is not voluminous, it is longer than appropriate for > > > > such a posting. If the list permits inclusions, I can do so. > > some things tha

Re: New to list, make in applet

2008-12-07 Thread Aaron J. Seigo
On Sunday 07 December 2008, David Baron wrote:xperimental and backports. > > > While the code is not voluminous, it is longer than appropriate for > > > such a posting. If the list permits inclusions, I can do so. some things that pop out at me: * neat idea and something that i'm sure many will f

Re: New to list, make in applet

2008-12-07 Thread David Baron
OK. Here it is if anyone is interested in taking a look. > You could attach the code to an email. > > On Sun, Dec 7, 2008 at 8:58 AM, David Baron <[EMAIL PROTECTED]> wrote: > > On Sunday 07 December 2008 15:04:34 Sebastian Kügler wrote: > >> On Sunday 07 December 2008 13:08:49 David Baron wrote: >

Re: New to list, make in applet

2008-12-07 Thread Thomas Georgiou
You could attach the code to an email. On Sun, Dec 7, 2008 at 8:58 AM, David Baron <[EMAIL PROTECTED]> wrote: > On Sunday 07 December 2008 15:04:34 Sebastian Kügler wrote: >> On Sunday 07 December 2008 13:08:49 David Baron wrote: >> > I am building an applet to control a speakerphone modem. I have

Re: New to list, make in applet

2008-12-07 Thread David Baron
On Sunday 07 December 2008 15:04:34 Sebastian Kügler wrote: > On Sunday 07 December 2008 13:08:49 David Baron wrote: > > I am building an applet to control a speakerphone modem. I have > > encountered the following problems: > > Knowing your version of KDE would be useful. Also, maybe you can post

Re: New to list, make in applet

2008-12-07 Thread Sebastian Kügler
On Sunday 07 December 2008 13:08:49 David Baron wrote: > I am building an applet to control a speakerphone modem. I have encountered > the following problems: Knowing your version of KDE would be useful. Also, maybe you can post code so people can point out things that might be wrong. And welcom