Discussion Board

Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    0
    Views
    584

    hidden widget repaint

    Hello

    I have a widget that is hidden for a while: myWidget.hide().
    Some operations changes the widget content.
    When I show the widget again, first, the the widget is shown with old data, and...
  2. Replies
    1
    Views
    647

    Re: QT Designer Plugin for Carbide.c++

    Come on...nobody faced the problem I am facing?!
  3. Replies
    1
    Views
    647

    QT Designer Plugin for Carbide.c++

    Hello!

    I am facing the following problem:
    - have a QT Designer plugin (a custom widget, like the one that comes with qt, customwidgetplugin)
    - it's working with qt designer

    Is there any way...
  4. Replies
    7
    Views
    1,365

    Re: Custom widget using QT Designer

    I managed to compile a custom plugin for QT Designer, using QT Creator.
    I copied the dll in .../plugins/Designer/ folder, and it worked fine, the widget was visible in QT Designer.

    But how can I...
  5. Replies
    7
    Views
    1,365

    Re: Custom widget using QT Designer

    Are you referring to the promote-to functionality?
  6. Replies
    7
    Views
    1,365

    Re: Custom widget using QT Designer

    Thanks for your response.

    Yes, I tried creating new ui class, specifying the type as QWidget.
    But there is another problem:
    The rest of the application is designed with ui-designer, using .ui...
  7. Replies
    7
    Views
    1,365

    Custom widget using QT Designer

    Hello!

    I would need to design a custom widget (that should contain a label, a button, etc), for using it in multiple views.
    Is possible to create a custom widget using qt designer, and this...
  8. Replies
    3
    Views
    823

    Re: CTelephony + DialNewCall error

    Hmmm,
    I'll give it a try....
  9. Replies
    3
    Views
    823

    CTelephony + DialNewCall error

    Hey!

    I have a strange problem using CTelephony:
    I make a call using CTelephony::DialNewCall
    The call is made, but no popup with the number and status is show (I am reffering to the one that is...
  10. Replies
    14
    Views
    1,770

    Re: portrait / landscape mode in application

    Hello!

    Another question related to PLLayout.
    I have the following problem:
    When I change the orientation of the phone, for ex from landscape to portrait, after the size change, first all the...
  11. Replies
    6
    Views
    863

    Re: CEikDateEditor popup calendar

    It seems very strange that S60 Avkon does NOT have a calendar control...this should be a base, not some extra thing....
  12. Replies
    6
    Views
    863

    Re: CEikDateEditor popup calendar

    Sounds like a plan, but it seems that those controls do not have test code...
    http://developer.symbian.org/xref/oss/search?q=CCalenMonthGrid&defs=&refs=&path=&hist=&project=/MCL
  13. Replies
    6
    Views
    863

    Re: CEikDateEditor popup calendar

    `

    It should be enough to have some kind of calendar control...
    I seen something like this in the calendar application... but I don't know how "legal" is to use code from that app in my...
  14. Replies
    6
    Views
    863

    Re: CEikDateEditor popup calendar

    Nobody can help me out with a hint?:(
  15. Replies
    15
    Views
    4,485

    Re: Help with global confirmation Query

    Did anyone found a nice solution for this problem?

    Gr3go
  16. Replies
    6
    Views
    863

    CEikDateEditor popup calendar

    Hey,

    I am wondering, if there exists some build-in feature that solves my problem:
    I have a CEikDateEditor in a custom form (inheriting from CAknForm), and when the user presses the middle...
  17. Replies
    2
    Views
    811

    Re: How to adjust frame to a rounded rectangle?

    The inner (TRect) should be smaller than the outer (TRect)
    The amount of rounding is given by the size difference between these two rects.

    Gr3go
  18. Replies
    4
    Views
    726

    Re: Can't see text on screen

    This may be caused by having a null-rect (TRect(0,0,0,0))
    What is the value of drawRect?
  19. Re: [Moved] How to change the background color of S60 5th Stylus popup menu???

    is there any documentation from nokia, about how to skin an application? maybe to skin some components that use some images?
  20. Replies
    10
    Views
    964

    Re: errors while creating the .sis file

    Check if you have those files in your epoc32 directory....
    Also you may use some sis file unpacker tool, to see what you have in the result sis file....
  21. Re: Force CCoeControl to draw inside a specified rect

    Hei!

    Found a solution for my problem.
    The constrait is, that every control that is inside de C (the container), must gc.SetClippingRect(aRect), where aRect is the rect from draw.
    In this case,...
  22. Re: Force CCoeControl to draw inside a specified rect

    Question: can I modify the GC of a not window owning container?
    Let's say, I have a Window owning container, with default GC, and that window has a non window owning container with another GC?
  23. Re: Force CCoeControl to draw inside a specified rect

    Ok, it should be, but:
    I was going to make a containre (C), that moves A inside of itself, some kind of marquee effect (I modify the position of A at each animation step, but not the rect)
    And A...
  24. Force CCoeControl to draw inside a specified rect

    Hello!

    I am facing a strange problem.
    Maybe it's a wrong approach, but let's give it a try.
    So, I have a container(C), in which I have a bigger control(A).
    So A's rect is not inside C's rect....
  25. Replies
    13
    Views
    1,489

    Re: Pure virtual methods...

    Thanks,

    That was my approach also (after reading the article from artima site)

    Gr3go
Results 1 to 25 of 83
Page 1 of 4 1 2 3 4
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved