Search found 4 matches

by Ivan Wong
Sun Oct 19, 2008 6:22 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Skinning Issue on Windows
Replies: 5
Views: 5608

Just to let everyone know I found a workaround from a old revolution archive post:

In the mimimize button script:
on mouseup
set the windowshape of this stack to 0
set the iconic of this stack to true
end mouseup


In the stack script:
on unIconifyStack
set windowShape of me to <your background ...
by Ivan Wong
Sun Oct 19, 2008 5:19 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Skinning Issue on Windows
Replies: 5
Views: 5608

Skinning Issue on Windows

I tried out the skinning tutorial at:
http://www.runrev.com/developers/tutorials/intermediate-skinning/

When building my own stack (or using the example stack provided) on Windows XP, I found that the stack does not minimize correctly to the taskbar, but instead 'sits' at the bottom of the screen ...
by Ivan Wong
Wed Sep 17, 2008 6:34 pm
Forum: Announcements
Topic: libRevCurl
Replies: 10
Views: 12620

Hi Jan,

I managed to get revXMLRPC working separately. I also got revlibcurl working (but not for XML-RPC calls).

I am interested in using revlibcurl for making non-blocking calls to an xmlrpc blog server, as I found when posting a large quantity of requests via revXMLRPC it suddenly slows down ...
by Ivan Wong
Tue Sep 16, 2008 7:57 pm
Forum: Announcements
Topic: libRevCurl
Replies: 10
Views: 12620

Hi Mark,

Thanks for this library.

Is there any way to get it to work with Rev's built-in xmlrpc calls?


Regards,
Ivan