Re: hScroll pixels

2008-09-06 Thread -= JB =-
I fixed it and have uploaded the stack to Rev OnLine. -=>JB<=- On Sep 5, 2008, at 4:13 PM, -= JB =- wrote: I am working on a stack I have on Rev Online named Dynamic Table Field. Recently I posted it was updated for automatic column resizing. Now I have put some code in the mouseDown handl

Dynamic Table Field updated - drag columns

2008-09-06 Thread -= JB =-
I have updated the stack Dynamic Table Field and posted to Rev OnLine. 1. Now you can click on the column bars and drag the mouse to resize the columns. When you click on the proper spot the cursor will change from an arrow to the hand. Someday I will add a column line that drags with the hand

Re: Do merge

2008-09-06 Thread Dom
Thierry <[EMAIL PROTECTED]> wrote: > By the way, can someone show me an example of the > merge() with the options. > Don't understand the Doc. a little late, but: get fld "fdate" convert it from long system date to dateitems put item 1 of it into tannee put item 2 of it into tmois i

Re: EeePC follow-up: working with Rev

2008-09-06 Thread Bernard Devlin
I'm planning on getting the Acer One (AA1) and looking to do all my Rev development on it (don't ask...) The AA1 has been favourably compared against all the Asus umpc's and the HP mini-note. http://www.osnews.com/story/20176/Review_Acer_Aspire_One http://reviews.cnet.co.uk/laptops/0,39030092,4929

Re: Today's Topics

2008-09-06 Thread Jerry Daniels
Not at all. Go for it, Judy! Best, Jerry Daniels Daniels & Mara, Inc. Makers of GLX2 http://www.glx2.com On Sep 5, 2008, at 11:34 PM, Judy Perry wrote: So, yuppers, Jerry's thingy. I'm thinking of subbing myself! (Jerry's probably cringing) ;-) Judy On Fri, Sep 5, 2008 at 8:19 PM, Phil

Re: Image File Picker

2008-09-06 Thread Jesse Sng
Rev just calls the operating system to display its standard file dialog. If the OS doesn't support previews in that dialog, there isn't much you can do. That's why it works automatically in Leopard (where this feature was added) but not in Tiger. It works in Windows if the user sets the view

Charset problems passing foreign chars to PHP/MySQL from Mac

2008-09-06 Thread rgould8
I'm having trouble saving words with special characters into MySQL from Revolution, and I'm sure I'm just missing something simple: (I hope these special characters come through in this email) Basically I need to pass this word from Revolution (running on my Mac), into a mySQL database: Rhône

Re: Charset problems passing foreign chars to PHP/MySQL from Mac

2008-09-06 Thread Mark Schonewille
Hi rgould8, MacToIso seems right to me. Just make sure to use IsoToMac when your database client runs on Mac. Better might be UTF8. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz http://facebook.economy-x

Re: Charset problems passing foreign chars to PHP/MySQL from Mac

2008-09-06 Thread rgould8
I've already tried MacToISO, but it doesn't convert "Rhône" to the right character-encoding: put MactoISO("Rhône") returns "RhÙne"  whereas I need to convert "Rhône" to "Rh%C3%B4ne" in order to pass it to PHP/MySQL and get it to successfully save. Is there something else I need to do i

Re: Charset problems passing foreign chars to PHP/MySQL from Mac

2008-09-06 Thread Mark Schonewille
Hi, What about urlEncode(macToIso("Rhône")), or have you tried that already? If that doesn't work, would it be possible for you to send htmlText to the server? I guess your server doesn't expect unicode, or it would have to be encoded into something non-binary. So, perhaps UTF8 isn't a goo

Re: Charset problems passing foreign chars to PHP/MySQL from Mac

2008-09-06 Thread Mark Schonewille
I think I got it: put urlencode(unidecode(uniencode("Rhône"),"UTF8")) -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering http://economy-x-talk.com http://www.salery.biz http://facebook.economy-x-talk.com Benefit from our inexpensive hosting services. See http

Re: Charset problems passing foreign chars to PHP/MySQL from Mac

