Re: Popup menu bug?

2009-06-02 Thread Josep
Hello Jaqueline, So, from the button search mouseup I call "on search" and from menu pick call "on markOption", isn't? Every control call custom handler that share some local variables. Maybe this is best that every control have her code, with this way is more easy of mantain the code, but is go

AW: experience with VBScript on Vista needed

2009-06-02 Thread Tiemo Hollmann TB
Hi Ken and Jim, thanks for your advices, very helpful. Tiemo > -Ursprüngliche Nachricht- > Von: use-revolution-boun...@lists.runrev.com [mailto:use-revolution- > boun...@lists.runrev.com] Im Auftrag von Ken Ray > Gesendet: Dienstag, 2. Juni 2009 23:52 > An: Use Revolution List > Betreff: R

Re: Popup menu bug?

2009-06-02 Thread J. Landman Gay
Josep wrote: Hello Jaqueline, Local at stack level? Where I must define it? I don't see... A script local variable is like a global variable but it only applies to a single script. If you declare a script local at the top of the script, any handler in the same script can use it. Handlers in

Image background problem on printing card

2009-06-02 Thread Josep
Hi List, I have a problem printing with transparent .png images as background. I need to simulate a watermark. In dev mode, the visualization is fine and correct, but when I build the standalone all the background is blue-grey... The stack have the format to print ticked, no colors asigned as b

Re: Popup menu bug?

2009-06-02 Thread Josep
Hello Jaqueline, Local at stack level? Where I must define it? I don't see... Salut, Josep -- View this message in context: http://www.nabble.com/Popup-menu-bug--tp23814764p23843347.html Sent from the Revolution - User mailing list archive at Nabble.com. _

Re: Popup menu bug?

2009-06-02 Thread J. Landman Gay
Josep wrote: Hello Jaqueline, As global isn't? I ask this to know what is better if I need pass values between handlers... Globals is the easy way but I don't know how affect the globals to the entire app if one abuse of this. Use custom prop is other way, but for this case I don't think that wi

Re: experience with VBScript on Vista needed

2009-06-02 Thread Ken Ray
Hey, Tiemo... > My questions are not going to my code, but to some principles with calling > the shell wscript.exe Are you using Rev 2.9 or later? If so, you don't need to call the shell() command for VBScript; you can "do

RE: experience with VBScript on Vista needed

2009-06-02 Thread Jim Bufalini
Hi Tiemo, > I have an updater in my app, which makes under Vista the file update > with > VBScript because of the UAC. My updater works in most cases fine. But I > have > a certain number of Vista customers, where It doesn't work at all and I > am > not yet behind, what is going on there. The upda

[ANN] Rev Mentor Top Ten - video, charts, analyzer stack

2009-06-02 Thread Jerry Daniels
Revolutionistostados, Here, my crunchy friends, are links to TWO Rev Mentor Top Tens: http://www.revmentor.com/revolution-top-ten-video-charts-and-analyzer-6 http://www.revmentor.com/revolution-top-ten-video-charts-and-analyzer-7 These links represent several minutes of very hard work spe

experience with VBScript on Vista needed

2009-06-02 Thread Tiemo Hollmann TB
Hello, I have an updater in my app, which makes under Vista the file update with VBScript because of the UAC. My updater works in most cases fine. But I have a certain number of Vista customers, where It doesn't work at all and I am not yet behind, what is going on there. The updater just runs

Re: OT: Rev to Flash translation

2009-06-02 Thread Colin Holgate
On Jun 2, 2009, at 11:17 AM, Neal Campbell K3NC wrote: Tuning is a real requirement so thats possibly why Colin was referring to a possible rewrite from the prototype. That's part of it. Also, when doing a prototype you tend to have a lot of code in there that isn't used in the end, and

Re: Datagrid can't not find background

2009-06-02 Thread Trevor DeVore
On Jun 2, 2009, at 10:07 AM, Josep wrote: Nop, dg_productos exist, If that is the case then getting the dgData of the control wasn't the line generating that error. Getting the dgData doesn't look for any controls. It just returns a script local variable. I solved I think, creating othe

Re: OT: Rev to Flash translation

2009-06-02 Thread Neal Campbell K3NC
Actionscript is more like C than anything else (well maybe Javascript). Tuning is a real requirement so thats possibly why Colin was referring to a possible rewrite from the prototype. Neal On Jun 2, 2009, at 11:01 AM, George C Brackett wrote: Thanks, Colin. It's enough to know a rewrite

Re: OT: Rev to Flash translation

2009-06-02 Thread George C Brackett
Thanks, Colin. It's enough to know a rewrite would be required. Why might a Flash prototype require a rewrite to produce a finished product? That sounds nuts! George On Jun 2, 2009, at 10:39 AM, Colin Holgate wrote: On Jun 2, 2009, at 10:25 AM, George C Brackett wrote: Is there enough

Re: OT: Rev to Flash translation

2009-06-02 Thread Colin Holgate
On Jun 2, 2009, at 10:25 AM, George C Brackett wrote: Is there enough commonality between the two systems to hope for a relatively easy translation? Or would a total Flash re-write be the only reasonable option? They are as different as is possible, and it would be a rewrite. But any ki

OT: Rev to Flash translation

2009-06-02 Thread George C Brackett
How close is ActionScript (Flash) scripting to Rev scripting? I'm doing prototyping in Rev for a client that uses only Flash and Flex to publish. My prototypes so far are pretty simple, with no fancy graphic stuff, a little manipulation on-screen and mainly buttons to check answers, revea

Re: Datagrid can't not find background

2009-06-02 Thread Josep
Hi, Nop, dg_productos exist, I solved I think, creating other datagrid control, the datagrid templates now are a substack of the main stack. But now how can delete this new datagrid without deleting the datagrid templates? I'm a little confused about the datagrid templates... :( Salut, Josep -

Re: Contracted menuBar question

2009-06-02 Thread DunbarX
Jacques. There was a menubar, and it even had a name; I certainly assigned that menu way back when. Why it did not appear in the menuBuilder I do not know, but I got rid of it. I had no substacks. So I learned a bit more (the docs list the "menubar" property, and even say that one can set it to e

Re: Datagrid can't not find background

2009-06-02 Thread Trevor DeVore
On Jun 1, 2009, at 7:51 PM, Josep wrote: I'm trying to get the entire set of data of the datagrid with: put the dgData of group "dg_productos" into tData But only get the error "can't find background". It sounds like group "dg_productos" doesn't exist. Getting the dgData of a data grid won

Re: Datagrid again

2009-06-02 Thread Beat Cornaz
>Shao Sean wrote : >I got bit by (I think) the same 'bug' as you.. >What you need to do is to set the textStyle of the all the other >elements to EMPTY (removes the bold).. thanks for your reply. I don't think that's the problem, as I clear out the datagrid and then fill the Datagrid (now all t

Re: Popup menu bug?

2009-06-02 Thread Josep
Hello Jaqueline, As global isn't? I ask this to know what is better if I need pass values between handlers... Globals is the easy way but I don't know how affect the globals to the entire app if one abuse of this. Use custom prop is other way, but for this case I don't think that will be more cor