Recent content by balta

  1. B

    TinyMce - Winforms

    I think i will like :) Thanks a Lot!! :):):)
  2. B

    TinyMce - Winforms

    Yes! Can you share the code?
  3. B

    TinyMce - Winforms

    Thanks Peter. I will also look at that.
  4. B

    TinyMce - Winforms

    Thanks Osborne. I will look to the links.
  5. B

    TinyMce - Winforms

    It is a question :)
  6. B

    TinyMce - Winforms

    Hello, Anyone have an example of integrating TinyMce with WinForms. The objetive is to show the text and load and set using the program. Thanks in Advance, Baltazar
  7. B

    "Conversion" of NetCode to 4GL | PdfSharp

    I have loaded this DLLs and it works (show the methods) I have used "PdfInclude" and works great. Bought from https://snowwolf-software.com/
  8. B

    Right Mouse Menu Down - Anywhere | Else Event

    Hi Patrick, will try that. Thanks!
  9. B

    Right Mouse Menu Down - Anywhere | Else Event

    Will try to explain Without the block "mouse-menu-down" this appears With the block this menu don´t appear Objetive: Appear this menu WITH the block defined.
  10. B

    Right Mouse Menu Down - Anywhere | Else Event

    Hello, I am trying to force default behavior of right-mouse-click when the click is not in a browse. It is possible? Bellow Code. ON 'right-mouse-down':U anywhere DO: /* só dispara a 1º vez */ if focus:type = "BROWSE" then do: /* só "reage" se tiver ENABLED */...
  11. B

    Row-Display - Dynamic Browse

    It is resolved! Thanks! :)
  12. B

    Row-Display - Dynamic Browse

    Yes, already done that. In Openedge 12.8 it is faster to define variables.
  13. B

    Row-Display - Dynamic Browse

    Thanks a Lot!!! With the code you sent, I have managed to do what I want! :) This code is OpenEdge 12.8? (I am in OpenEdge 12.2)
  14. B

    Row-Display - Dynamic Browse

    Thanks, I will try.
  15. B

    Row-Display - Dynamic Browse

    Hello, Anyone have an example of a row-display with a dynamic browse? I have searched in Web but without success. Thanks in Advance Baltazar
Back
Top