Search found 361 matches

by splash21
Mon Jun 09, 2014 2:09 pm
Forum: Databases
Topic: simultaneous multiple database access
Replies: 6
Views: 5520

Re: simultaneous multiple database access

Hi, Steve. If you grant the user that you connect with privileges for both databases, then you can access both DB's from 1 query.
by splash21
Sun Jun 08, 2014 11:03 am
Forum: MobGUI
Topic: Ability to move text of button up/down lost with V1.24
Replies: 2
Views: 8985

Re: Ability to move text of button up/down lost with V1.24

Hi, Wizard. That feature (I thought) wasn't required since resolution independence, but I guess you have an example of where it is still required? I'll have a look and see it it interferes with any changes added since it was removed. Hopefully there's no reason not to add it back in! 8)
by splash21
Sat Jun 07, 2014 8:44 pm
Forum: MobGUI
Topic: 1.25 New Features
Replies: 2
Views: 8736

Re: 1.25 New Features

The DGH bug was my fault - greedy with the dragdrop message! I've a few other small plugins that I use fairly regularly, but had never got around to adding - someone pointed out recently (over a Skype chat/screen share) that I should be adding them to MobGUI for convenience... V1.26 It's a small thi...
by splash21
Thu Jun 05, 2014 8:32 pm
Forum: MobGUI
Topic: MobGUI V1.25 / V1.26
Replies: 0
Views: 10252

MobGUI V1.25 / V1.26

V1.25 should run happily in the LC7 IDE. There are a few new features almost complete, but this release just focuses on everything working normally with LC7. To download, just visit http://mobgui.com/download.php P.S. This version also fixes a bug (found by Zryip) where MobGUI did not pass the dragD...
by splash21
Tue Jun 03, 2014 5:01 pm
Forum: MobGUI
Topic: uText & uTabText
Replies: 14
Views: 18105

Re: uText & uTabText

Hi, DevBoyLars - if you want to catch the mouseUp, etc. events with a group instead of the individual button objects, make sure you pass the message in the button's script ....

Code: Select all

on mouseDown
   pass mouseDown
end mouseDown
then the group will receive the message.
by splash21
Thu May 29, 2014 1:47 pm
Forum: iOS Deployment
Topic: App upload errors via Application Loader - UPDATE
Replies: 13
Views: 10244

Re: App upload errors via Application Loader - UPDATE

Great fix - finding this thread this saved a lot of messing around - thanks. 8)
by splash21
Sun May 25, 2014 2:13 pm
Forum: Announcements
Topic: Full justification for LiveCode fields
Replies: 3
Views: 5239

Re: Full justification for LiveCode fields

Thanks for the feedback. I've made a small performance tweak (v1.01) which may save a few cycles on really large text - every little helps! :) I've also uploaded a tweaked version that will work with the LC7 DP releases that don't have the charIndex property. I've not timed the LC7 version (which us...
by splash21
Fri May 23, 2014 5:40 pm
Forum: Announcements
Topic: Full justification for LiveCode fields
Replies: 3
Views: 5239

Full justification for LiveCode fields

Thanks to Dave Kilroy for sharing the work around and the generosity of Mark Stephens of Simulytics for donating the code back to the LiveCode community, a new function is available to fully justify LiveCode text fields. LiveCode version >= 6.5 is required as it uses the measureText function which w...
by splash21
Tue May 13, 2014 4:02 pm
Forum: MobGUI
Topic: Slider in a scroller
Replies: 2
Views: 9084

Re: Slider in a scroller

Try experimenting with the following two properties via the mobileControlSet command... • canCancelTouches (iOS Only) - Determines whether the scroller is allowed to cancel a touch that has been passed through to the underlying controls when it thinks it is a scroll gesture (maps to the UIScrollView...
by splash21
Wed Apr 30, 2014 1:58 pm
Forum: MobGUI
Topic: Mobgui scroll resize behaviour
Replies: 1
Views: 4259

Re: Mobgui scroll resize behaviour

Hi, Asha. Check out this thread - http://forums.runrev.com/viewtopic.php?f=54&t=19106
It demonstrates how to change a scroller's content and changing the size of the conrtent area - does this example help for your case?
by splash21
Wed Apr 16, 2014 1:25 pm
Forum: MobGUI
Topic: do native scrollers of MobGUI work wid data grids?
Replies: 2
Views: 9380

Re: do native scrollers of MobGUI work wid data grids?

Hi, Keram. The scrollers used in MobGUI are the very same you'd get if you create them yourself with the mobileControlCreate command - the performance will be the same. I've been looking at what's involved in creating a tableview type control, but it's still some way off yet :(
by splash21
Thu Apr 10, 2014 12:51 pm
Forum: MobGUI
Topic: MobGUI & LC 7.0(dp1) crash.
Replies: 3
Views: 4949

Re: MobGUI & LC 7.0(dp1) crash.

Looks like I may have the solution for running on LC7 - hopefully have an update soon that runs normally on the new releases :D
by splash21
Thu Apr 10, 2014 12:49 pm
Forum: MobGUI
Topic: Carousel problem
Replies: 3
Views: 4679

Re: Carousel problem

I've not seen this before, Paolo - maybe sending it a 'mgCarouselReset' message as the card closes would be an option? You can have a look at that handler (and the others!) in the control's behavior script.
by splash21
Thu Apr 10, 2014 12:43 pm
Forum: MobGUI
Topic: Zoom in Android native browser
Replies: 2
Views: 4226

Re: Zoom in Android native browser

Hi, I don't think there's an option to do that for android - there's an autofit property, but it's marked as iOS only in the LC documentation :(
by splash21
Thu Mar 27, 2014 11:01 pm
Forum: MobGUI
Topic: MobGUI carousel issues
Replies: 1
Views: 3415

Re: MobGUI carousel issues

Hi, Peter. It's impossible to guess with no info! Can you post a stack? Give details about the images / steps taken to create the stack in it's current state?

Go to advanced search