Notices


Reply
Thread Tools
Posts: 578 | Thanked: 994 times | Joined on Dec 2012
#841
Does anyone have solution for problem that not all images are loaded or ctrl+c/ctrl+v between maemo and opera mini 8?
 
nokiabot's Avatar
Posts: 1,974 | Thanked: 1,834 times | Joined on Mar 2013 @ india
#842
Originally Posted by elros34 View Post
Does anyone have solution for problem that not all images are loaded or ctrl+c/ctrl+v between maemo and opera mini 8?
i cannot understand your question
rephrase it please
 
Posts: 578 | Thanked: 994 times | Joined on Dec 2012
#843
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.
 
nokiabot's Avatar
Posts: 1,974 | Thanked: 1,834 times | Joined on Mar 2013 @ india
#844
Originally Posted by elros34 View Post
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.
can you link the sites?
i got no such problems
also copy paste does not work or was never implemented by the devloper of phoneme i dont remember the details now its one of the feature that is needed most
 

The Following User Says Thank You to nokiabot For This Useful Post:
Posts: 578 | Thanked: 994 times | Joined on Dec 2012
#845
 
nokiabot's Avatar
Posts: 1,974 | Thanked: 1,834 times | Joined on Mar 2013 @ india
#846
Originally Posted by elros34 View Post
Here you go http://www.mikroe.com/chapters/view/...crocontroller/
oh god that site is heavy like a ton
anyway works fine renders good in single colomn view on/off though last couple of images do not appear they can be viewed by long press .
reported the site to opera you do the same for now
though i believe some optmizitations are needed to phoneme on heap size or something i donn know
but its the only browser that is sane at the moment i.e opens most sites
 

The Following User Says Thank You to nokiabot For This Useful Post:
Posts: 578 | Thanked: 994 times | Joined on Dec 2012
#847
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.
Code:
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;
    }
framebuffer.cpp in cvm-latest.src.tgz
I don't know j2me. In regards to copy option Is it possible to copy text between java applications on "simple" phones?
 
nokiabot's Avatar
Posts: 1,974 | Thanked: 1,834 times | Joined on Mar 2013 @ india
#848
Originally Posted by elros34 View Post
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.
Code:
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;
    }
framebuffer.cpp in cvm-latest.src.tgz
I don't know j2me. In regards to copy option Is it possible to copy text between java applications on "simple" phones?
is this good ?
 
Posts: 18 | Thanked: 19 times | Joined on May 2014
#849
How can I add installed operamini 8 shortcut to the menu?
 
Posts: 3,328 | Thanked: 4,476 times | Joined on May 2011 @ Poland
#850
What about pushing it to extras-devel?
__________________
If you want to support my work, you can donate by PayPal or Flattr

Projects no longer actively developed: here
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 14:25.