Join Today
+ Reply to Thread
Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
Like Tree4Likes

Thread: EZX programming for dummy by dummy

  1. #11

    Default

    I have more info about UTIL_PushButton class.

    First I can create UTIL_PushButton without seg.fault by assigned it a resource id. But It doesn't display resource it still CST button.
    Code:
    UTIL_PushButton *btn1 = new UTIL_PushButton( "InSet_Picker_Date", this );
    And I try another by create UTIL_PushButton with both resource id and text. It still the same as above. Button still CST but have text overlay on it.

    Code:
        //UTIL_PushButton *normal = new UTIL_PushButton( "MessCe_Msg_Play", "Play", this );
    But If I create UTIL_PushButton with text only or with out text and without resource id. It cause a segmentation fault.

    Code:
    UTIL_PushButton *normal = new UTIL_PushButton( "Test", this ); // seg. fault
    
    or
    
    UTIL_PushButton *normal = new UTIL_PushButton( this, 0 ); // seg. fault
    and I found that UTIL_PushButton make QVBoxLayout display a messy statusbar.
    Visit my Blog here.http://my.opera.com/eakrin

  2. #12
    borman Guest

    Default

    Does anybody know a normal way of switching between several content widgets? ZMainWidget::setContentWidget() seems to actually add a widget to layout, but not to replace an old content with a new one. When i run the following sequence:
    setContentWidget(a);
    ...
    setContentWidget(b);
    ...
    setContentWidget(a);
    I get a seg. fault when executing the last call.

  3. #13
    Join Date
    Sep 2005
    Location
    Jakarta, Indonesia
    Posts
    1,091

    Default

    @borman
    Better you use QWidgetStack.

  4. #14
    Join Date
    Aug 2008
    Location
    Colombia
    Posts
    13

    Default

    hey eakrin
    can you give me all the source codes for programming in QT? but in A12OO GUI
    please

  5. #15
    Join Date
    Jul 2008
    Location
    Mumbai
    Posts
    34

    Default

    Has anyone got a solution for UTIL_ListBox
    I am able to create one, but as soon as i call insert item it gives segmentation fault

    please someone help

  6. Default

    Sorry for the stupid question, but what is the difference between a normal QPushButton and a UTIL_PushButton or a QListBox and a UTIL_ListBox?


 
+ Reply to Thread
Page 2 of 2 FirstFirst 12

Similar Threads

  1. EZX Crosstool and SDK for Motorola EZX phones
    By eakrin in forum Development
    Replies: 108
    Last Post: 11-10-2009, 11:13 AM
  2. [Req] EZX Programming Ebook
    By *~Nimsrules~* in forum Moto eBooks
    Replies: 2
    Last Post: 04-21-2009, 11:10 AM
  3. Replies: 15
    Last Post: 11-07-2008, 01:44 PM
  4. NEED HELP (DUMMY)
    By ROKR in forum E6 General Chat
    Replies: 3
    Last Post: 07-14-2007, 06:43 AM
  5. PLEASE PLEASE, HELP A DUMMY
    By luke1719 in forum E680i General Chat
    Replies: 4
    Last Post: 05-11-2006, 07:19 AM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
Single Sign On provided by vBSSO

Search Engine Optimization by vBSEO 3.6.0 RC 1