| Reply | « Previous Thread | Next Thread » |
|
Is it possible to call appuifw functions such as note etc from an embedded CSPyInterpreter object. I am trying the following but it does not work:
CSPyInterpreter* py = CSPyInterpreter::NewInterpreterL(); CleanupStack::PushL(py); TBuf8<200> outputBuffer = _L8("c:\\system\\apps\\python\\filebrowser.py"); char *argv[1]; int argc; argv[0] = (char*)outputBuffer.PtrZ(); argc = 1; py->RunScript(argc, argv); //py->iStdO = &PythonOutput; CleanupStack::PopAndDestroy(); //CAppConfig, test2 I also tried putting the above code in an app. That did not work either. How do I launch UI based scripts within a controlled environment (where I can set variables etc....) |
| Reply | « Previous Thread | Next Thread » |
| Thread Tools | Search this Thread |
|---|---|
| Rate This Thread | |
| Thread | Thread Starter | Forum | Replies | Last Post |
|---|---|---|---|---|
| Python for Series 60 released on Forum Nokia! | eriksmartt | Python | 5 | 2009-07-14 18:00 |
| Using calling cards with Nokia 6600 | steffi1 | General Discussion | 3 | 2008-01-21 04:49 |
| bug: Wireless Keyboard application + appuifw tabs | XXVelcrar | Python | 1 | 2005-08-10 11:06 |
| ihooks causes Python to crash? | terosaarni | Python | 0 | 2005-05-01 12:35 |
| Re-launching an embedded aplication from MApaEmbeddedDocObserver::NotifyExit() | mkeke | Symbian User Interface | 0 | 2003-10-10 18:10 |