Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[OT]Suche tutorial zur Programmierung von KDE-Miniprogrammen
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum
View previous topic :: View next topic  
Author Message
bröggle
Guru
Guru


Joined: 11 Oct 2004
Posts: 356

PostPosted: Mon Dec 27, 2004 1:22 pm    Post subject: [OT]Suche tutorial zur Programmierung von KDE-Miniprogrammen Reply with quote

jeder kde benutzer kennt doch diese kleinen miniprogramme die sich in die Taskleiste eindocken... z.b. farbwähler, binär uhr oder der system monitor.

MEine Frage ist jetzt:
1.Gibt es irgendwo ein tutorial dazu?
2. gibt es eine art demo-app dass man so modifizifieren kann wie man es braucht?

natürlich stell ich euch das ergebnis dann vor :-)

mod edit: +[OT]
amne

_________________
where is the n00b section?
Back to top
View user's profile Send private message
Gekko
l33t
l33t


Joined: 29 Oct 2002
Posts: 773

PostPosted: Mon Dec 27, 2004 2:06 pm    Post subject: Reply with quote

In KDevelop z.B. kann man Templates dafür aufrufen.
Back to top
View user's profile Send private message
bröggle
Guru
Guru


Joined: 11 Oct 2004
Posts: 356

PostPosted: Mon Dec 27, 2004 2:23 pm    Post subject: Reply with quote

danke, das hilft schonmal ein stückchen weiter...

aber so richtig verstehe ich das ganze da nicht (hab noch nie mit kdevelop gearbeitet :/ ) und kann nur wenig c++ , dafür aber java ganz gut.

-->Gibts ein tutorial?
->Oder das ganze für java?

^-^
_________________
where is the n00b section?
Back to top
View user's profile Send private message
_hephaistos_
Advocate
Advocate


Joined: 07 Apr 2004
Posts: 2694
Location: salzburg, austria

PostPosted: Mon Dec 27, 2004 2:29 pm    Post subject: Reply with quote

also java IMHO nicht!

max. C# wär noch eine möglichkeit :)

hth,
ciao
_________________
-l: signature: command not found
Back to top
View user's profile Send private message
bröggle
Guru
Guru


Joined: 11 Oct 2004
Posts: 356

PostPosted: Mon Dec 27, 2004 2:57 pm    Post subject: Reply with quote

java =~ c#

Ich habe mich schonmal mit c# befasst, aber es dann wieder aufgegeben, da es wirklich 'ein wenig' Java ähnelt.

Da gibts aber kein Template...

Wenn ich ein Tutorial zu dem Thema hätte würde ich auch mit C++ zurecht kommen, denn Java ähnelt/stamm ab von C++

Oder hat jemand den Source von einem einfachen Miniprogramm?

(p.s.: mein Programm soll nur eine Zahl ausgeben, die sagen wir alle 10 min aktualisiert wird, mehr nicht, evtl. wenns leichter is wäre ein statusbalken auch gut...)


ich glaube der source-code des "Systemmonitor"-Miniprogramms ist wohl am passendsten für meine Bedürfnisse oder?
Oder den der KDE-Digitaluhr...
_________________
where is the n00b section?
Back to top
View user's profile Send private message
_hephaistos_
Advocate
Advocate


Joined: 07 Apr 2004
Posts: 2694
Location: salzburg, austria

PostPosted: Mon Dec 27, 2004 5:33 pm    Post subject: Reply with quote

bröggle wrote:
Wenn ich ein Tutorial zu dem Thema hätte würde ich auch mit C++ zurecht kommen, denn Java ähnelt/stamm ab von C++

klar, stammt ab! aber ich wette, wenn du noch nie C/C++ programmiert hast, kommst du auch nicht mit einem howto zurecht!
meine meinung: man kann von C++ relativ leicht auf Java umsteigen, aber umgekehrt eher nicht so leicht!

Quote:
ich glaube der source-code des "Systemmonitor"-Miniprogramms ist wohl am passendsten für meine Bedürfnisse oder?
Oder den der KDE-Digitaluhr...

is in kdelibs oder kdebase :)

hth,
ciao
_________________
-l: signature: command not found
Back to top
View user's profile Send private message
bröggle
Guru
Guru


Joined: 11 Oct 2004
Posts: 356

PostPosted: Mon Dec 27, 2004 5:55 pm    Post subject: Reply with quote

ohne how to, kann ich aber auch nicht rausfinden ob ich damit zurecht komm...

zu deinem 2. tipp: hilft ja nicht wirklich ;-)
_________________
where is the n00b section?
Back to top
View user's profile Send private message
z4Rilla
Apprentice
Apprentice


Joined: 22 Dec 2003
Posts: 291
Location: EU

PostPosted: Mon Dec 27, 2004 6:00 pm    Post subject: Reply with quote

es existieren java bindings für kde und qt

http://developer.kde.org/language-bindings/java/
Back to top
View user's profile Send private message
Earthwings
Bodhisattva
Bodhisattva


Joined: 14 Apr 2003
Posts: 7753
Location: Germany

PostPosted: Mon Dec 27, 2004 11:59 pm    Post subject: Reply with quote

Die meisten KDE Tutorials sind recht brauchbar, hier insbesondere Extending the KDE Panel
Back to top
View user's profile Send private message
bröggle
Guru
Guru


Joined: 11 Oct 2004
Posts: 356

