Olivier Tilloy wrote on 16/06/16 16:12:
>
> On Thu, Jun 16, 2016 at 4:39 PM, Matthew Paul Thomas
> wrote:
>…
>> If you can access Facebook messages on an M10 but not on other devices,
>> that suggests Browser might work around the problem by using a
>> particular User-Agent string specifically fo
On Fri, Jun 17, 2016 at 10:54 AM, Matthew Paul Thomas
wrote:
> Olivier Tilloy wrote on 16/06/16 16:12:
>>
>> On Thu, Jun 16, 2016 at 4:39 PM, Matthew Paul Thomas
>> wrote:
>>…
>>> If you can access Facebook messages on an M10 but not on other devices,
>>> that suggests Browser might work around
On 06/17/2016 03:03 AM, Olivier Tilloy wrote:
Either way there doesn’t seem to
be an easy solution to the removal of the messenger feature from the
mobile website.
Well, we could all chip in on a Kickstarter campaign to buy Facebook and
make them put it back. :)
--
Nathan Haines
Ubuntu - ht
Hi all,
Just a heads up, I will be on vacation June 20th to 24th here in
beautiful Greece.
If you have any problems with CI Train / Bileto, these are the best
people to contact:
Ken VanDine
Barry Warsaw (although he's only around Monday and Friday)
Ted Gould
Lukasz Zemczak
Also any Ubuntu Core
Hello,
I'm trying to write my first QML/C++ app, so please be patient with me
:-)
The C++ main.cpp has:
...
int main(int argc, char *argv[]) {
QGuiApplication app(argc, argv);
QQuickView v;
QUrl file = (QUrl) "myRoot/home/phablet/baresip-app/baresip.qml";
v.setSource(file);
v.show();
Try adding:
objectName: "dialButton"
to dialButton?
"id" is for inside-qml references. "objectName" is for findChild and ilk.
On Fri, Jun 17, 2016 at 8:58 AM, Matthias Apitz wrote:
>
> Hello,
>
> I'm trying to write my first QML/C++ app, so please be patient with me
> :-)
>
> The C++ main.cpp
More in general, always make sure you check the return value of findChild
to make sure it is actually finding something :)
On Fri, Jun 17, 2016 at 2:00 PM, Michael Terry
wrote:
> Try adding:
> objectName: "dialButton"
>
> to dialButton?
>
> "id" is for inside-qml references. "objectName" is for
El día Friday, June 17, 2016 a las 09:00:57AM -0400, Michael Terry escribió:
> Try adding:
> objectName: "dialButton"
>
> to dialButton?
>
> "id" is for inside-qml references. "objectName" is for findChild and ilk.
Thanks. This seems to find the object, but gives a new problem:
QObject::conne
Use SLOT(cppSlot(const QString *)) instead of SLOT(cppSlot(QString)).
2016-06-17 9:13 GMT-04:00 Matthias Apitz :
> El día Friday, June 17, 2016 a las 09:00:57AM -0400, Michael Terry
> escribió:
>
> > Try adding:
> > objectName: "dialButton"
> >
> > to dialButton?
> >
> > "id" is for inside-qml re
Err, you should probably keep using QString. Just switch your slot to
accept a QString object instead of a pointer to one, rather.
On Fri, Jun 17, 2016 at 9:14 AM, Michael Terry
wrote:
> Use SLOT(cppSlot(const QString *)) instead of SLOT(cppSlot(QString)).
>
> 2016-06-17 9:13 GMT-04:00 Matthias
On 17 June 2016 at 20:58, Matthias Apitz wrote:
>
> Hello,
>
> I'm trying to write my first QML/C++ app, so please be patient with me
> :-)
>
> The C++ main.cpp has:
>
> ...
> int main(int argc, char *argv[]) {
> QGuiApplication app(argc, argv);
> QQuickView v;
> QUrl file = (QUrl) "myRoot/h
El día Friday, June 17, 2016 a las 09:15:38AM -0400, Michael Terry escribió:
> Err, you should probably keep using QString. Just switch your slot to
> accept a QString object instead of a pointer to one, rather.
Thanks! With this now the three buttons for 'dial', 'answer' and 'status'
call nicel
Hello,
I'm trying to coonect Microsoft Arc Touch Bluetooth mouse to my BQ Aquaris
M10 tablet and it doesn't even display in bluetooth settings. The mouse
requires Bluetooth 4.0 which should be available according to specs, so my
assumption is Ubuntu Touch may not support it programmatically.
As I understood from discussion of this bug [1] it should work with bluez
5.40. Will it come to UT any soon?
It's a brand new mouse purchased specifically for use with my tablet, so if
it's not going to work with it I will try getting my money back (without
much hope for success though).
[1] - htt
On 06/17/2016 04:46 PM, Aaron Honeycutt wrote:
Bluetooth does not use dongles that would be another tech.
Of course Bluetooth uses dongles. They're very common with Bluetooth
keyboards or mice because not all systems (particularly desktops) have
Bluetooth receivers. Incidentally, I use an o
15 matches
Mail list logo