Search found 361 matches

by splash21
Sun Jul 17, 2011 12:21 pm
Forum: MobGUI
Topic: MobGUI is Not ready for Android Yet.
Replies: 7
Views: 5845

Re: MobGUI is Not ready for Android Yet.

Hi, Barry. It's no secret that MobGUI isn't ready for android yet, as there are no android style controls yet! :wink: You can still use most of the objects in their current state for android if you want to experiment though - I've been playing with them for a while. I've been using a MacBook and eve...
by splash21
Fri Jul 15, 2011 10:28 pm
Forum: MobGUI
Topic: V0.15 available
Replies: 3
Views: 4213

Re: V0.15 available

I've been playing with android - all the controls are built with LiveCode graphics, so they work fine on android - although there's a known bug in the rendering of some of the graphics objects, so they'll not be 100% until that's fixed in the next LiveCode release. Android is now high on the to-do l...
by splash21
Fri Jul 15, 2011 9:25 pm
Forum: MobGUI
Topic: V0.15 available
Replies: 3
Views: 4213

V0.15 available

Hit the update button and download V0.15. Changes Improved performance - much more responsive and snappy to work with. Device property inspector should now reliably display all current card info. Option buttons recoded to work the same way as the new tab buttons. Slider control retains current posit...
by splash21
Thu Jul 14, 2011 7:14 pm
Forum: MobGUI
Topic: How do I create a build for iOS and Mac?
Replies: 13
Views: 9604

Re: How do I create a build for iOS and Mac?

Hi, Minx. I've attached a modified version of your stack. You were using V0.11 - latest is V0.14 - you can use the updates button on the menu bar to update to the latest version! To update a stack written with an older version is very easy - see http://mobgui.com/doc.php?docId=17 On standalone for M...
by splash21
Thu Jul 14, 2011 8:08 am
Forum: MobGUI
Topic: How do I create a build for iOS and Mac?
Replies: 13
Views: 9604

Re: How do I create a build for iOS and Mac?

Hi, Minx. When you post a new forum message, there's an 'Upload attachment' tab under the area you type the message into. If you prefer, just send it to support -at mobgui dotcom.
by splash21
Wed Jul 13, 2011 3:33 pm
Forum: MobGUI
Topic: Desktop GUI
Replies: 0
Views: 2469

Desktop GUI

I don't know if anyone else has played about with this idea, but I designed parts of MobGUI using MobGUI! An example is the updater substack - it started off as a new mainstack. I threw on a navbar, progress bar, etc. and tweaked it with the plugin until I thought it looked OK. It then became a MobG...
by splash21
Wed Jul 13, 2011 8:36 am
Forum: MobGUI
Topic: Scroller
Replies: 1
Views: 2854

Re: Scroller

Try the following;

Code: Select all

scrollerToTop "MyScroller"
MyScroller being the name of the group.
I think it's time to get into documentation mode again and pull the various notes and updates all together.

John.
by splash21
Wed Jul 13, 2011 8:31 am
Forum: MobGUI
Topic: How do I create a build for iOS and Mac?
Replies: 13
Views: 9604

Re: How do I create a build for iOS and Mac?

Thanks for that info, Jacque - and I hope you don't run into the same problem again, Minx! It's not a problem I've ever seen (and I hope I don't!)
:D
by splash21
Wed Jul 13, 2011 12:13 am
Forum: MobGUI
Topic: How do I create a build for iOS and Mac?
Replies: 13
Views: 9604

Re: How do I create a build for iOS and Mac?

Hi, Minx. Thanks for the report - I've not seen any of this behavior! Is there any chance you can post an example? What version of LiveCode are you using?

John.
by splash21
Tue Jul 12, 2011 7:31 pm
Forum: MobGUI
Topic: Version 0.12 : Tab bar and buttons
Replies: 2
Views: 3613

Re: Version 0.12 : Tab bar and buttons

:!: I've noticed that There's an issue editing either of the 2 examples posted here. I've tracked it down to the background object. MobGUI issues a 'set the layer of ...... to bottom' for the background control, but in the examples, I've grouped the background control, so the attempted layer change ...
by splash21
Tue Jul 12, 2011 12:07 pm
Forum: MobGUI
Topic: Version 0.12 : Tab bar and buttons
Replies: 2
Views: 3613

Re: Version 0.12 : Tab bar and buttons

When I look at the tabs demo running on the iPhone, there's a pause before the touched button becomes active - as we move to the new card. I've attached another version with a small tweak - the button becomes active and the NavBar title changes - then we move to the new card. It's looks and feels mo...
by splash21
Tue Jul 12, 2011 9:18 am
Forum: MobGUI
Topic: UIScroller pioblem
Replies: 3
Views: 4217

Re: UIScroller pioblem

The iOS native controls are created at run time, they don't exist before then, so aren't really part of your scrolling group! They are just represented in the IDE by the LC text field. If you want them to scroll with the labels, you would need to script it or use normal LC text fields. With the scro...
by splash21
Tue Jul 12, 2011 8:50 am
Forum: MobGUI
Topic: V0.13 - bugfix
Replies: 0
Views: 2360

V0.13 - bugfix

V0.12 had a bug in the new tab buttons that prevented you from changing their color after the card was renamed. Thanks to @doobox for spotting it early - the update is on-line! :?: I like the way the new tab buttons work - setting the uTabId and uTabText properties in the parent object, so I was thi...
by splash21
Tue Jul 12, 2011 8:39 am
Forum: MobGUI
Topic: How do I create a build for iOS and Mac?
Replies: 13
Views: 9604

Re: How do I create a build for iOS and Mac?

Hi, Minx. You shouldn't have to take any extra steps for building with MobGUI. The library is automatically attached to your stack, so you should just go ahead and try building - without cutting out any code! Let me know how it goes! :)
by splash21
Mon Jul 11, 2011 8:08 pm
Forum: MobGUI
Topic: having problem with the alignment
Replies: 4
Views: 4486

Re: having problem with the alignment

I just checked the frontscript catching the mousDoubleUp; option key must be down selectedObject must be 1 or more tool must be pointer tool You can drop controls on to your stack in both run and edit mode - check you are in edit mode and you can see the handles around the selected objects. HTH John.

Go to advanced search