From: Jorge on 19 Mar 2010 08:35 On 16 mar, 20:37, "Geoff Schaller" <geo...(a)softxwareobjectives.com.au> wrote: > Anyone for an awesome foursome ? > > <g> > > "Willie Moore" <will...(a)wmconsulting.com> wrote in message > > news:hnp2pr$e14$1(a)speranza.aioe.org: > > > > > Me three > > > "Ginny Caughey" <ginny.caughey.onl...(a)wasteworks.com> wrote in message > >news:4b9fffa5$0$19037$c3e8da3(a)news.astraweb.com: > > > > Hi Geoff, > > > > Me too. ;-) > > > > -- > > > > Ginny Caughey > > >www.wasteworks.com > > > > "Geoff Schaller" <geo...(a)softxwareobjectives.com.au> wrote in message > > >news:vRSnn.13386$pv.7239(a)news-server.bigpond.net.au... > > > > > <g> > > > > > I have solved many a problem by building the angry sample ready to send to > > > > Robert, only to find the fault in my code because the sample works. Then > > > > if it doesn't, the sample is ready! > > > > > Geoff- Ocultar texto de la cita - > > - Mostrar texto de la cita - Hello ! " self:oDCbBrowser1:CurrentColumn:=1 self:oDCbBrowser1:Edit() // You could skip this... " This is a very interesting idea. ( skip edit ) I was working with bbrowser in "edit" mode and when i need help for search some code (Ej product, customers ) I pressed enter in an empty field and thus opened a help window, very complicated What would be a good way to help my clients search code, calling a help window , working into a bbrowser without the edit mode , when they arrive in a cell that needs a Search help ? Best regards Jorge Accinelli I press enter in the empty field openning a windows. Very complicated
From: richard.townsendrose on 20 Mar 2010 07:57 g,c,w me of course richard
From: Geoff Schaller on 21 Mar 2010 17:19 Jorge. Not complicated at all! I basically never allow editing in a cell (only some very special circumstances) so this is how I approach your requirement: 1. If the user double-clicks cell (to prevent accidental single click etc) 2. Launch a small browser dialog with options. 3. If the cell was empty - go top - else seek the value 4. Let user look up stuff or select or enter some new value 5. If they select, put the value back in the browser cell 6. Refresh the browser. Geoff "Jorge" <jorgeaccinelli(a)dextrasistemas.com.ar> wrote in message news:898a2897-7d3c-4fc0-b547-b6deb053e3b6(a)33g2000yqj.googlegroups.com: > On 16 mar, 20:37, "Geoff Schaller" <geo...(a)softxwareobjectives.com.au> > wrote: > > > Anyone for an awesome foursome ? > > > > <g> > > > > "Willie Moore" <will...(a)wmconsulting.com> wrote in message > > > > news:hnp2pr$e14$1(a)speranza.aioe.org: > > > > > > > > > > Me three > > > > > "Ginny Caughey" <ginny.caughey.onl...(a)wasteworks.com> wrote in message > > >news:4b9fffa5$0$19037$c3e8da3(a)news.astraweb.com: > > > > > > > Hi Geoff, > > > > > > Me too. ;-) > > > > > > -- > > > > > > Ginny Caughey > > > >www.wasteworks.com > > > > > > "Geoff Schaller" <geo...(a)softxwareobjectives.com.au> wrote in message > > > >news:vRSnn.13386$pv.7239(a)news-server.bigpond.net.au... > > > > > > > > <g> > > > > > > > I have solved many a problem by building the angry sample ready to send to > > > > > Robert, only to find the fault in my code because the sample works. Then > > > > > if it doesn't, the sample is ready! > > > > > > > Geoff- Ocultar texto de la cita - > > > > > - Mostrar texto de la cita - > > > > > > > Hello ! > > " self:oDCbBrowser1:CurrentColumn:=1 > self:oDCbBrowser1:Edit() // You could skip this... " > > This is a very interesting idea. ( skip edit ) I was working with > bbrowser > in "edit" mode and when i need help for search some code > (Ej product, customers ) I pressed enter in an empty field and thus > opened > a help window, very complicated > > > What would be a good way to help my clients > search code, calling a help window , working into a bbrowser > without the edit mode , when they arrive in a cell that needs a > Search help ? > > Best regards > Jorge Accinelli > > > > > > > I press enter in the empty field > openning a windows. Very complicated
From: Jorge on 22 Mar 2010 08:35 On 21 mar, 18:19, "Geoff Schaller" <geo...(a)softxwareobjectives.com.au> wrote: > Jorge. > > Not complicated at all! > > I basically never allow editing in a cell (only some very special > circumstances) so this is how I approach your requirement: > > 1. If the user double-clicks cell (to prevent accidental single click > etc) > 2. Launch a small browser dialog with options. > 3. If the cell was empty - go top - else seek the value > 4. Let user look up stuff or select or enter some new value > 5. If they select, put the value back in the browser cell > 6. Refresh the browser. > > Geoff > > "Jorge" <jorgeaccine...(a)dextrasistemas.com.ar> wrote in message > > news:898a2897-7d3c-4fc0-b547-b6deb053e3b6(a)33g2000yqj.googlegroups.com: > > > > > On 16 mar, 20:37, "Geoff Schaller" <geo...(a)softxwareobjectives.com.au> > > wrote: > > > > Anyone for an awesome foursome ? > > > > <g> > > > > "Willie Moore" <will...(a)wmconsulting.com> wrote in message > > > >news:hnp2pr$e14$1(a)speranza.aioe.org: > > > > > Me three > > > > > "Ginny Caughey" <ginny.caughey.onl...(a)wasteworks.com> wrote in message > > > >news:4b9fffa5$0$19037$c3e8da3(a)news.astraweb.com: > > > > > > Hi Geoff, > > > > > > Me too. ;-) > > > > > > -- > > > > > > Ginny Caughey > > > > >www.wasteworks.com > > > > > > "Geoff Schaller" <geo...(a)softxwareobjectives.com.au> wrote in message > > > > >news:vRSnn.13386$pv.7239(a)news-server.bigpond.net.au... > > > > > > > <g> > > > > > > > I have solved many a problem by building the angry sample ready to send to > > > > > > Robert, only to find the fault in my code because the sample works. Then > > > > > > if it doesn't, the sample is ready! > > > > > > > Geoff- Ocultar texto de la cita - > > > > - Mostrar texto de la cita - > > > Hello ! > > > " self:oDCbBrowser1:CurrentColumn:=1 > > self:oDCbBrowser1:Edit() // You could skip this... " > > > This is a very interesting idea. ( skip edit ) I was working with > > bbrowser > > in "edit" mode and when i need help for search some code > > (Ej product, customers ) I pressed enter in an empty field and thus > > opened > > a help window, very complicated > > > What would be a good way to help my clients > > search code, calling a help window , working into a bbrowser > > without the edit mode , when they arrive in a cell that needs a > > Search help ? > > > Best regards > > Jorge Accinelli > > > I press enter in the empty field > > openning a windows. Very complicated- Ocultar texto de la cita - > > - Mostrar texto de la cita - Hello, Geoff Thanks for your reply. I remember your advise avoid editing in a browser. But it's so powerfull bBrowser .. Double-click is a good idea, but I prefer avoid the mouse in such situations and use some keyboard lauching the same behavior (Press any key without triggering the start of the edition) Best Regards Jorge
From: Geoff Schaller on 22 Mar 2010 17:28 Hi Jorge, I understand - I merely offer the alternate. However you can still do the same thing with the Enter key (I guess instead of the TAB key). The trouble my users had was realising that cell change mode and cell edit mode all had different behaviours for enter and tab as they must have. I just try to avoid this kind of confusion. Plus we are in SQL. All that automated editing is to be avoided if possible. Geoff "Jorge" <jorgeaccinelli(a)dextrasistemas.com.ar> wrote in message news:36372e73-acf9-4533-8efb-b99a0bafa8c1(a)30g2000yqi.googlegroups.com: > On 21 mar, 18:19, "Geoff Schaller" <geo...(a)softxwareobjectives.com.au> > wrote: > > > Jorge. > > > > Not complicated at all! > > > > I basically never allow editing in a cell (only some very special > > circumstances) so this is how I approach your requirement: > > > > 1. If the user double-clicks cell (to prevent accidental single click > > etc) > > 2. Launch a small browser dialog with options. > > 3. If the cell was empty - go top - else seek the value > > 4. Let user look up stuff or select or enter some new value > > 5. If they select, put the value back in the browser cell > > 6. Refresh the browser. > > > > Geoff > > > > "Jorge" <jorgeaccine...(a)dextrasistemas.com.ar> wrote in message > > > > news:898a2897-7d3c-4fc0-b547-b6deb053e3b6(a)33g2000yqj.googlegroups.com: > > > > > > > > > > On 16 mar, 20:37, "Geoff Schaller" <geo...(a)softxwareobjectives.com.au> > > > wrote: > > > > > > > Anyone for an awesome foursome ? > > > > > > <g> > > > > > > "Willie Moore" <will...(a)wmconsulting.com> wrote in message > > > > > >news:hnp2pr$e14$1(a)speranza.aioe.org: > > > > > > > > Me three > > > > > > > "Ginny Caughey" <ginny.caughey.onl...(a)wasteworks.com> wrote in message > > > > >news:4b9fffa5$0$19037$c3e8da3(a)news.astraweb.com: > > > > > > > > > Hi Geoff, > > > > > > > > Me too. ;-) > > > > > > > > -- > > > > > > > > Ginny Caughey > > > > > >www.wasteworks.com > > > > > > > > "Geoff Schaller" <geo...(a)softxwareobjectives.com.au> wrote in message > > > > > >news:vRSnn.13386$pv.7239(a)news-server.bigpond.net.au... > > > > > > > > > > <g> > > > > > > > > > I have solved many a problem by building the angry sample ready to send to > > > > > > > Robert, only to find the fault in my code because the sample works. Then > > > > > > > if it doesn't, the sample is ready! > > > > > > > > > Geoff- Ocultar texto de la cita - > > > > > > > - Mostrar texto de la cita - > > > > > > Hello ! > > > > > " self:oDCbBrowser1:CurrentColumn:=1 > > > self:oDCbBrowser1:Edit() // You could skip this... " > > > > > This is a very interesting idea. ( skip edit ) I was working with > > > bbrowser > > > in "edit" mode and when i need help for search some code > > > (Ej product, customers ) I pressed enter in an empty field and thus > > > opened > > > a help window, very complicated > > > > > What would be a good way to help my clients > > > search code, calling a help window , working into a bbrowser > > > without the edit mode , when they arrive in a cell that needs a > > > Search help ? > > > > > Best regards > > > Jorge Accinelli > > > > > I press enter in the empty field > > > openning a windows. Very complicated- Ocultar texto de la cita - > > > > > - Mostrar texto de la cita - > > > > Hello, Geoff > > Thanks for your reply. I remember your advise > avoid editing in a browser. But it's so powerfull bBrowser .. > Double-click is a good idea, but I prefer > avoid the mouse in such situations and > use some keyboard lauching the same behavior > (Press any key without triggering the start of the edition) > > Best Regards > Jorge
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 4 5 Prev: Get information about windows user privileges Next: Filter help |