Forum: Development
2010-01-03, 11:53
|
Replies: 0
Views: 889
Manual localization - how to add it into the code
Hello everyone
I am new to linux programming and have this problem.
I have coded all application and I have made a simple Makefile (I have not used autoconf, just simply written by hand) and right...
|
Forum: Development
2009-12-29, 01:57
|
Replies: 1
Views: 1,184
Finishing steps for app development
Hello fellow developers
I am total linux programmer newbie and I have just finished coding app for my bachelor thesis at university. I am sure that there is somebody able to help me with last...
|
Forum: Development
2009-12-13, 10:12
|
Replies: 0
Views: 936
New file dialog and save file
Hello everyone
I am writing an app and I store the data in sqlite3 db. Can someone help me with a piece of code which will handle setting folder where to store new db, saving existing db to a new...
|
Forum: Development
2009-12-12, 20:30
|
Replies: 1
Views: 1,716
Re: GtkListStore
After the sudden idea of breaking my laptop after 6 hours of code checking I found a bug :)
FYI so that you do not make the same mistake:
WHEN ADDING TO A STORE (list or whatever) USE...
|
Forum: Development
2009-12-12, 17:54
|
Replies: 1
Views: 1,716
Solved: GtkListStore appending data
Hello everyone
I am working on an app which uses GtkTreeView and GtkListStore and I can't insert any data into the store and getting following error.
gtk_list_store_append: assertion `iter != NULL'...
|
Forum: Development
2009-12-11, 17:57
|
Replies: 6
Views: 1,281
|
Forum: Development
2009-12-11, 15:04
|
Replies: 6
Views: 1,281
|
Forum: Development
2009-12-11, 14:53
|
Replies: 6
Views: 1,281
|
Forum: Development
2009-04-24, 08:54
|
Replies: 3
Views: 1,551
Re: Usage of SQLite
Hello Daniel
At the begining thank you for your time.
According to selection of a programming language. I decided to use c99 C with a companion of standard gui (hildon).
Looks like I am going to...
|
Forum: Development
2009-04-23, 15:14
|
Replies: 3
Views: 1,551
Usage of SQLite
Hello fellow developers :)
I am working on a car tracking program (its main purpose is to track expenses on gas, trips, repairs, tire changes etc) and I am considering using SQLite3 db as a source...
|