PostPosted: Sat Jan 01, 2005 2:56 pm    Post subject: Reply with quote

also ich wollte das tut ausprobieren... aber bei mir kommt der Fehler
Code:

checking for mcopidl... /usr/kde/3.3//bin/mcopidl
checking for kdb2html... not found
configure: error: The important program kdb2html was not found!
Please check whether you installed KDE correctly.



Wie behebe ich das? Google hat mir nur ausgespuckt nicht unbedingt was nützliches ausgespuckt...

Könnt ihr mal schauen ob das beispiel aus dem tut bei euch funktioniert?
_________________
where is the n00b section?
Back to top
View user's profile Send private message
z4Rilla
Apprentice
Apprentice


Joined: 22 Dec 2003
Posts: 291
Location: EU

PostPosted: Sat Jan 01, 2005 3:42 pm    Post subject: Reply with quote

kam das bei
Code:
emerge kdejava


?
Back to top
View user's profile Send private message
bröggle
Guru
Guru


Joined: 11 Oct 2004
Posts: 356

PostPosted: Sat Jan 01, 2005 3:51 pm    Post subject: Reply with quote

nein als ich das Beispiel aus dem Link von Earthwings ausprobieren wollte (bei ./configure --prefix=/usr/kde/3.3/)
weder slocate noch esearch (emerge -s) finden was
_________________
where is the n00b section?
Back to top
View user's profile Send private message
z4Rilla
Apprentice
Apprentice


Joined: 22 Dec 2003
Posts: 291
Location: EU

PostPosted: Sat Jan 01, 2005 7:15 pm    Post subject: Reply with quote

jop vielleicht brauchst du auch die aktuelle version der kdelibs
Code:
jim@z4Rilla jim $ emerge -p kdejava
 
These are the packages that I would merge, in order:
 
Calculating dependencies ...done!
[ebuild     U ] kde-base/kdelibs-3.3.2-r1 [3.3.1]
[ebuild  N    ] kde-base/qtjava-3.3.2
[ebuild  N    ] kde-base/kdejava-3.3.1
Back to top
View user's profile Send private message
bröggle
Guru
Guru


Joined: 11 Oct 2004
Posts: 356

PostPosted: Sun Jan 02, 2005 1:58 am    Post subject: Reply with quote

bash-2.05b# esearch kdelibs
[ Results for search key : kdelibs ]
[ Applications found : 2 ]

* app-doc/kdelibs-apidocs
Latest version available: 3.1.5
Latest version installed: [ Not Installed ]
Size of downloaded files: 10,302 kB
Homepage: http//developer.kde.org/
Description: API documentation autogenerated from the kde-base/kdelibs package
License: GPL-2

* kde-base/kdelibs
Latest version available: 3.3.2-r1
Latest version installed: 3.3.2-r1
Size of downloaded files: 15,257 kB
Homepage: http://www.kde.org/
Description: KDE libraries needed by all kde programs
License: GPL-2 LGPL-2


-->ich hab die neueste KDelib ...
_________________
where is the n00b section?
Back to top
View user's profile Send private message
Linuxpeter
Guru
Guru


Joined: 28 May 2004
Posts: 403
Location: Dresden, Germany

PostPosted: Sun Jan 02, 2005 3:05 am    Post subject: Reply with quote

Code:
# USE="doc" emerge kdelibs

_________________
Regards, Linuxpeter
Wenn "Windows" die Antwort ist, war es eine dumme Frage. ;-)
Is "Windows" the answer, then it was a stupid question. ;-)
Back to top
View user's profile Send private message
theche
Guru
Guru


Joined: 26 Feb 2004
Posts: 512

PostPosted: Sun Jan 02, 2005 5:33 pm    Post subject: Reply with quote

(OT) du willst sicher
source /etc/profile
in deine ~/bashrc reinschreiben ;)
_________________
Stellt euch vor, es geht, und keiner bekommt's hin! --theche, der gefragt worden ist, was sein nick bedeuten soll...
Back to top
View user's profile Send private message
bröggle
Guru
Guru


Joined: 11 Oct 2004
Posts: 356

PostPosted: Sun Jan 02, 2005 9:31 pm    Post subject: Reply with quote

hä? den versteh ich jetzt nicht.... weil bei mir bash vorne dransteht?
das hab ich irgendwie mal kaputt gemacht... früher stand da immer das verzeichnis.... aber auch nach source /etc/profile stehr nur <user>@<host> dran.... (p.s. source /etc/profile dauert bei mir recht lange... welchen vorteil hat man davon?)
_________________
where is the n00b section?
Back to top
View user's profile Send private message
theche
Guru
Guru


Joined: 26 Feb 2004
Posts: 512

PostPosted: Mon Jan 03, 2005 12:33 am    Post subject: Reply with quote

ja genau, das sollte diesen effekt haben. is manchmal ganz nützlich zu wissen, wer wo ist...vA beim löschen...
_________________
Stellt euch vor, es geht, und keiner bekommt's hin! --theche, der gefragt worden ist, was sein nick bedeuten soll...
Back to top
View user's profile Send private message
_hephaistos_
Advocate
Advocate


Joined: 07 Apr 2004
Posts: 2694
Location: salzburg, austria

PostPosted: Mon Jan 03, 2005 6:44 pm    Post subject: Reply with quote

hi!

schon eine lösung bezügl. des kdb2html problems?

ciao
_________________
-l: signature: command not found
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) Diskussionsforum All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum