Open new windows as tab not working?

2023-10-29 Thread ron barber via use-livecode
I had a standalone built using Mac 10.14; LC 9.03. Sonoma broke the menus (actually the app would not even open) so I upgraded LC to 9.6.10 and that solved the menu problem. However now a user is reporting and I have confirmed that the option to open new windows as a tab in the existing window

Open new windows as a tab not working?

2023-10-28 Thread ron barber via use-livecode
I had a standalone built using Mac 10.14; LC 9.03. Sonoma broke the menus (actually the app would not even open) so I upgraded LC to 9.6.10 and that solved the menu problem. However now a user is reporting and I have confirmed that the option to open new windows as a tab in the existing window

Re: xml files with LC

2012-05-25 Thread ron barber
ich is an XML format, so you can use this lesson to learn about the routines. Cheers andre On Fri, May 25, 2012 at 11:31 AM, ron barber wrote: Greetings, I have been given several medium sized 3-5MB text files with lots of xml tags that I need to parse into human readable, formatted text. Are th

xml files with LC

2012-05-25 Thread ron barber
Greetings, I have been given several medium sized 3-5MB text files with lots of xml tags that I need to parse into human readable, formatted text. Are there any ways to deal with this 'automatically' or do I need to interpret each tag with an equivalent format in LC? Any pointers for accomplishing

revcopyfolder & "create folder and network problem?"

2012-04-16 Thread ron barber
Sorry, I copied the wrong line of code that seems to be causing the problem. After the call to create folder I then use revcopyfolder storepath,tappsupport and it is this that is putting the result as "execution error" Sorry for the confusion. But the question is does revcopyfolder (and the und

create folder and network problem?

2012-04-16 Thread ron barber
Hi, I am using the following line in my code: if there is no folder tappsupport then create folder tappsupport to create a folder and files in the application support folder on a Mac. This has worked for all the users except now one is reporting an "execution error" dialog at this point in the s

Apple Store and addons

2012-03-27 Thread ron barber
Greetings, I have an app in the MacApp store (not the app store) to which the user can download addon modules. I am looking for a way to link the addon to the app so that the addons cannot be 'shared' with users who did not purchase it. The application is a standalone and the addons are stacks wit

data grid obj and palettes

2012-01-31 Thread ron barber
Greetings, I added a data grid obj to a project recently but encountered a problem once I built a standalone. The data grid worked fine in the ide but did not load the data in the standalone. I tested just my implementation of the data grid in a single stack and the standalone worked fine. The onl

Re: revcopyfolder problem

2011-08-24 Thread ron barber
On Aug 24, 2011, at 12:10 PM, ron barber wrote: >> >>> Hi, >>> A user is reporting a problem with my software and I have traced it >>> back to an opening call to revcopyfolder. He is on a Mac 10.6. I sent >>> him two other stacks that simply call revcopyfol

revcopyfolder problem

2011-08-24 Thread ron barber
Hi, A user is reporting a problem with my software and I have traced it back to an opening call to revcopyfolder. He is on a Mac 10.6. I sent him two other stacks that simply call revcopyfolder and they fail, returning execution error in the result. The paths check out and I have never had a report

detecting gestures

2011-08-06 Thread ron barber
Hi, Is there a way for scrollbar objects to detect two finger swipes like the field object does? If that is not possible, is there a 'swipe' message sent that can be picked up by any other object or is it OS native object related? What I would like to do is have the scrollbar control respond to the

Re: Cyrillic input

2011-06-01 Thread ron barber
Hi malte, This is a modified function that Ken, Richard (and maybe Jacque) had a hand in some time ago. It does essentially the same thing that Slava suggested but I offer it as it has helped me. Thanks Ron function RawDataToUTF16 pData -- Examine the data to determine encoding: -- UTF8 h

file names in 'do as applescript'

2011-03-23 Thread ron barber
Greetings from Japan I am using the following to save files from my application: put "untitled.txt" into fname get "choose file name with prompt ""e& " ""e&" default name"&"e&fname"e do it as applescript When the save file dialog is presented some users are, naturally, using Japanese character

Re: Upload an LC file to Mac App Store

2011-02-03 Thread ron barber
Mario - You said: I developed some small applicationsin LICVE CODE that I wanted to publish on the AppStore Mac, I have inscribed me as a developer for the Mac App Store, I created the two certificates and Mac Mac App Installer, I added up Itunesconnect my applications that are now waiting to upl

RE: Video player messages

2010-12-29 Thread ron barber
Thanks John, Klaus and Martin This is just what I needed. === Martin said: First make a list with your callbacks with the format time,message then you set the callbacks of your player to that list. then when your player plays it will send the mySelectline message with the time as a parameter

Video player messages

2010-12-29 Thread ron barber
Hi, Simple task but I can't figure out how to get the info I need. I want to hilite lines of text based on the time elapsed of a movie in a player. For example, when the video is at 2000, line 3 of the text is selected. I can handle text but I'm new to video. My problem is lack of familiarity with