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...
Type: Posts; User: Gr3go; Keyword(s):
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...
Come on...nobody faced the problem I am facing?!
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...
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...
Are you referring to the promote-to functionality?
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...
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...
Hmmm,
I'll give it a try....
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...
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...
It seems very strange that S60 Avkon does NOT have a calendar control...this should be a base, not some extra thing....
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
`
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...
Nobody can help me out with a hint?:(
Did anyone found a nice solution for this problem?
Gr3go
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...
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
This may be caused by having a null-rect (TRect(0,0,0,0))
What is the value of drawRect?
is there any documentation from nokia, about how to skin an application? maybe to skin some components that use some images?
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....
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,...
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?
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...
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....
Thanks,
That was my approach also (after reading the article from artima site)
Gr3go