elros34
|
2015-09-01
, 11:36
|
Posts: 578 |
Thanked: 994 times |
Joined on Dec 2012
|
#841
|
|
2015-09-02
, 05:05
|
|
Posts: 1,974 |
Thanked: 1,834 times |
Joined on Mar 2013
@ india
|
#842
|
Does anyone have solution for problem that not all images are loaded or ctrl+c/ctrl+v between maemo and opera mini 8?
|
2015-09-02
, 14:30
|
Posts: 578 |
Thanked: 994 times |
Joined on Dec 2012
|
#843
|
|
2015-09-02
, 15:40
|
|
Posts: 1,974 |
Thanked: 1,834 times |
Joined on Mar 2013
@ india
|
#844
|
Sorry for my poor English.
1. I mean situation when you have opened quite heavy site in opera min 8 and problem is that not all pictures on site are loaded. For example only to 1/3 of page, other images are blank.
2. I can't use ctrl+c/ctrl+v in opera mini so I it's impossible for example to copy website address from microb to opera mini.
The Following User Says Thank You to nokiabot For This Useful Post: | ||
|
2015-09-02
, 15:55
|
Posts: 578 |
Thanked: 994 times |
Joined on Dec 2012
|
#845
|
|
2015-09-02
, 19:09
|
|
Posts: 1,974 |
Thanked: 1,834 times |
Joined on Mar 2013
@ india
|
#846
|
Here you go http://www.mikroe.com/chapters/view/...crocontroller/
The Following User Says Thank You to nokiabot For This Useful Post: | ||
|
2015-09-03
, 11:02
|
Posts: 578 |
Thanked: 994 times |
Joined on Dec 2012
|
#847
|
void FrameBuffer::keyPressEvent(QKeyEvent *event) { if(event->matches(QKeySequence::Paste)) { QString clipboard = QApplication::clipboard()->text(QClipboard::Clipboard); for(int i = 0; i < clipboard.count(); ++i) keyEvent(clipboard.at(i).unicode()); return; }
|
2015-12-04
, 19:40
|
|
Posts: 1,974 |
Thanked: 1,834 times |
Joined on Mar 2013
@ india
|
#848
|
I have tried -Xmx32m option to increase heap space but in vain.
Is there anyone with a working phoneme build? Perhaps this simple piece of code would add option for pasting (ctrl+v) in to opera mini.
framebuffer.cpp in cvm-latest.src.tgzCode:void FrameBuffer::keyPressEvent(QKeyEvent *event) { if(event->matches(QKeySequence::Paste)) { QString clipboard = QApplication::clipboard()->text(QClipboard::Clipboard); for(int i = 0; i < clipboard.count(); ++i) keyEvent(clipboard.at(i).unicode()); return; }
I don't know j2me. In regards to copy option Is it possible to copy text between java applications on "simple" phones?
|
2016-04-07
, 12:34
|
Posts: 18 |
Thanked: 19 times |
Joined on May 2014
|
#849
|