Search found 28 matches

by brandcode
Wed Jun 03, 2015 12:07 pm
Forum: Off-Topic
Topic: Weather iOS app
Replies: 24
Views: 14964

Re: Weather iOS app

Hi Catalin. There is no hard part for the application,was easy!! The consuming part is the Graphics and most of them the Icons,because you need to synchronize time,city,hour with them. There is no datagrid in applications you don't need it at all. The Only part that need to be careful is the repeat ...
by brandcode
Tue Jun 02, 2015 12:58 pm
Forum: Off-Topic
Topic: LC store Shopping Cart
Replies: 2
Views: 3242

Re: LC store Shopping Cart

ok thank you klaus
by brandcode
Tue Jun 02, 2015 12:54 pm
Forum: Off-Topic
Topic: LC store Shopping Cart
Replies: 2
Views: 3242

LC store Shopping Cart

The price change on the Shopping Cart of LC store is wrong.
Like Dollar to euro price for indy 243 usa dollar to 243 euro
The right price for euro is 220€
by brandcode
Tue Jun 02, 2015 12:48 pm
Forum: Off-Topic
Topic: Weather iOS app
Replies: 24
Views: 14964

Re: Weather iOS app

i have make a full weather application on the LC is about 80% ready.
here is some photos full weather day + scroll with 36 hours and second view with week days.
is xml parse and i have stop the project.
Image
Image
by brandcode
Fri Apr 03, 2015 12:57 pm
Forum: Off-Topic
Topic: App recommend
Replies: 0
Views: 2773

App recommend

i am using the HyperNap for web Api like xml and json. (Is for macintosh)
Get,Post,trace, etc and http headers Lookup
If anyone want to check it,here is the link http://gethypernap.com
by brandcode
Sat Mar 28, 2015 7:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Repat on variable
Replies: 13
Views: 7556

Re: Repat on variable

thank you guys really appreciate the help.
SparkOut thank you for the file.i will download it now and i test it.
by brandcode
Sat Mar 28, 2015 7:37 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Repat on variable
Replies: 13
Views: 7556

Re: Repat on variable

But do you want all the field names to change to the same thing? Presumably you have an array such as: tArray["NameOne"] with value "Data1" tArray["NameTwo"] with value "Data2" etc. etc. So guessing you want field 1 of the group to have its name set to "NameOne" and field 2 of the group to have the...
by brandcode
Sat Mar 28, 2015 6:59 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Repat on variable
Replies: 13
Views: 7556

Re: Repat on variable

Why did you edit the code in the original post? I think you had it nearly right in the first place there, but when deleting the first line of the keys in the loop you threw it out. I think. I am still not quite sure what you were expecting, although your edit makes me think you were originally on t...
by brandcode
Sat Mar 28, 2015 4:33 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Repat on variable
Replies: 13
Views: 7556

Re: Repat on variable

Right on. But does your handler work? Are you asking for help or just posting for comments? Craig until now is no working. in the line 3 ( put tLine into f) i get always the same name like "test1" And with the delete in line 5 still can read the next line in my array. i think because is the repeat ...
by brandcode
Sat Mar 28, 2015 4:04 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Repat on variable
Replies: 13
Views: 7556

Re: Repat on variable

Hi. Why an array? Anyway, I did not test your code, but what is different between your approach and the following button script. I made a group of fields on a new card. on mouseUp put "newName" into f repeat with y = 1 to the number of flds of grp 1 set the name of fld y of grp 1 to f & y end repea...
by brandcode
Sat Mar 28, 2015 2:28 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Repat on variable
Replies: 13
Views: 7556

Repat on variable

I have a number of fields in my group and i have a variable. I want to rename each field inside the group with the names from variable. but with the bellow code i can make it to work put the keys of tArray[response] into tKeys repeat with x=1 to the number of fields of group "grp1" add 1 to counter ...
by brandcode
Wed Mar 25, 2015 6:08 pm
Forum: Mac OS
Topic: LC Build do not include files
Replies: 1
Views: 3041

LC Build do not include files

My Mac OSX Yosemite V 10.10.2 Xcode 6.2 LC commercial V6.7 V7.0.3 V 7.0.4 (rc2) I am try to build a standalone app and the file i want to include is (Sqlite.) When i try to include the file and build the app for Mac. the build is successful but the file have no be copied. When i make a test and try ...
by brandcode
Sun Mar 15, 2015 12:23 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Parse the Array
Replies: 7
Views: 5551

Re: Parse the Array

magice wrote:look oh "keys" in the LiveCode dictionary :wink:
I have check the dictionary but i don't find anything related to this.
if i put the below code i get only 1 key the first one. <MyArray 1>

Code: Select all

put the keys of myArray1 to pKeys
by brandcode
Sun Mar 15, 2015 4:17 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Parse the Array
Replies: 7
Views: 5551

Parse the Array

I have the bellow array in the photo
I have get the records from MyArray 1
But i can't get the records from MyArray 2
MyArray2 have a random name!!
can anyone point me how i get it?
MyArray 1.png
by brandcode
Sat Mar 14, 2015 5:28 pm
Forum: iOS Deployment
Topic: UIRequiredDeviceCapabilities ...
Replies: 5
Views: 4117

Re: UIRequiredDeviceCapabilities ...

I have the same problem when i send my app to app store.The ipad with Gps Checked have the same answer like above said.
I change from application settings in LC from "Required" to "Prohibited" and all working fine.

Go to advanced search