Search found 51 matches

by mmiele
Sun Sep 25, 2011 12:24 pm
Forum: Making IDE Plugins
Topic: Sixsides' Styles Palette
Replies: 0
Views: 4146

Sixsides' Styles Palette

Styles Palette is a LiveCode plugin containing tools to speed up the creation of graphic interfaces in RunRev LiveCode. Styles Palette let you gather a number of “graphical” properties (stroke and fill color, line size, opacity, stroke and fill gradients, graphic effects, ink and blending level) in...
by mmiele
Tue Jul 12, 2011 10:02 am
Forum: Talking LiveCode
Topic: selected object changed
Replies: 2
Views: 2087

Re: selected object changed

Thanks Mark,

I'd forgot them...

Best regards,
Mario
by mmiele
Tue Jul 12, 2011 8:54 am
Forum: Talking LiveCode
Topic: selected object changed
Replies: 2
Views: 2087

selected object changed

Hi,

I'm writing a palette stack to edit some control properties. Is there a way (a message?) to know from within the palette stack when a control is selected in another stack of the LC environment?

Thanks in advance,
Mario
by mmiele
Tue Jul 05, 2011 1:06 pm
Forum: Multimedia
Topic: switching graphic effects on and off
Replies: 6
Views: 7012

Re: switching graphic effects on and off

Maany thanks,

Mario
by mmiele
Tue Jul 05, 2011 12:22 pm
Forum: Multimedia
Topic: switching graphic effects on and off
Replies: 6
Views: 7012

switching graphic effects on and off

Hi,
anyone knows how to switch a graphic fx (dropShadow, innerGlow, etc) on and off?
If, for example, I do this:

Code: Select all

set the dropShadow of grc "mygraph" to empty
the fx is switched on instead than off!
by mmiele
Sat Apr 30, 2011 11:36 am
Forum: Mac OS
Topic: ASCII codes and the number keypad
Replies: 5
Views: 7104

Re: ASCII codes and the number keypad

Using on keyDown theKey put chartonum(theKey) into me end keyDown as a field script, it gives me "45" for both keys. while using on rawKeyDown theKey put theKey into me end rawKeyDown gives me "45" for the left "minus" key and "65453" for the "minus" key on the num pad. The numlock key seems to have...
by mmiele
Tue Mar 29, 2011 8:19 pm
Forum: iOS Deployment
Topic: LC 4.6 doesn't works on iPod 3.1.3
Replies: 0
Views: 1516

LC 4.6 doesn't works on iPod 3.1.3

I've updated to LC 4.6. If I deploy any app to my iPOD with iOS 3.1.3, they don't work anymore (they worked from LC 4.5.3). They work on an iPad with iOS 4.2.1. If I tap on the app, it seems to load and the display become black but, after a few seconds, it close and treturn to the system. Someone sh...
by mmiele
Fri Feb 04, 2011 3:15 pm
Forum: iOS Deployment
Topic: device orientation
Replies: 2
Views: 3329

Re: device orientation

My problem is: starting from a landscape oriented iPhone, with a landscape oriented card arriving to a landscape oriented iPhone (the device is not rotated) but with a portrait oriented card (the image is rotated) In other words I want to be sure that when I visit some particular card, the card orie...
by mmiele
Fri Feb 04, 2011 12:37 am
Forum: iOS Deployment
Topic: device orientation
Replies: 2
Views: 3329

device orientation

I need a stack where a card must be seen in portrait orientation and another in landscape orientation.

Is there a way to set the interface orientation of a card (iphoneOrientation prop) independently of the current device orientation (iphoneDeviceOrientation prop)?
by mmiele
Thu Feb 03, 2011 11:10 pm
Forum: iOS Deployment
Topic: UIWebView troubles
Replies: 18
Views: 10630

Re: UIWebView troubles

Installed a fresh copy of MacOS X 10.6.6, of Xcode 3.2.5 and of LiveCode 4.5.3 on my MacBook.
Nothing! Same behavior! The scroll freeze! I'm confused...
by mmiele
Tue Feb 01, 2011 2:18 pm
Forum: iOS Deployment
Topic: UIWebView troubles
Replies: 18
Views: 10630

Re: UIWebView troubles

I agree with you. I'm just doing the things you suggested.
BTW the "lcMobileScroll_0.0.3.livecode" stack works without problems !?!

Kind regards
Mario
by mmiele
Tue Feb 01, 2011 1:46 pm
Forum: iOS Deployment
Topic: UIWebView troubles
Replies: 18
Views: 10630

Re: UIWebView troubles

Reinstalled 4.5.3: same thing! I'm also using version 4.0, cause a different behavior between the two version (but this is another chapter). I' guessing if there is some config or auxiliary file common to the two version which can give this kind of problem. Investigating... P.S. I didn't understand:...
by mmiele
Tue Feb 01, 2011 12:38 pm
Forum: iOS Deployment
Topic: UIWebView troubles
Replies: 18
Views: 10630

Re: UIWebView troubles

a new version of liveCode?
by mmiele
Tue Feb 01, 2011 11:37 am
Forum: iOS Deployment
Topic: UIWebView troubles
Replies: 18
Views: 10630

Re: UIWebView troubles

I red on the "scroller iPhone with bounce" about the same quirk I found in the web browser.
So I tried to 'defrost' the scrolling sliding the browser up and then touching the status bar: it worked!

It seems as the browser suffers the same kind of problem of the scroller.
by mmiele
Mon Jan 31, 2011 7:28 pm
Forum: iOS Deployment
Topic: UIWebView troubles
Replies: 18
Views: 10630

Re: UIWebView troubles

No way, I hope someone at Runrev is reading these post...
Anyway, a big thank for your tries and your time.

Kind regard
Mario

Go to advanced search