2008-09-06 Thread Yves COPPE
Le 06-sept.-08 à 17:10, Mark Schonewille a écrit : I think I got it: put urlencode(unidecode(uniencode("Rhône"),"UTF8")) -- Hello Mark And for the reverse ? if you start from "Rh%C3%B4ne", how do you get "Rhône" ? Thanks. Greetings. Yves COPPE [EMAIL PROTECTED] __

can't access scripts

2008-09-06 Thread Friedrich F. Grohmann
I wonder what is escaping me but I feel very much at a loss. I upgraded to Rev 3.0 and when I open stacks created in earlier versions and try to access the scripts of buttons or fields, I either get an empty "revNewScriptEditor 1" or nothing happens at all. This problem doesn't exist with

Re: Charset problems passing foreign chars to PHP/MySQL from Mac

2008-09-06 Thread Mark Schonewille
Hi Yves, Just do exactly the opposite: put unidecode(uniencode(urlDecode("Rh%C3%B4ne"),"UTF8")) Btw, since you're from Belgium, do you speak Flemish besides French? Would you be interested in ? -- Best regards, Mark Schonewille Economy-x-Talk Consulting and

Re: can't access scripts

2008-09-06 Thread Mark Schonewille
Hallo Friedrich! That happened to me too and I reported it already. It looks like there is a problem with the preferences stack. If you delete it from ~/ Library/Preferences/Runtime Revolution/Revolution Enterprise or the equivalent of that folder on your system with your license, the prob

double mouseDown

2008-09-06 Thread -= JB =-
Does anyone know how to check for a double mouseDown in a table field that has the lock text set to true? I want to check for it and then prevent the second mouseDown from sending any message. For some reason if I double click the script does not work as intended. Is it somehow starting th

Re: Charset problems passing foreign chars to PHP/MySQL from Mac

2008-09-06 Thread Yves COPPE
Le 06-sept.-08 à 17:35, Mark Schonewille a écrit : Hi Yves, Just do exactly the opposite: put unidecode(uniencode(urlDecode("Rh%C3%B4ne"),"UTF8")) Btw, since you're from Belgium, do you speak Flemish besides French? Would you be interested in ? Hi Mark,

Scrollbar effectiveness

2008-09-06 Thread Melitón Cardona Torres
I try to let the user change the speed at which a text keeps appearing in a field by clicking a scrollbar, yet the change only takes place after the script is finished. Is there a way of doing it simultaneously? Thanks in advance Ton Cardona ___ u

Re: rev online

2008-09-06 Thread Peter Brigham
Thanks, that did it, sort of. It worked once, but when I did the exact same thing for another stack the blue progress bar in the URL field didn't appear, as though the upload failed, and the stack doesn't appear in my list. And what's the asterisk that now appears by my username in the list

Serious redraw problem in version 3

2008-09-06 Thread SteveTheWhelk
Hi all, I've been working on a library for some time for a pretty well polished list view control. Everything was working a-ok under version 2.9 but after trying to run it under version 3, I do not get any screen updates at all. Take the resize column event. Under 2.9, the cursor changes and the

Re: rev online

2008-09-06 Thread -= JB =-
Another issue is every time I try to Update my stack after selecting it and clicking the edit button it acts like it Updates it but when I go to the section it is in and open it the old stack is still there. That means I have to Delete it and add it again. I have saved it like it says to do so t

Protocol Stack (stack)

