does anyone know what changes I'd need to make in order to upload to
a server on a Lion installation?
nothing..
only the FTP server GUI has been removed from Lion Server, but the
actual daemon is still installed on the machine..
___
use-livecode ma
What version of Mac OS X? Did you do any upgrades lately? What
messages, if any, are posted in the console?
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
prefe
It was released in to the public domain (full source) so you really
shouldn't have to pay anything for it.. No idea about the wrapper
though so you may incur a charge there..
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit t
Wouldn't it just be easier to keep the videos in the Application
bundle? Same idea, just a little easier as the person installing the
app will already be an admin and have access to that folder (unless of
course the videos are not read-only)
/Applications/.app/Contents/Resources
_
Right after the cloning, set the cantDelete property to FALSE..
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listin
You can always use the cantDelete property for the master form cards..
http://docs.runrev.com/Property/cantDelete
# only run this after setting the cantDelete property to TRUE on the
cards you want to keep
# every other card will be deleted, so exercise caution..
lock messages -- suppresse
As previously mentioned:
• /Library (Mac OS X only)—Applications that share resources between
users store those resources in this version of the Library directory.
Sandboxed application are not permitted to use this directory.
"Sandboxed applications" are apps from the Mac App store.. If th
Is there a header on the datagrid? Does the same issue happen without
a header?
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev
I may be wrong, but I am pretty sure iOS dev is limited to Mac
Only. :\
They are running the tools in a virtual machine so as far as the
software is aware it is running on a Mac..
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please
In some old stack libraries I would use the templateField to do my
field trickery without having to have a field object present, perhaps
that will help you as well..
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url t
Jump down to example two and just do that in your .irev page
http://php.net/manual/en/function.header.php
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferen
More information from Apple in regards to the ~/library/application
support directory and what it is used for..
The Library directory is where applications and other code modules
store their custom data files. Regardless of whether you are writing
code for iOS or Mac OS X, understanding th
More info from Apple about the changes to Carbon in Lion (Rev is still
a Carbon based application)
Carbon Framework Release Notes
This document describes new features and issues with the Carbon
framework in Mac OS X v10.7.
Transparent Application Lifecycle
Persistent State
All Carbon a
For those that are submitting Rev apps to the Mac App store, this
might be useful to you (and could also be good idea to follow for non-
Mac App store downloads as well)..
File-System Usage Requirements for the Mac App Store
To promote a more consistent user experience, applications submitt
Here is the info from Apple in regards to the changes talked about in
this thread..
Folder Permissions and Ownership
A number of folders in the System and Local file system domains now
have different ownership and permissions. Specifically:
• Many folders in the System domain that were prev
On the topic of "where do we put stuff (needed support files) in OS
X", I remember Ken Ray had a great article on this… we decided on /
Library/Application Support/, it has been working great until
yesterday :-)
Best to just use the user's application support folder.. If I remember
correct
There's been recent discussion of just how many OSX controls are not
natively available in LC and Lion just seems to add to that list.
Will LC ever catch up?
Probably not.. Seems they will not touch anything that is not cross
platform..
___
use-
The document talks about "window-frame" controls, which include
various controls that you can place in the "toolbar" which, to the
user, appears to be part of the window title bar. Is there a way to
do that in LC?
Nothing in Rev to allow you to do it natively and I have found some
code th
If you want to run garbage (in terms of data, not the real stuff)
through it ;-)
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev
Thanks Tiemo, but Shao is Chinese ;-)
In regards to your second point, most password schemes just run an
algorithm based on the inputted information to determine that the
serial number is correct, or run an algorithm to check that the serial
number entered matches a pattern/checksum..
The
I have a weird algorithm that will produce different output, even with
the same input, and can be fully reversed back to the pieces that
built the puzzle..
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscri
Now that Lion will allow resizing from any window edge, how are the
messages on that being sent?
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
htt
I know Mac OS X sends a message for each of the window buttons and I
am pretty sure that Windows does as well.. Could be a simple external
for someone to write or for Rev to add it to the engine themselves..
___
use-livecode mailing list
use-livecod
For compiled applications you should make use of the "startUp" message
to load libraries and whatnot that you need to have in memory for your
application..
http://docs.runrev.com/Message/startup
___
use-livecode mailing list
use-livecode@lists.runr
This was the information given when behaviors (aka parentScripts) were
introduced in 4.0, not certain how much has changed in later releases
as I have not upgraded.. You might want to see if they ever did get
around to adding the "resolutionError" message and see if it is
getting fired (whi
The release notes for 4.5.0 stated:
"The supported platforms that will be supported in 5.0 is currently
being reviewed. However, it is
likely that the following will be the case:
• The engine will no longer support Mac OS 10.3.9 (Panther) "
but this information is not in the 4.6.x release no
If it is not covered under NDA feel free to let us know about it..
Some of us have been waiting since 4.0 for the new SDK..
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your sub
>> 24. Puff of smoke animation
> done
Good ! But where ?
external
>> 26. Toolbar and his items (separator toolbar, print toolbar item,
show
> less fun but it is doable.. I had actually found some code that
would have made this so easy to "fake", but the non-standardness of
Rev causes it t
Using the new iOS external SDK you can (hopefully) tap in to the
system and use the built-in icons (in the Constants section, scroll
down for images)..
http://developer.apple.com/library/ios/documentation/UIKit/Reference/UIBarButtonItem_Class/Reference/Reference.html#/
/apple_ref/doc/uid/TP4
Perhaps with the new externals interface we can get access to these
directly
you can with the old SDK.. the SDK that uses Obj-C seems to be pretty
flakey and I have not been able to do anything with it other than
build their example.. Mind you, you can use Obj-C in the old SDK so
not real l
Under the Text menu there is an option "Link" (or "Link Text") you can
use that while the text is selected..
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
pref
hey.. i am still on ppc.. richard, we need to ban together against the
intel heathens :P
you can always re-compile the external to intel-only to make doubly
sure that it is, but i think the released version is universal as it
works on my G4..
__
hide the cursor ?
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
Perhaps an external that makes use of the SetWindowsHookEx function
can restore the taskbar functionality to stacks with custom shapes..
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and ma
If the new window is non-resizable you could group all the controls
together and then do a loop to set the height of the new window and
move the group.. I'd recommend locking the screen so you can set the
topLeft of the new window and not have it bouncing all over the screen..
on mouseUp
I thought it was CTRL+BREAK
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
Page 28 of the release notes
http://www.runrev.com/downloads/livecode/4_6_2/LiveCodeNotes-4_6_2.pdf
the iconMenu is the old unsupported syntax and the new syntax is
Windows only..
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please
You could always use a frontScript to add that functionality yourself..
getProp controlType
return word 1 of the name of the target
end controlType
if (the controlType of me = "button") then
# do button stuff
else
# do non-button stuff
end if
___
I believe it is an error in the Application Browser.. (was mentioned
either on this list or in the forums)
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
prefer
sorry.. i thought you wanted to scroll to the new line added..
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listin
on mouseup
put the dgNumberOfLines of group "ElencoTelefoni" + 1 into theLineNo
dispatch "addLine" to group "ElencoTelefoni" with theRowData,
theDataColumns, theLineNo
ScrollLineIntoView theLineNo
end mouseup
___
use-livecode mailing list
use-live
Won't apache kill it after some time
the server i was testing with it seem to run fine, but did not run it
for days though..
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
How do you launch the Rev CGI engine in a way that keeps it alive
after it's done processing the startup handler?
don't let it finish the startup handler ;-)
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscri
if you can run revCGI on your web host you can actually use it to run
servers (the cgi process does not "die") but make sure to check with
your host that you are within their ToS as they most limit the amount
of CPU cycles, ram, time, etc...
___
u
If you are still looking for it, download the file below, look in the
"QuickTime" folder and unzip the source.. This is the old External SDK
so I would recommend against actually using this stuff, but at least
the code you are looking for is there..
http://support.runrev.com/tutorials/revex
I have only done faceless servers using the CGI engine, so long as you
include the -ui to the command to load the engine (compiled app too)
it should work.. In the Windows world there are programs out there
that will allow any executable to be run as a service..
http://www.runrev.com/newsletter/november/issue13/newsletter5.php
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/list
This information is easily obtained from the OS through the externals
interface.. The OS also broadcasts when it is changed so no need for
polling..
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsu
sadly with only one thread, you will need to wait for your external
code to complete unless you do some funky coding using the open
process command < http://docs.runrev.com/Command/open-process >
___
use-livecode mailing list
use-livecode@lists.runr
supp...@runrev.com
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode
In theory this should be doable as the system allows for it (I have an
external for Windows that does it) but cannot get it to work correctly
on Mac OS X
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe,
The POST is a more capable method that sends the web page address &
another message that can contain a variety of encoded data. - this
method does not have a limit and the variables cannot be sniffed
Yes they can.. anything being sent from your computer to the server
(GET or POST) can be sn
52 matches
Mail list logo