Search found 247 matches

by ale870
Wed Feb 25, 2015 9:45 am
Forum: Windows
Topic: revBrowser: how to get real image path
Replies: 3
Views: 4889

Re: revBrowser: how to get real image path

Any help?
Isn't there any feature in revBrowser to get real image address?
Thank you for your help!
by ale870
Mon Oct 27, 2014 9:52 am
Forum: LiveCode University
Topic: New LiveCode site in Italian Language (ITA)
Replies: 0
Views: 5553

New LiveCode site in Italian Language (ITA)

Hello, I wish to announce I opened a new site, in ITALIAN language, to let italian guys learning LiveCode! I will publish tutorials, tips & tricks, short and useful scripts, widgets, and more! There is also a YouTube channel, that I use to make video for tutorials. The site is called "Programmare In...
by ale870
Thu Oct 23, 2014 3:06 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Error info about try/catch
Replies: 21
Views: 11917

Re: Error info about try/catch

Neurox66 wrote:Hi,

read this...

http://runtime-revolution.278305.n4.nab ... 53157.html

Paolo
Thank you! That RevOnline Error Lookup is amazing! I can extract and embed those error codes inside my app!
Thank you again, I solved my problem!
by ale870
Thu Oct 23, 2014 12:35 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Error info about try/catch
Replies: 21
Views: 11917

Re: Error info about try/catch

Hi ale870, what you see are the hints rom the ERRORDIALOG, check the dictionary for more info. ... The executionError parameter is a standard LiveCode error backtrace in the form: <error-code>,<line-number>,<column-number>[,<hint>] ... Best Klaus Great thank you! But the problem is not yet solved s...
by ale870
Thu Oct 23, 2014 9:26 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Error info about try/catch
Replies: 21
Views: 11917

Error info about try/catch

Hello,

I'm using try/catch to detect some errors. This structure return some error numbers but I cannot "decode" them.
Please can you give me a reference to read them?

For example (trivial example):

Code: Select all

try
   get 5/0
catch err
  answer err
end try
I get:
379,337,6
223,337,1

So... ???
by ale870
Sat Oct 11, 2014 5:09 pm
Forum: Windows
Topic: revBrowser: how to get real image path
Replies: 3
Views: 4889

Re: revBrowser: how to get real image path

Hello,
I suppose there is no way to accomplish my request.
So, I can follow another way:
I wanted to use drag and drop to get an image from revBrowser to LiveCode image component.
But when I activate drag drop, I cannot find a way to drop the image self.
Please can you help me in this way?

Thank you!
by ale870
Wed Oct 08, 2014 5:14 pm
Forum: Windows
Topic: revBrowser: how to get real image path
Replies: 3
Views: 4889

revBrowser: how to get real image path

Hello, I'm working with revBrowser component. In internet, there are a lot of images that are used with <A> anchor. I need to extract image address and not <A> anchor address. I'm using a drag and drop feature to get this information (drag from revBrowser and drop into a field). In this case, in the...
by ale870
Tue Jan 29, 2013 12:27 pm
Forum: Announcements
Topic: Help Us Take LiveCode Open Source
Replies: 89
Views: 206034

Re: Help Us Take LiveCode Open Source

Thank you @bn, I could not find that FAQ :-)
by ale870
Tue Jan 29, 2013 11:27 am
Forum: Announcements
Topic: Help Us Take LiveCode Open Source
Replies: 89
Views: 206034

Re: Help Us Take LiveCode Open Source

Hello, I'm an old runrev user, and now I'm so confused. Please consider I use RunRev in the company where I work for, and this product is important for me. I pay annual fee for enterprise edition, and now I read that livecode is going open source (great!). But when I get details in kickstarter I rea...
by ale870
Tue Feb 21, 2012 8:28 pm
Forum: CGIs and the Server
Topic: Session not work: maybe Apache server misconfiguration?
Replies: 3
Views: 5953

Re: Session not work: maybe Apache server misconfiguration?

I red some info about apache and sessions.l
You are right: my version (2.0) does not support them.
I need version 2.2 in order to apply module sessions.

Thank you for your help!
by ale870
Tue Feb 21, 2012 11:28 am
Forum: CGIs and the Server
Topic: Session not work: maybe Apache server misconfiguration?
Replies: 3
Views: 5953

Session not work: maybe Apache server misconfiguration?

Hello, I made some tests but seems that my server does not maintain info for the sessions. I used the code taken elsewhere in this forum: <?lc put the globalnames into tOldGlobal -- don't want to write anything till AFTER session starts or it can cause issues set the sessionSavePath to the defaultfo...
by ale870
Tue Feb 21, 2012 8:21 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: revBrowser: two questions
Replies: 9
Views: 7107

Re: revBrowser: two questions

revBrowser is "funny": you link it to a window (stack) but the messages are directed to a card :-)
Currently I open a revBrowser instance per stack. in order to make a tabbed browser style I don't know if is feasible.
by ale870
Tue Mar 01, 2011 4:03 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to get Process ID of Runrev program
Replies: 1
Views: 3052

Re: How to get Process ID of Runrev program

Sorry, I found it:
there is the function the processId.

Thank you :-)
by ale870
Tue Mar 01, 2011 3:13 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to get Process ID of Runrev program
Replies: 1
Views: 3052

How to get Process ID of Runrev program

Hello,

I made an executable, and now I need to get the process ID of the running application. I work on Ms Windows Only.
Is there a function to get it?

Thank you!
by ale870
Tue Dec 28, 2010 10:27 am
Forum: Off-Topic
Topic: Free Or Cheap Backup Software With Specific Functions
Replies: 5
Views: 6937

Re: Free Or Cheap Backup Software With Specific Functions

The cheapest Backup method requires no software at all! Pop out and buy yourself an external hard-drive; then, every day at the end of the day's work, backup onto it; This has never caused me any problems with 'funny' proprietary backup methods and/or encrypted files; and , once, when a machine wen...

Go to advanced search