Подскажите пожалуйста. Каким образом можно сделать всплывающее меню по нажатию левого софткея в Open C/C++? Неужели для этого нет функций в RGA, и все надо делать ручками? Заранее благодарен!!!
Подскажите пожалуйста. Каким образом можно сделать всплывающее меню по нажатию левого софткея в Open C/C++? Неужели для этого нет функций в RGA, и все надо делать ручками? Заранее благодарен!!!
Как говорится тут - Open C/C++ QuickStart:
Таким образом ответ на Ваш вопрос:How to develop a graphical user interface
Note that there are no UI libraries for Open C/C++. However, you can currently create the UI in three alternative programming languages; you can use the S60 UI framework and develop it in the Symbian C++ programming language. If you are not familiar with Symbian C++ programming, you have two choices: RGA APIs that are C++ APIs ideal for UI-intensive, graphics-oriented applications such as games or Python for S60, a scripting language mainly targeted at prototyping, is suitable for applications with minimal UI requirements.
- The development of hybrid applications is described in the S60 Open C API documentation.
- You should also take a look at the Open C code examples published at Forum Nokia (download them from the Open C documents and code examples page). Each example provides porting notes as well.
1)да, все надо делать ручками.Неужели для этого нет функций в RGA, и все надо делать ручками?
2) Либо использовать S60 UI фреймворк и писать его с использованием Symbian C++.
3) Или же использовать для создания интерфейса Python для S60.
Примеры использования всех трёх вариантов смотрите тут - Open C documents and code examples page
А вы не моглибы дать точную ссылочку на проект в котором меню написано ручками. Заранее благодарен.
Пока попробую разобраться с гибридным приложением Symbian UI и Open C++.
Это примеры игр:If you are not familiar with Symbian C++ programming, you have two choices: RGA APIs that are C++ APIs ideal for UI-intensive, graphics-oriented applications such as games...
- RGA: Biowaste Game Example
- RGA: Tetromino Game Example