No I am on fedora 11. It just appears to be loading problem. The delay
fixed the problem.
The error only happened when I auto-started the program on login.
So it looks like some libraries were not initiated yet.
Steven
On Fri, 2009-08-14 at 16:11 +0300, Jussi Lahtinen wrote:
> There is some pro
There is some problems with Ubuntu and Qt...
Application that use Qt start before some component of Qt it self.
I'm I correct, you are on Ubuntu and your application uses Qt?
Jussi
On Fri, Aug 14, 2009 at 04:57, Steven James Drinnan wrote:
> Thanks that did the trick.
>
> Funny if I run manual
Thanks that did the trick.
Funny if I run manually from the menu entry all OK.
Steven
On Thu, 2009-08-13 at 17:49 +0300, Jussi Lahtinen wrote:
> If your program works otherwise, I think your error would be because
> something needed has not been started yet...
> Try to start your program with
If your program works otherwise, I think your error would be because
something needed has not been started yet...
Try to start your program with script:
#!/bin/sh
sleep 15 #Wait for 15 seconds.
gbr2 yourprogranname.gambas
Does it work then?
Jussi
On Thu, Aug 13, 2009 at 05:00, Steven Jam
Hi guys,
I have had a look at prev posts but it seems it has not been resolved.
I am working on a weather applet specific for Hong Kong. The problem is
when I autostart the program on logon I get this
error. "Unable to Embed from frmweather.?.0 "
Any ideas.
My source code can be found here:
ht