RE: Paste (ctrl-v) in textfield doesn't work with focusable listbox

2018-05-14 Thread Kristopher Merolla via 4D_Tech
Hi Piotr,

Thank you!

If you can reproduce this, raising a TAOW case will allow the tech support team 
to check on it to determine if this is a bug or something else, and we can get 
the issue fixed.

Best Regards,
Kristopher




-Original Message-
From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Piotr Chabot 
Stadhouders via 4D_Tech
Sent: Saturday, May 12, 2018 10:04 AM
To: 4d_tech@lists.4d.com
Cc: Piotr Chabot Stadhouders 
Subject: RE: Paste (ctrl-v) in textfield doesn't work with focusable listbox

Hi,

Ok, thanks, i Will try to reproduce the problem in a sample database

"
I created a simple form with an array based listbox and a text field and it 
seems like I have no trouble pasting into the text field, but perhaps I am 
doing something different than you are doing.



Also, I don't see any bugs related to your described behavior, but if you can 
reproduce the issue I would suggest you create a simple sample database, raise 
a Tech Support (TAOW) case, and attach it to the case along with the steps to 
reproduce the issue. That way our tech support team can take a look."

**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

RE: Paste (ctrl-v) in textfield doesn't work with focusable listbox

2018-05-10 Thread Kristopher Merolla via 4D_Tech
Hi Piotr,

I created a simple form with an array based listbox and a text field and it 
seems like I have no trouble pasting into the text field, but perhaps I am 
doing something different than you are doing.

Also, I don't see any bugs related to your described behavior, but if you can 
reproduce the issue I would suggest you create a simple sample database, raise 
a Tech Support (TAOW) case, and attach it to the case along with the steps to 
reproduce the issue.  That way our tech support team can take a look.

Best Regards,
Kristopher




-Original Message-
From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of Piotr Chabot 
Stadhouders via 4D_Tech
Sent: Wednesday, May 9, 2018 8:22 AM
To: 4D iNug Technical <4d_tech@lists.4d.com>
Cc: Piotr Chabot Stadhouders 
Subject: Paste (ctrl-v) in textfield doesn't work with focusable listbox

Hi,

4D v16R6
I have a form with a listbox and a textfield When the listbox has the property 
focusable set, pasting text into the text field via ctrl-v doesn't work (menu 
item paste DOES work) When I uncheck the focusable property pasting does work

Does anybody know about this behavior?

I need to set the listbox focusable because else I can not set columns 
enterable! Also something I don't quite understand

Gr,

Piotr

**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**

RE: OPEN FORM WINDOWS

2018-05-10 Thread Kristopher Merolla via 4D_Tech
Hi Ferdinando,

In 16.3 HF2 I put together a simple case, making a custom output form for a 
table with two buttons.  One button runs your first block of code to open a 
Palette window and the other a Plain window.  The "form" opened by the buttons 
on the output form has field variables, and I am able to modify them and when 
closing the window, the records are modified.

Is this what you are trying to accomplish?

If not, what is in your "form" (are there any other buttons, bits of code, etc) 
and what exactly do you mean by the "selection of the records are not upgraded 
in the output form"?  Are you trying to change the selection like a query or 
modify the records? Do you have any other code executing here?

Regards,
Kristopher




-Original Message-
From: 4D_Tech [mailto:4d_tech-boun...@lists.4d.com] On Behalf Of stardata.info 
via 4D_Tech
Sent: Tuesday, May 8, 2018 6:55 AM
To: 4d_tech@lists.4d.com
Cc: stardata.info 
Subject: OPEN FORM WINDOWS

Hi All,

I work 4D V16 on windows.
Using this code in one button of output form for doing a queries:
$Win:=Open form window("form";Palette form window;Horizontally 
centered;Vertically centered;*)
DIALOG("form")
CLOSE WINDOW
i notice that the selection of the records are not upgraded in the output form.

If use the option Plain form window i not have the same issue.
$Win:=Open form window("form";Plain form window;Horizontally 
centered;Vertically centered;*)
DIALOG("form")
CLOSE WINDOW

Someone know the reason?

Thanks
Ferdinando
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**
**
4D Internet Users Group (4D iNUG)
FAQ:  http://lists.4d.com/faqnug.html
Archive:  http://lists.4d.com/archives.html
Options: https://lists.4d.com/mailman/options/4d_tech
Unsub:  mailto:4d_tech-unsubscr...@lists.4d.com
**