Search found 224 matches

by pink
Mon Aug 13, 2018 8:31 pm
Forum: LiveCode Builder
Topic: AmongKeysOfArray issues
Replies: 3
Views: 4021

Re: AmongKeysOfArray issues

ah!!! that makes sense, thank you!!!!
by pink
Mon Aug 13, 2018 8:10 pm
Forum: LiveCode Builder
Topic: AmongKeysOfArray issues
Replies: 3
Views: 4021

AmongKeysOfArray issues

I have a property that is an array. In my setter handler, I am trying to fill in keys that might not be available. Here is my code: private handler setData(in pData as Array) variable tCount as Number variable tKey as String put the number of elements in pData into mCount repeat with tCount from 1 u...
by pink
Mon Aug 13, 2018 6:12 pm
Forum: LiveCode Builder
Topic: Default Script
Replies: 14
Views: 17930

Default Script

How do I add a default script to a widget?

I tried manually adding a "Support" folder and a defaultscript.livecodescript file, but it did not get included.
by pink
Mon Aug 13, 2018 4:30 pm
Forum: LiveCode Builder
Topic: My Button Bar
Replies: 6
Views: 6588

Re: My Button Bar

So my problem seems to be storing the rectangles... I tried making a list, pushing each rectangle to the end and then in the mouseup handler, putting the corresponding element into a rectangle variable, however, it keeps telling me that the rectangle is in the wrong format. So I tried making an arra...
by pink
Fri Aug 10, 2018 10:56 pm
Forum: LiveCode Builder
Topic: My Button Bar
Replies: 6
Views: 6588

Re: My Button Bar

oddly enough, icongrid is what I am emulating in my mind (except I'm just including the text and no icons)

I've been hoping that it might get updated for 9.0
by pink
Fri Aug 10, 2018 3:15 pm
Forum: LiveCode Builder
Topic: My Button Bar
Replies: 6
Views: 6588

My Button Bar

I'm working on my first widget which is a block full of "buttons". The intent here is that this will be for a survey application so these will be the answer options. Still quite new to LCB, so I'm unsure if the way I'm planning to do others makes sense... Drawing a bunch of round rectangles and the ...
by pink
Fri Aug 10, 2018 2:11 pm
Forum: LiveCode Builder
Topic: Big bunch of questions
Replies: 7
Views: 6458

Re: Big bunch of questions

Thanks guys, this helped out a lot
by pink
Thu Aug 09, 2018 3:46 am
Forum: LiveCode Builder
Topic: Big bunch of questions
Replies: 7
Views: 6458

Big bunch of questions

-can I / how do I wrap text in a widget? -if I put text into a rect, and the text is to long to stay within the rect, how can I cut it off? -can I (and how) can I align text (e.g. center or right-align) -are there any functions built in for drawing SVGs within an widget? -are there any easy methods ...
by pink
Sun Aug 05, 2018 1:24 pm
Forum: LiveCode Builder
Topic: Parse to number error
Replies: 5
Views: 4875

Re: Parse to number error

Thank you both... of course I finally found the "BaseConvert" command in the dictionary.

Unfortunately I copied these examples right out of the dictionary, will need to get that fixed
by pink
Sun Aug 05, 2018 12:35 am
Forum: LiveCode Builder
Topic: Parse to number error
Replies: 5
Views: 4875

Re: Parse to number error

I've even tried using the examples from the ParseStringAsNumber, both of them give me the same error when testing public handler practiceMe() variable tString as String put "5.6" into tString parse tString as Number -- the result is 5.6 end handler public handler practiceMe2() variable tResult as op...
by pink
Sat Aug 04, 2018 10:46 pm
Forum: LiveCode Builder
Topic: Parse to number error
Replies: 5
Views: 4875

Parse to number error

I am trying to create a LCB handler that converts a number from base 16 to base 10, however, it is erroring out at the line where I parse to a number... error: Parsing error: syntax error parse tChar as Number into tNum ^ 5:36 PM: Error: failed to compile module below is my actual code: public handl...
by pink
Wed Jan 31, 2018 4:44 pm
Forum: iOS Deployment
Topic: Missing App Store Icon
Replies: 1
Views: 2323

Missing App Store Icon

I received the following back from Apple: Missing App Store Icon - iOS Apps must include a 1024x1024px App Store Icon in PNG format. Without providing the icon in the Asset Catalog or via iTunes Connect, apps cannot be submitted for App Review or Beta App Review. Refer to https://developer.apple.com...
by pink
Fri Oct 20, 2017 12:30 pm
Forum: LiveCode Builder
Topic: Community widgets
Replies: 68
Views: 127593

Re: Community widgets

okay, it helps if I check to see if there's an update first... I downloaded the new installer and everything installed fine on 9 DP9
by pink
Fri Oct 20, 2017 12:27 pm
Forum: LiveCode Builder
Topic: Community widgets
Replies: 68
Views: 127593

Re: Community widgets

I can't get Icon Grid to install on 9 DP-9.

Actually, when I choose to install all of the widgets, icon grid and svg text don't get installed. (The other 4 get installed)
by pink
Sat Aug 19, 2017 12:40 am
Forum: Databases
Topic: Daybed 2.0 - A Library for Apache CouchDB
Replies: 1
Views: 3453

Daybed 2.0 - A Library for Apache CouchDB

Apache has released CouchDB 2.1 and Daybed is still compatible. The library is available at: https://github.com/madpink/couchdb4livecode This has been a big week for me... I had my talk about CouchDB for Livecode Global (that was fun) I was interviewed for the CouchDB blog where I did my best to plu...

Go to advanced search