Hello all !
I´m launching an application from another using this code:
(it works fine)
void CBSView1::LaunchApplication(const TDesC& aApp) // Launch Extern Application (.App)
{...
Type: Posts; User: valentin_itiv; Keyword(s):
Hello all !
I´m launching an application from another using this code:
(it works fine)
void CBSView1::LaunchApplication(const TDesC& aApp) // Launch Extern Application (.App)
{...
Hello everyone !
You all have noticed when Bluetooth is active on a phone (eg: Nokia 7650), there is a small round icon showing it...
I´d like to do the same for my application... When...
Hi everyone !
I have 2 applications and I would like to send an event from the first one to the second. Something like:
App A says: "Hey ! App B ! Please read the data we use to communicate"...
Hi Adi !
I´d be glad to take a look at this document but it appears your hyperlink is now broken.
Would you have a copy of it, by any chance ?
Thanx,
Valentin
I get the idea...
Anyway, I´ve read some books about this topic and I did think, there was no way out :-)
Therefore your solution is nice... I´ll see if I can do what I want with it...
Hi !!
This question might seem weird but I´m facing a problem that I can´t solve by myself and it may interest some others...
...
Hi !
Did you find any solution to your problem ?
It seems we are several wanting to include a listbox into a Dialog...
Thx for any comment !
Bye
Valentin
Hi Everybody !
I use some Multiselection List Queries to ask the user about some information... I use a CArrayFixFlat to get the result of the query.
I´d like to know if there is a way to...
Hi !
I tried your code. It works perfectly fine... But...
Would you know by any chance, why my Dialog doesn´t disappear ??
Thanx !
Valentin
I´ve got the same questions in mind...
Did you find any answer by yourself Andy ?
(How to get this dialog ALWAYS disappear !?)
Thanx a lot !!!
Valentin
NavaronSoftware: I think you might use CActive Objects in this case... Just look up in the forum...
Cheers,
Valentin
Hello everybody ...
I´m still trying to auto-generate the view architecture of a symbian (6.1) application.
Thus I only use 1 class AppView and 1 class AppContainer and some arrays to store...
Thanx a lot !!
That´s exactly want I want to do :-))
Hi Yuva !
I´d be glad if you had solved this problem and if you could explain your solution !! I also need to access each resource defined in .rsg
I know their names but I can´t succeed...
Hi everyone !!
Here is my simple problem:
Instead of doing :
BaseConstructL(R_MULTIVIEWS_VIEW1);
I´d like to do something like :
Thanx Lauri ...
I´ve been much too long away from Symbian framework ;-))
Cheers
Valentin
Hi all !
I´m trying to simplify the views creation´s process of my application.
Actually, I thought that I could do something like that :
- AppUi.h :
public:...
Hi all !
I´m trying to compile my sources using abld build wins udeb.
Here is the error I get:
I don´t understand where the problem comes from...
Thanx for your help !
Cheers,...
Hi !
CreateDocumentL() isn´t even called :-(
The Emulator returns: "system error"
I put a breakpoint "<>" there:
EXPORT_C CApaApplication* NewApplication() {
<> return new...
Hello all !
I get a really weird problem and I hope someone can help me out:
When I start my new application, it crashes there:
EXPORT_C CApaApplication* NewApplication() {
return new...