Search found 247 matches

by ale870
Tue Mar 23, 2010 3:34 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to attach/use revCursors?
Replies: 6
Views: 3219

Re: How to attach/use revCursors?

But if I'm not wrong, I think that is the way to include cursors in standalone files, not in the IDE. is it correct?
by ale870
Tue Mar 23, 2010 2:55 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: How to attach/use revCursors?
Replies: 6
Views: 3219

How to attach/use revCursors?

Hello, I want to use the command set the cursor to hand to change cursor shape, but nothing happen. Then I noticed that revCursors.rev stack is NOT in my stacks list. Please note I have this problem in the IDE, and not in runtime (I know I need to attach that stack). How can I attach the stack in th...
by ale870
Fri Mar 19, 2010 7:00 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Clone Stack problems
Replies: 9
Views: 4583

Re: Clone Stack problems

My code is ok, since I changed working mode from stack name to stack altId, and now everything works.
I think there could be some problems in the new beta release 4.5 dp-3.

Thank you.
by ale870
Fri Mar 19, 2010 6:26 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Clone Stack problems
Replies: 9
Views: 4583

Re: Clone Stack problems

Because it seems RunRev 4.5-dp3 create a new stack with the same id of the old one, and when I refer to it, RunRev cannot manage it since the IDs are the same :-(
by ale870
Thu Mar 18, 2010 10:20 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Clone Stack problems
Replies: 9
Views: 4583

Re: Clone Stack problems

Thank you! I tried reassign the code but I could not do that. Now I tried again and I found that I assigned low numbers (RunRev requires an ID bigger than the current id number). Now as workaround I'm using altid . But the main problem is not solved (cloning stack RunRev does not generate a correct ...
by ale870
Thu Mar 18, 2010 10:18 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Clone Stack problems
Replies: 9
Views: 4583

Re: Clone Stack problems

Thank you!
I tried reassign the code but I could not do that.
Now I tried again and I found that I assigned low numbers (RunRev requires an ID bigger than the current id number).
Now as workaround I'm using altid.

Thank you for your tip!
by ale870
Thu Mar 18, 2010 10:18 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Clone Stack problems
Replies: 9
Views: 4583

Re: Clone Stack problems

Thank you!
I tried reassign the code but I could not do that.
Now I tried again and I found that I assigned low numbers (RunRev requires an ID bigger than the current id number).
Now as workaround I'm using altid.

Thank you for your tip!
by ale870
Thu Mar 18, 2010 4:21 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Clone Stack problems
Replies: 9
Views: 4583

Clone Stack problems

Hello, I'm cloning a stack, since I need to create an exact copy of a substack. Now I found to big problems: 1) New stack created (cloned) is a main stack. 2) New stack created (cloned) has the same ID of the original substack! It means I cannot assign the new stack as a substack (change "mainStack"...
by ale870
Thu Mar 11, 2010 10:26 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: revBrowser: two questions
Replies: 9
Views: 7526

Re: revBrowser: two questions

Thank you for your reply. I made some tests more, and I found some interesting (positive) results: 1) Good idea! I will implement something similar using my servers java and newLisp :-), even if the problem is not completely solved since one can "modify" the browser behavior to appear as another bro...
by ale870
Tue Mar 09, 2010 9:43 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: revBrowser how to suppress javascript error messages
Replies: 0
Views: 1247

revBrowser how to suppress javascript error messages

Hello, sometimes using revBrowser I get "script error in page": this is a typical error message sent by IE if javascript is not correct. How can I suppress that error (I do not get such error if I navigate in the same pages using IE browser standalone)? Please help me since it is very annoying getti...
by ale870
Mon Mar 08, 2010 9:18 pm
Forum: Announcements
Topic: New widget: Font dialog-box!
Replies: 3
Views: 3660

Re: New widget: Font dialog-box!

Thank you for your feedback, I will investigate more. Currently I can say the solution for your proposal is not so easy, since Windows uses system fonts, and RunRev uses installed fonts to use them. I think we could find a way like this: 1) user select a font from a custom-directory 2) we install th...
by ale870
Mon Mar 08, 2010 12:25 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: revBrowser: two questions
Replies: 9
Views: 7526

revBrowser: two questions

Hello, I'm successfully using revBrowser in Ms Windows, but I have a some of questions: 1) How can I get Internet Explorer browser version? It could be useful, since my program should run over several computers (IE 6, IE 7, etc...) 2) Sometimes I get "script error in page": this is a typical error m...
by ale870
Mon Mar 08, 2010 10:09 am
Forum: Announcements
Topic: New widget: Font dialog-box!
Replies: 3
Views: 3660

New widget: Font dialog-box!

Hello again! Did you spend a nice week-end? I hope so! I created a new widget: It is dialog-box to allow font selection. Font preview is included! See this nice screenshot: http://runrevwidgets.com/wiki/show_image.php?id=3 It is very simple, but can save you some hours of work :-) It is a self-conta...
by ale870
Thu Mar 04, 2010 6:30 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Global variable browserCancel not work
Replies: 3
Views: 2921

Re: Global variable browserCancel not work

Oh, I see.
I will make a check on Internet Explorer 7 or 8, just to test (I will make it tomorrow).

I will keep you updated!
by ale870
Thu Mar 04, 2010 6:09 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Global variable browserCancel not work
Replies: 3
Views: 2921

Global variable browserCancel not work

Hello, I'm integrating revBrowser in my application, and I need to use the global variable browserCancel to avoi the user may navigate in unauthorized internet sites. The problems is that variable does not work. This is my code (I'm working on revBrowser example supplied by RunRev company self): on ...

Go to advanced search