Group bug?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
bill.waldman
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 8
Joined: Wed Jul 05, 2006 2:00 pm
Location: Connecticut
Contact:

Group bug?

Post by bill.waldman » Sun Feb 13, 2011 6:56 pm

MAC OS X 10.6.6 / LiveCode 4.5.3

I was trying to "group" a selection of controls and a QT player and found that whenever the player was included in the selection, the pizza wheel of death appeared. I have to force quit LiveCode. If I simply do not include the QT player, all is well.

My thought was to create this group to create a self contained "fader" unit - it loads a sound file: stops, starts loops, fade volume up and down , all without the QT native controls. (Thanks Marty Knapp...)

When I set the FileName property to "" (empty) so that no file is associated with the Player, I can group it.

I think I found a bug here.

-Bill Waldman

BvG
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 1236
Joined: Sat Apr 08, 2006 1:10 pm
Location: Zurich
Contact:

Re: Group bug?

Post by BvG » Mon Feb 14, 2011 12:06 am

Crashers are always bugs. Please go to the quality center and enter it, if possible attach the relevant log files from console app (found in the utilities folder within the application folder).

Unfortunately, I am unable to reproduce your problem, no crash at all on my similar setup.
Various teststacks and stuff:
http://bjoernke.com

Chat with other RunRev developers:
chat.freenode.net:6666 #livecode

bill.waldman
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 8
Joined: Wed Jul 05, 2006 2:00 pm
Location: Connecticut
Contact:

Re: Group bug?

Post by bill.waldman » Mon Feb 14, 2011 7:06 pm

I can't seem to log into the Quality Center - my login for this board and as a RunRev customer both do not work...Can I post my example or send it to you?

I continue to have issues.
Here's a new one:
Create a background... copy & paste it.

Members of the second background still refer to the first (are in the scope of the first) even when the scripts specifically refer to "button x of this background"

Thanks...

-Bill Waldman

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2718
Joined: Sat Dec 22, 2007 5:35 pm
Location: Genève
Contact:

Re: Group bug?

Post by jmburnod » Mon Feb 14, 2011 10:05 pm

Hi Bill,
.Can I post my example or send it to you?
Yes. Post your stack in attachment
Best
Jean-Marc
https://alternatic.ch

bill.waldman
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 8
Joined: Wed Jul 05, 2006 2:00 pm
Location: Connecticut
Contact:

Re: Group bug?

Post by bill.waldman » Tue Feb 15, 2011 3:13 am

OK - so this attachment is like a "bug workshop".
I crash when I'm even just editing the groups sometimes.
Includes a recipe to recreate what I'm seeing - again, Mac OS X 10.6.6, LiveCode 4.5.3

Folks - have a look and tell me if I there's something wrong or that perhaps other career choices might be appropriate.


--BW
faderGroup.livecode.zip
Fader control with buggy issues
(120.58 KiB) Downloaded 230 times

cenglish
Posts: 34
Joined: Wed May 11, 2011 6:44 pm
Location: LA, USA

Re: Group bug?

Post by cenglish » Wed Feb 01, 2012 10:18 pm

Has anyone seen this resolved? Was it a bug? I can't edit any of my groups because it crashes livecode completely every time. I try to ungroup a group and it crashes, I now cannot edit any of my groups I've created because it crashes livecode instantly. It doesn't lock it up and makes me force quit it, it closes out of livecode completely. Can anyone help with this?

jmburnod
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 2718
Joined: Sat Dec 22, 2007 5:35 pm
Location: Genève
Contact:

Re: Group bug?

Post by jmburnod » Thu Feb 02, 2012 12:04 am

Hi Bill,

Sorry i didn't see your stack

• First try
As Mark said "Crashers are always bugs"
When i try to group objects LiveCode crash. :shock:

• Try 2
I changed the name of the objects named "field" and "button" and i can group the objects
without crash

I changed the btn "k" script only:
1. Local tGroup created
2. tGroup = the owner of the target
3. Replaced "this group " with "group tGroup"

The btn k work for me on LiveCode 5.0 under OSX 10.6.8 :D

It seem it is important each object of a group have a unique name

Best regards
Attachments
soundBoard Main2.livecode.zip
(121.81 KiB) Downloaded 204 times
https://alternatic.ch

mwieder
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 3581
Joined: Mon Jan 22, 2007 7:36 am
Location: Berkeley, CA, US
Contact:

Re: Group bug?

Post by mwieder » Thu Feb 02, 2012 1:19 am

In addition, it's bad form to name objects "Field" or "Button" or other reserved words.

Post Reply

Return to “Getting Started with LiveCode - Complete Beginners”