Search found 13 matches

by selvabits
Fri Dec 14, 2007 11:24 am
Forum: Talking LiveCode
Topic: a doubt in opening a web page
Replies: 3
Views: 4406

I want to open it in the browser only . I will be more specific

There is a .swf file in the server which i would want to open ,to do this i call a php file and it opens the .swf . Now the php runs in the browser properly , but when called from revolution using put URL it did not work

Thanks a lot
by selvabits
Fri Dec 14, 2007 3:01 am
Forum: Talking LiveCode
Topic: a doubt in opening a web page
Replies: 3
Views: 4406

a doubt in opening a web page

I want to open a web page from php ,

I use header location in the php and the web page is not opened when called from revolution

Thanks in advance
by selvabits
Fri Dec 07, 2007 7:10 pm
Forum: Talking LiveCode
Topic: revSetXMLAttribute
Replies: 14
Views: 12184

Thanks a lot guys it worked , but how do i find the current folders location using runtime revolution

Thanks
Bye
by selvabits
Fri Dec 07, 2007 5:46 pm
Forum: Talking LiveCode
Topic: revSetXMLAttribute
Replies: 14
Views: 12184

Hi

RevSetXMLAttribute doesnt work for me , it says handler cant be found
Should i include something to make it work
Sorry for the trouble
Thanks
by selvabits
Fri Dec 07, 2007 2:17 am
Forum: Talking LiveCode
Topic: revSetXMLAttribute
Replies: 14
Views: 12184

Hello Twit and Melto Thanks a lot for your replies when i give this in the message box put revXmlText(22) 22 being the tDocId I still see the change not reflected ,i.e , it still remains the same , visible has not been changed to false revSetXMLAttribute is not working in this case What could possib...
by selvabits
Fri Dec 07, 2007 12:33 am
Forum: Talking LiveCode
Topic: revSetXMLAttribute
Replies: 14
Views: 12184

put url ("file:" & "In.xml") into myFileData put revCreateXMLTree(myFileData, false, true, false) into tDocID put "/Graph/EdgeTypes/EdgeType[@id='1']" into nodepath put revXMLNodeContents(tDocID,nodepath) into initcontents put "false"into tnew revSetXMLAttribute tDocID,nodepath,"visible",tnew put re...
by selvabits
Thu Dec 06, 2007 11:57 pm
Forum: Talking LiveCode
Topic: revSetXMLAttribute
Replies: 14
Views: 12184

Thanks a lot , that works , but one more doubt put url ("file:" & "In.xml") into myFileData put revCreateXMLTree(myFileData, false, true, false) into tDocID put "/Graph/EdgeTypes/EdgeType[@id='1']" into nodepath put "false"into tnew revSetXMLAttribute tDocID,nodepath,"visible",tnew This way i load I...
by selvabits
Thu Dec 06, 2007 5:05 pm
Forum: Talking LiveCode
Topic: revSetXMLAttribute
Replies: 14
Views: 12184

The problem is that i dont know how to give the nodepath because my XML structure is like this <EdgeType id="1" name="ReportsTo" visible="true"></EdgeType> <EdgeType id="2" name="HasInfluenceOn" visible="true"></EdgeType> So can you tell me how to give the nodepath if it is like this , I want to cha...
by selvabits
Thu Dec 06, 2007 1:25 am
Forum: Talking LiveCode
Topic: revSetXMLAttribute
Replies: 14
Views: 12184

revSetXMLAttribute

Hi , How to change the attribute of a node by using the value of another attribute of the nodes

Thanks
by selvabits
Mon Jul 23, 2007 4:29 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: to differentiate between runmode and browsemode
Replies: 1
Views: 3168

to differentiate between runmode and browsemode

can anyone please tell me how to differentiate between runmode and browsemode using script itself ........
i dont want certain parts of my on openstack to be executed while it is in browsemode ... so i want to know if it is runmode or browsemode and then execute it only if it is in runmode
by selvabits
Thu Jul 19, 2007 5:13 pm
Forum: Databases
Topic: to remove externals folder for standalone application
Replies: 4
Views: 6732

thanks a lot klaus
that really helped
regards
selva
by selvabits
Wed Jul 18, 2007 1:46 pm
Forum: Databases
Topic: to remove externals folder for standalone application
Replies: 4
Views: 6732

oh thanks klaus I was not able to find the "Standalone Builder Settings" dialog in the standalone application settings .... is it somewhere else I want to use my .dll files from a different folder .... when i create a standalone application i will take the .dll file from that folder.... i dont need ...
by selvabits
Wed Jul 18, 2007 9:38 am
Forum: Databases
Topic: to remove externals folder for standalone application
Replies: 4
Views: 6732

to remove externals folder for standalone application

whenever i create a standalone application i am getting an externals folder with the .dll files in it which i dont want to happen ....... I want to use the .dll file from another folder .... so can anyone please tell me how to remove this unwanted folder