Re: a weird thing about registration, Linux

2010-11-02 Thread Peter Alcibiades
A solution is to change owner. After chown to my user, it runs and updates the DGH fine. Should not have to do this, however, and it does not solve the problem that every account should be able to use it. I will write to support. -- View this message in context:

Re: [ANN] DGH 1.1.3 is ready for Linux

2010-11-02 Thread Peter Alcibiades
zyrip, it did not work for me, but chown -R of runrev to my account did. I still don't understand the reregistration problem but will raise it with support. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/ANN-DGH-1-1-3-is-ready-for-Linux-tp3022985p3023237.html

Re: Stack dimension for mobile application

2010-11-02 Thread paolo mazza
Thank you Terry. You are right, so the stack size for the 3 devices will be: iPhone 4 is 920 x 640 iPhone3 - iPod Touch is 460 x 320 iPad is 1004 x 768 This is if you have a portrait application. What happen if you turn the device to the landscape orientation? I guess you have to resize

Re: [ANN] DGH 1.1.3 is ready for Linux

2010-11-02 Thread zryip theSlug
On Tue, Nov 2, 2010 at 7:46 AM, Peter Alcibiades palcibiades-fi...@yahoo.co.uk wrote: zyrip, it did not work for me, but chown -R of runrev to my account did.  I still don't understand the reregistration problem but will raise it with support. -- Peter, I proposed a possible workaround

Re: OT: linux question

2010-11-02 Thread Mark Schonewille
Hi Tim, Try to download http://qurl.tk/jv (tab ball) or use our own (whichever is newer) and un-tar the file. Open terminal and use 'cd' to navigate to .../rr268x-linux-src-v1.1/product/rr2680/linux/. Type make install and wait what happens. If it does't work, you are probably missing some

Complex menu shortcut

2010-11-02 Thread Jean-Pierre Soto
Hi, is there a tips to put complex shortCut at the end of a menu line ? ( Something like : Create a new image Ctrl-Shift-N) Thanks ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

Re: Complex menu shortcut

2010-11-02 Thread DunbarX
In the menu builder you can see that all the control keys are available: command, control, shift, alt. These may be added to any key for your shortcut. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to subscribe,

Re: Complex menu shortcut

2010-11-02 Thread Jean-Pierre Soto
Hello I run Revolution 2.7.2. I just see Command+... in the menu builder. New/Nalways give New Cmd+N I have lostt something ? Thanks Le 2 nov. 10 à 14:09, dunb...@aol.com a écrit : In the menu builder you can see that all the control keys are available: command, control,

Re: Complex menu shortcut

2010-11-02 Thread Ken Ray
I run Revolution 2.7.2. I just see Command+... in the menu builder. New/Nalways give New Cmd+N I have lostt something ? No, but you're running a really old version of Revolution. The latest is 4.5 (now called LiveCode); the additional options to menu shortcuts were added in

Re: Best practice for creating a custom control

2010-11-02 Thread Jérôme Rosat
Thank you Ken for the link and the example. Yes, it helps me a lot. Jerome Le 1 nov. 2010 à 22:24, Ken Ray a écrit : I'm looking for a kind of best practice for creating custom controls. For example, how to access the data of the custom control ? Do we have to use custom properties or a

RE: linux question

2010-11-02 Thread Damien Girard
Hi, I have took a look at the highpoint-tech.com website, and the driver that they provide does not seems old, they claim that they support linux kernel up to 2.6.31. But making it working it seems to be an harder things :) By the way, on Debian before everything you will need to install the

delete chunk.

2010-11-02 Thread Alex Tweedly
Hmmm ... what should I get from put a,b,c into temp delete item -1 of temp I think temp should now have a,b, - i.e. the last item has disappeared, but the (now) trailing item delimiter should still be there. However, I actually get that temp has a,b - the last comma has also disappeared.

Re: delete chunk.

2010-11-02 Thread jonathandlynch
These are different - item -1 containing empty is different than item -1 not existing It seems like it is behaving intuitively to me. The docs might be confusing, though. Sent from my Verizon Wireless BlackBerry -Original Message- From: Alex Tweedly a...@tweedly.net Sender:

Re: delete chunk.

2010-11-02 Thread J. Landman Gay
On 11/2/10 7:23 PM, Alex Tweedly wrote: Hmmm ... what should I get from put a,b,c into temp delete item -1 of temp I think temp should now have a,b, - i.e. the last item has disappeared, but the (now) trailing item delimiter should still be there. However, I actually get that temp has a,b -

Re: delete chunk.

2010-11-02 Thread Jim Ault
Also try put the number of items in a,b,c \ the number of items in a,b, \ the number of items in a,b On Nov 2, 2010, at 5:45 PM, J. Landman Gay wrote: On 11/2/10 7:23 PM, Alex Tweedly wrote: Hmmm ... what should I get from put a,b,c into temp delete item -1 of temp I think temp

Re: delete chunk.

2010-11-02 Thread J. Landman Gay
On 11/2/10 10:40 PM, Jim Ault wrote: Also try put the number of items in a,b,c \ the number of items in a,b, \ the number of items in a,b Right. You can't have an empty last item, and if you try, the last delimiter is removed. There's a comment about it in the dictionary under item. --

Re: delete chunk.

2010-11-02 Thread J. Landman Gay
On 11/2/10 11:41 PM, J. Landman Gay wrote: On 11/2/10 10:40 PM, Jim Ault wrote: Also try put the number of items in a,b,c \ the number of items in a,b, \ the number of items in a,b Right. You can't have an empty last item, and if you try, the last delimiter is removed. There's a comment

Re: delete chunk.

2010-11-02 Thread Jeffrey Massung
On Nov 2, 2010, at 10:44 PM, J. Landman Gay wrote: On 11/2/10 11:41 PM, J. Landman Gay wrote: On 11/2/10 10:40 PM, Jim Ault wrote: Also try put the number of items in a,b,c \ the number of items in a,b, \ the number of items in a,b Right. You can't have an empty last item, and if

seconds function giving wrong time

2010-11-02 Thread David Beck
I do not remember this ever happening before. Something very strange seems to be going on here. I'm hoping somebody can shed some light on what it is. After typing in these commands in the message box: put the seconds into test convert test to dateItems put the internet date into test2