Search:

Type: Posts; User: etdsbastar; Keyword(s):

Page 1 of 10 1 2 3 4

Search: Search took 0.16 seconds.

  1. Replies
    2
    Views
    1,218

    [ubuntu] Re: Synaptic showing Key Error?

    Not yet checked but trying the link you provided.
  2. Replies
    2
    Views
    1,218

    [ubuntu] Synaptic showing Key Error?

    Hello there,
    I am getting this error while Reloading in synaptic, please help friends:

    W: GPG error: http://archive.canonical.com precise Release: The following signatures were invalid: BADSIG...
  3. Replies
    4
    Views
    561

    Re: SQLITE3, GtkTreeView and C problem !

    Strange guys,

    For the first time I haven't got any replies from the past two days.

    Really strange.....
  4. Replies
    4
    Views
    561

    Re: SQLITE3, GtkTreeView and C problem !

    Please help me friends !
  5. Replies
    4
    Views
    561

    Re: SQLITE3, GtkTreeView and C problem !

    bump
  6. Replies
    4
    Views
    561

    Re: SQLITE3, GtkTreeView and C problem !

    is there anyone who can help me please?
  7. Replies
    4
    Views
    561

    SQLITE3, GtkTreeView and C problem !

    Hello friends,

    The below given code is not displaying the list from sqlite3 database. please help.


    void
    populate_list()
    {
    GtkTreeIter iter;
  8. [SOLVED] Re: How to print 11 digit int64_t number with sprintf ?

    Here is the corrected code, actually I got it to work:


    gchar *
    convert_value (const gchar *value, gchar type)
    {
    gchar buff[256] = {0};
    int64_t dvalue; double fvalue;
    gchar...
  9. [SOLVED] How to print 11 digit int64_t number with sprintf ?

    Hello there,

    I want to print a 10 or 11 digit number say 99999999999 with sprintf. For this, I used this code:


    gchar*
    convert_value (const gchar *value, gchar type)
    {
    gchar...
  10. Replies
    4
    Views
    619

    [SOLVED] Re: Which database to use with c and gtk?

    Thanks for your help and it solved my problem.
  11. Replies
    0
    Views
    335

    [SOLVED] SQLite3 not showing proper errors !

    Hello there,

    Please look at the code below:


    void
    make_connection ()
    {
    Database.data_file = g_build_path (G_DIR_SEPARATOR_S, get_current_directory (),
    "data", "default.khm",...
  12. Replies
    4
    Views
    619

    [SOLVED] Re: Which database to use with c and gtk?

    Thanks a lot for the reply. That solved my problem, By the way roelforg, does TALLY also uses SQLite...
  13. Replies
    4
    Views
    619

    [SOLVED] Which database to use with c and gtk?

    Hello friends,

    I am developing a package in linux with C and GTK support. I want to know is there any file database system in linux which I can use in my project.

    Actually, I don't want mysql...
  14. [ubuntu] Re: Ubuntu crashed unexpectedly with PackageKit errors...

    Is there anyone who can help me please...
  15. Replies
    6
    Views
    1,957

    [SOLVED] Re: Which gui base to use - ncurses or gtk ?

    Thanks for your replies. I will stick with GTK...

    Thanks a lot again.
  16. Replies
    1
    Views
    919

    Re: gtkdialog disable escape key press ?

    Is there anyone to help me please.
  17. Replies
    1
    Views
    919

    gtkdialog disable escape key press ?

    Hello friends,

    I had written a code for the dialog box to be displayed to ask any question to the user, with the help of gtk. Have a look in the code below:


    gboolean
    ask_question (GtkWidget...
  18. Replies
    6
    Views
    1,957

    [SOLVED] Re: Which gui base to use - ncurses or gtk ?

    Ah, that was a nice question Barracuda, Actually, I can drink both type of beers - local and national, I mean to say I can make in ncurses and gtk both, that's where I am confused, actually I want...
  19. Replies
    6
    Views
    1,957

    [SOLVED] Re: Which gui base to use - ncurses or gtk ?

    Thanks for the reply, I know that NCURSES is a terminal based option.
  20. Replies
    6
    Views
    1,957

    [SOLVED] Which gui base to use - ncurses or gtk ?

    Hello friends,

    I am creating a project in c. I want to clarify from you guys that which gui base should I use, NCURSES or GTK.

    Since, I am programming in C both of the above needs lot of coding...
  21. [SOLVED] Re: qt or gtk+ for writing gui using c language?

    Will you please explain, what do you mean by significant differences. GNOME is gnome and KDE is kde, both are different platforms, though base is same LINUX ...
  22. [SOLVED] Re: qt or gtk+ for writing gui using c language?

    Very nice reply Peter.
  23. [SOLVED] Re: qt or gtk+ for writing gui using c language?

    My personal vote goes for GTK3, its awesome and you can design with glade interface designer.

    Tutorials are also available for download, just google around. Search for text 'Programming with GTK...
  24. Re: gtk_widget_grab_focus() jumping to next field automatically !

    Here is the function which I am using as per your instructions:


    void
    on_notebook_switch_page (GtkNotebook *notebook, GtkWidget *page, guint page_num, gpointer data)
    {
    switch (page_num)
    ...
  25. gtk_widget_grab_focus() jumping to next field automatically !

    Hello there,

    I am creating a 'C' project with glade and gtk. I want a focus on a gtkentry field naming txt_demandno and so I called the function:


    gtk_widget_grab_focus (txt_demandno);There...
Results 1 to 25 of 250
Page 1 of 10 1 2 3 4