Confirmation note complication

Login to reply to this topic.
Sun, 2007-09-09 16:00
Joined: 2007-07-30
Forum posts: 3

Hi,

I have Symbian program which write to and read from linuxserver. No I have problem.
If answer is from linux server 10 or bigger I must show information note ! If is smaller than 10 program continue.
How can I do that, because communication class is my engine part.
I am assort my UI and engine separate?

Can anyone help me, please ?

T:ati


Mon, 2007-09-10 13:25
Joined: 2006-10-05
Forum posts: 80
Re: Confirmation note complication

Hello Katti32,

Your question isn't very clear.

Is it that you don't know how to display Information note or that you cannot communicate with the specified server?

Please elaborate your problem.

Mon, 2007-09-10 19:15
Joined: 2004-07-10
Forum posts: 364
Re: Confirmation note complication

If your engine is being invoked by an APP UI then simply provide a callback API or similar to notify the UI part of your code to display the information note.

Thu, 2007-09-13 11:20
Joined: 2007-09-13
Forum posts: 3
Re: Confirmation note complication

U can use

1. user::waitforresquest();

2. create a active object of engine (transaction).

3. after completion of request do check returned value and raise a confirmation note.

Regards

Amit Joshi

  • Login to reply to this topic.