Есть кнопка а в ней рисуется строка, которая не всегда помещается внутри кнопки. Мне нужно как-то обрезать длинный текст. Хотелось бы, чтобы ближе к краю кнопки текст градиентно терял прозрачность...
Type: Posts; User: mernn; Keyword(s):
Есть кнопка а в ней рисуется строка, которая не всегда помещается внутри кнопки. Мне нужно как-то обрезать длинный текст. Хотелось бы, чтобы ближе к краю кнопки текст градиентно терял прозрачность...
Всем привет!
Я пишу почтовый клиент для n900 и передо мной стоит задача - из программы на Qt нужно показать пользователю всплывающее сообщение о том, что пришло новое письмо. Это сообщение должно...
Have anyone any ideas how to set this number? Built-in mail application uses it to display new messages count. It is changeable.
I'm developing mail application for our customer. One of requirements is to show balloon notification for new mail received (it should be the same look and feel as the standart new mail...
I've attached screenshot, but it should be checked by moderators. Waiting for them..
This is the link to this screen: r8g.ru/upload_image/41059fb870708d0c6734d473f5e7edbe.JPG
I need to solve the...
Hi,
Help me please! I don't know how to change the number shown on the right screenshot. When i create notification through libnotify, it's displayed in the task switcher, but with strange number...
Hi,
I have a problem with system notifications on n900. When notification balloon is placed to the task switcher (see screenshot on the right), there is a big number "1" to the right of the icon....
Resolved:
notify_notification_add_action(
notification,
"default",
"ActionLabel",
(NotifyActionCallback)onAction,
...
Hi, I cannot add action to Notification. Code is simple, but doesn't work. Notification window is displayed, but nothing happens when I clicked it. Callback function is never called! Could you help...