2008-09-06 Thread Mikey
Here's where the terminology gets a little funny, so for those of you who have programmed a bit of TCP/IP before, you can giggle. For everyone else, just trust me, I phrase the question below this way for a reason. I'm looking for the html stack protocol stack so that I can change the stack (in t

Re: double mouseDown

2008-09-06 Thread -= JB =-
Here is the problem. When I double click the resizable column bar in my stack Dynamic Table field it collapses the column. This was not supposed to happen. But if nobody can figure a way to prevent the double mouseDown from interfering with the first mouseDown it will probable be left as it is.

Re: double mouseDown

2008-09-06 Thread Eric Chatonet
Bonsoir JB *, Have a look at flushEvents function. Le 6 sept. 08 à 19:57, -= JB =- a écrit : Here is the problem. When I double click the resizable column bar in my stack Dynamic Table field it collapses the column. This was not supposed to happen. But if nobody can figure a way to prevent

Re: double mouseDown

2008-09-06 Thread -= JB =-
Okay thanks, -=>JB<=- p.s. my name is John Balgenorth you can refer to me how you like. the userspace on Rev On-line is sundown On Sep 6, 2008, at 11:01 AM, Eric Chatonet wrote: Bonsoir JB *, Have a look at flushEvents function. Le 6 sept. 08 à 19:57, -= JB =- a écrit : Here is the prob

Re: double mouseDown

2008-09-06 Thread -= JB =-
Hi Eric, I tried get flushEvents("mouseDown) and put flushEvents("mouseDown into temp. These were put at the bottom of the script first and then at top and bottom but they did not prevent the message being sent. What was I supposed to do with temp after I put it in there anyway? Maybe I

Re: double mouseDown

2008-09-06 Thread Colin Holgate
I can't see how to set up a table field so that it does the behavior you're talking about, so I can't try to test a fix for the problem. But one thing you could do is set the doubleClickInterval to something small (say 10). That way the person would have to double click incredibly fast (two

Re: double mouseDown

2008-09-06 Thread -= JB =-
I set the doubleClickInterval all the way down to 2 and a double mousedown still causes problems. The stack is on Rev On-Line in the programming section or you can access it by looking at the username sundown. thanks, -=>JB<=- On Sep 6, 2008, at 11:41 AM, Colin Holgate wrote: I can't see how

Re: double mouseDown

2008-09-06 Thread -= JB =-
I know they were written wrong in my email but here is the way they were in the code; put flushevents("mouseDown") into temp get flushevents("mouseDown") get flushevents("All") -=>JB<=- On Sep 6, 2008, at 11:33 AM, -= JB =- wrote: Hi Eric, I tried get flushEvents("mouseDown) and put fl

Re: double mouseDown

2008-09-06 Thread Colin Holgate
On Sep 6, 2008, at 2:58 PM, -= JB =- wrote: The stack is on Rev On-Line in the programming section or you can access it by looking at the username sundown. I have the stack open, but where/what is the resizable column bar? ___ use-revolution maili

Re: Serious redraw problem in version 3

2008-09-06 Thread Bernard Devlin
I don't have the beta to hand, so I can't look up the changes files to see if there might be something that would be relevant. The best thing I can suggest is that you have a look at those files (they will be in the installation directories - one is called 'engine change log.txt' the other is 'ide

Re: double mouseDown

2008-09-06 Thread -= JB =-
Between each item in the table field there is a divider line. So Name and Last Name have a vertical line dividing them. If you click on that divider line and keep the mouse down it will change the cursor to a hand instead of the arrow. Now at that point you can move the mouse left or right and w

Re: double mouseDown

2008-09-06 Thread Colin Holgate
On Sep 6, 2008, at 3:19 PM, -= JB =- wrote: If you click on that divider line and keep the mouse down it will change the cursor to a hand instead of the arrow. Nothing like that happens for me. Is it a v3 feature? I'm just using 2.9. ___ use-re

Re: double mouseDown

2008-09-06 Thread -= JB =-
Do you see the mouseDown handler in the table field? That is what allows the divider to be moved. I have not tested it on any other machines than my Mac G4. Do the other features work? -=>JB<=- On Sep 6, 2008, at 12:24 PM, Colin Holgate wrote: On Sep 6, 2008, at 3:19 PM, -= JB =- wrote:

Re: Serious redraw problem in version 3

2008-09-06 Thread SteveTheWhelk
Hi Bernard, It's build 750, the buy-early release version. I haven't bought it yet, but the trial unlock code seemed to work, despite the site referring to version 2.9. I've spent a while trapping events and have found that when the message watcher window is open and it needs to update the field

Re: Revolution 3.0 > New script editor

2008-09-06 Thread René Micout
Jerry, My problems don't appears with Rev 3.0 but with 2.9 Cordialement René Le 5 sept. 08 à 15:40, Jerry Daniels a écrit : René, Please post any errors on http://glx2.com support site. We'll sort through them. We have had a few anomalies in making the transition from Rev 2.x to 3.0. Bes

Re: double mouseDown

2008-09-06 Thread Colin Holgate
Ok, I've worked out your script, and the problem is that the hot spot is only one pixel wide, and it's the pixel that is four pixels to the left of where the line is located. Once you click and hold there the hand cursor does appear, but dragging doesn't show a live update. The reason the c

Re: Protocol Stack (stack)

2008-09-06 Thread Jim Sims
On Sep 6, 2008, at 7:34 PM, Mikey wrote: I'm looking for the html stack protocol stack so that I can change the stack (in the stack) to have Rev masquerade as another browser when it hits the 'net. Right now it identifies itself as Revolution, which isn't ideal for the work I'm trying to do.

Re: double mouseDown

2008-09-06 Thread Eric Chatonet
Bonsoir John :-) I don't know your code exactly: I have not uploaded you stack yet. But I"m inclined to think it's a code architecture issue. When you put some flushEvents into a var, it just means that these events, if they occurred during handler execution, will be ignored when the handler

Re: EeePC follow-up: working with Rev

2008-09-06 Thread Richard Gaskin
Bernard Devlin wrote: I'm planning on getting the Acer One (AA1) and looking to do all my Rev development on it (don't ask...) The AA1 has been favourably compared against all the Asus umpc's and the HP mini-note. http://www.osnews.com/story/20176/Review_Acer_Aspire_One http://reviews.cnet.co.uk

Re: double mouseDown

2008-09-06 Thread -= JB =-
Thank you Eric and Colin for the help. I have updated the stack to Rev OnLine and now it includes the feature of double clicking to the left of the divider which will collapse a column. And now you can also control double click anywhere in a cell to auto size the column to the largest item in th

Re: EeePC follow-up: working with Rev

2008-09-06 Thread Colin Holgate
On Sep 6, 2008, at 4:33 PM, Richard Gaskin wrote: :) I have one of these backpacks: http://www.adobe.com/products/studio/images/backpack.jpg and I use it daily for carrying anything I need on my ride to work. It very nice

only 9 parameters possible in rev standalone commandline

2008-09-06 Thread runrev260805
Hi, it seems, that only 9 parameters are passed to runrev standalone at the commandline. I tried to pass 11 parameters to the standalone, but only 9 are recognized by the standalone. I checked the documentation, but there is no such limitation mentioned. Can someone confirm? Regards,

[FYI] WEBKIT

2008-09-06 Thread Stephen Barncard
The discussion of the new Google Browser last week got me looking into Webkit, available for all platforms. I just downloaded the latest 'Nightly build', because quite frankly, I was ready to think about chucking Safari because of all the crashes, etc lately. Anyway, my early tests here reve

Re: [FYI] WEBKIT

2008-09-06 Thread Colin Holgate
On Sep 6, 2008, at 7:43 PM, Stephen Barncard wrote: The DEVELOP menu is hidden when first installed, but can be turned on in preferences --> advanced Do you know that it's in Safari too? ___ use-revolution mailing list use-revolution@lists.runrev

Re: can't access scripts

2008-09-06 Thread Friedrich F. Grohmann
Thanks, Mark! Good to know that I don't suffer from some exotic hallucination. Unfortunately, however, the trick with the deleted preferences stack doesn't work so far All the best, Fritz On 6 Sep 2008, at 23:38, Mark Schonewille wrote: Hallo Friedrich! That happened to me too and

Re: [FYI] WEBKIT

2008-09-06 Thread Stephen Barncard
I haven't looked at it in a while. It's come a long way. The version numbers look the same. Perhaps the newly installed webkit is working with both (and Rev!). Whatever, I've got two instances running at the same time, Safari and Webkit. On Sep 6, 2008, at 7:43 PM, Stephen Barncard wrote: T

Re: can't access scripts

2008-09-06 Thread Joe Lewis Wilkins
Fritz, Mark, As soon as I downloaded 3.0, I ran into the same problem with not being able to edit scripts. I reported it immediately, but until your references I thought I was the only one with this aberration. In my case it holds true for HC stacks that I convert with 3.0 as well as thos

Stack opens behind Windows desktop

2008-09-06 Thread J. Landman Gay
Odd Windows problem, that happens inconsistently: A standalone's mainstack has its decorations set to empty and is sized to the windowboundingrect. On launch, or sometimes when maximizing from the task bar, the stack window opens invisibly. One person described it as being "behind" the desktop.