Search found 625 matches

by lazi
Sun Jan 13, 2013 9:34 am
Forum: General programming
Topic: OpenURL() function under Windows
Replies: 9
Views: 8765

Re: OpenURL() function under Windows

Unfortunately no. I don't use regularly windows, so can't help currently.
by lazi
Tue Jan 08, 2013 10:59 pm
Forum: General programming
Topic: OpenURL() function under Windows
Replies: 9
Views: 8765

Re: OpenURL() function under Windows

It seems that it isn't so trusty. Sometimes just don't work, but after a reboot it works again.
Can't see how I could be more helpful :)

(Of course changed to http:// style)
by lazi
Fri Jan 04, 2013 9:55 pm
Forum: Showcase
Topic: ShowGeo is a MUI Royale showcase
Replies: 2
Views: 5097

Re: ShowGeo is a MUI Royale showcase

Thanks. It is a pleasure with such a great tool :D
by lazi
Fri Jan 04, 2013 1:58 pm
Forum: MUI Royale
Topic: classic machine without rtg
Replies: 1
Views: 3714

classic machine without rtg

I can't easily test, so I ask it:

Is it possible to run clean MUI Royale application without RTG system?
by lazi
Wed Jan 02, 2013 11:00 pm
Forum: MUI Royale
Topic: Really fast gui development.
Replies: 2
Views: 4781

Really fast gui development.

To prove that how effective MUI Royale, shortly after it launched I made a simple 3D object viewer with nice MUI gui. You will find it on OS4Depot an on Aminet. The source is here if you want look a really nasty source :) ;3d Primer ;filled konvex polygon drawing ; ;To do: ;- add size detection and ...
by lazi
Wed Jan 02, 2013 10:52 pm
Forum: Showcase
Topic: ShowGeo is a MUI Royale showcase
Replies: 2
Views: 5097

ShowGeo is a MUI Royale showcase

Hi!

Just uploded to OS4Depot and to Aminet a simple 3D object viewer which has a nice MUI gui thanks to MUI Royale.

Have fun!
by lazi
Sat Dec 15, 2012 12:07 am
Forum: General plugin questions
Topic: Sqlite custom collating sequence
Replies: 4
Views: 7337

Re: Sqlite custom collating sequence

Here is the solution for the custon collation: ;-------------------------------- ;-- Hungarian Custom collation -- ;-------------------------------- @REQUIRE "sqlite3" Function collate(s1,s2) s1=LowerStr(s1) s2=LowerStr(s2) s1=ReplaceStr(s1,"a","aa") s1=ReplaceStr(s1,&q...
by lazi
Sat Dec 15, 2012 12:06 am
Forum: General plugin questions
Topic: Sqlite custom collating sequence
Replies: 4
Views: 7337

Re: Sqlite custom collating sequence

Andreas wrote:I don't really know anything about SQLite. I just did the port :)
This is what I feared ;)
by lazi
Thu Dec 06, 2012 11:58 am
Forum: General programming
Topic: Program Quits when going offline...
Replies: 17
Views: 18130

Re: Program Quits when going offline...

@evil

Do you use dial-up connection?
Connected to a router I tried to netshutdown and it closed mui-owb and waiting the network to shutdown. Meanwhile the hollywood script is gone unresponsible even to ctrl-c.

This seems to be a bad issue, so it would be nice to solve it somehow.
by lazi
Thu Dec 06, 2012 11:40 am
Forum: General programming
Topic: OpenURL() function under Windows
Replies: 9
Views: 8765

Re: OpenURL() function under Windows

I have problems on xp pro sp2 too with urlopen. I made this workaround and it works even on win7. ("localhost" is th url) x=GetVersion() If x.platform="Win32" Run (ReplaceStr(ReadRegistryKey(#HKEY_CLASSES_ROOT,"http/shell/open/command/"),"%1","localhost&q...