Jump to content

Juan C.Cilleruelo

Members
  • Content Count

    103
  • Joined

  • Last visited

Everything posted by Juan C.Cilleruelo

  1. Thank you!!! That is better than what I'm looking for. I was looking for an example of exception management. Still, this solution is better because it allows the final user to generate error messages inside the Python code that can return to the application. I'm going to investigate this line. The type of scripts I expect that the final user write doesn't need any returned message. Because of this, I can consider any message the final user includes as a warning of an error message. Great. Thanks. Now I need to embed this functionality in an on-the-fly component.
  2. I have the following functionality, currently made with PacalScript, and I want to implement it in Python. I create a script component on the fly and programmatically create some variables of different types inside it. After I load the script proportionated by the user and I execute it. If all goes well, I recover the current values of the firstly proportionated variables and apply them to my Delphi program. Also, the end user can use some methods implemented in the Delphi main program inside the script. Summarizing: 1- I need to create variables on the fly inside a Python Script. 2- I need to recover the current values of some variables inside a Python Script. 3- I need to create some functions inside a Python script that can be called from it but really exists in the host Delphi program. Can anyone help me or knows where I can find examples of these three functionalities?
  3. AUTO RESPONSE: In Demo7 I've seen the TPythonModule component. I think that I have all I need. I'm going to start the substitution of Pascal Script by Python. Thank you all!
  4. If you don't know a concrete item to my question, your answer is just noise for my learning.
  5. Watching all the video tutorials. I want to be efficient in time. My ask was very concise, True?
  6. AUTO-RESPONSE: Demo4 of the Demos installed with the components shows how to create TPythonDelphiVar components that are some representants for Variables that can be used inside Python Scripts and Delphi indifferently. I will continue looking for the methods delegate component of Delphi's methods inside the Python Script.
  7. I modified the initial explanation to a better understanding of my leisurely objective. I want to remark that this is currently working with very old and primitive Pascal Scripting Components. I know that all of this is possible with python, and I know that by taking considerable time to understand and practice all the capabilities of Python Scripting components, I will be able to do all these things. I'm appealing to the knowledge of previous users of these components to simplify my path to the solution. Thanks to all of you.
  8. This is not related to my questions. "Variable variable names?????" it seems like a tongue twister! I don't need to recover anything. I need to start a Script with a group of variables created on his memory, and just before freeing this Script Object, recover the Variables. I'm sorry if my explanations take you a misunderstanding situation.
  9. Thank you for your response, but it is as general as absolutely useless. Do you know which of these pleiad of demos are the ones that solve each of my requirements? These are the types of responses really useful. But thanks a lot for your time.
  10. Delphi 10.4.2 Right Click over a word -> Find Declaration, Not working. Does anyone note this problem? Or is it only my problem? Never works. I've tried with existing files in the uses clause, with units in the path and more. The only occasion in that works is when the Declaration is in the same file.
  11. Juan C.Cilleruelo

    Difficulty with component installation

    You can add the next "$(BDSCOMMONDIR)\bpl" in Project Options->Delphi Compiler->Package output directory
  12. Recently I've receibed pub for the VAR program for Interbase VARs licence system, and again, as I did years ago, I read it looking for a special paragraf about how Embarcadero/Idera, in this program, consider the Demos or de "Communiy/Free" versions o our applications. I can't find a single line about this. For years I accepted that for little applications, like the mine one, Interbase is a very good option. Mainly for applications multiplatform (Windows/Mac), but, my brand system is let the user enjoy with a reduced version of my application free of charge, what involves, I think, pay a licence to Idera/Embarcadero, for every installation of a product for which I do not charge. Any one knows if exists some type of disclaimer for free/community versions of applications that includes Interbase with VAR license? Well, I know that exists a trial version of interbase that I can install, but have a very high limitation to an application, like mine, that saves graphic information inside the database. His max size for the file of the database is of 100Mb. Today, this is ridiculous. True?
  13. Juan C.Cilleruelo

    Interbase VAR Licence and Demos or Free Versions

    But my question is not about alternatives for Interbase. My question is about the lake in the VAR contract to allow the distribution of free end-user versions. Seems that for every application we install as a demo we will pay embarcadero. It seems that the VAR contract of embarcadero is only accessible for well-established enterprises. New projects must take an alternative database. But if my project was successful with another database, why pay embarcadero for Interbase if my project works well and is cheaper with an alternative one?
  14. Juan C.Cilleruelo

    Interbase VAR Licence and Demos or Free Versions

    I tried it!!!!! Don't work. You need to do a lot of hard work and you need to recompile Firebird entirely to get an unstable version that poorly runs on Mac OS X. The version you see in this link is older, very older. Is as older, that you can't distribute the application you create in the Apple Store, because the executable of DB is 32 bits. Some years ago that 32bits apps don't run over MacOS X.
  15. Juan C.Cilleruelo

    Interbase VAR Licence and Demos or Free Versions

    Ok. But I don't have a version for Mac OS X, the solution is the same as Firebird but paying, I think.
  16. Juan C.Cilleruelo

    Interbase VAR Licence and Demos or Free Versions

    It is tough to install in Mac OS X as an embedded database. I need Windows and Mac OS X distribution of my software.
  17. Juan C.Cilleruelo

    Interbase VAR Licence and Demos or Free Versions

    These versions are the ones that have the 100Mb limitations in the DB File.
  18. Juan C.Cilleruelo

    Interbase VAR Licence and Demos or Free Versions

    Firebird doesn't work as an embedded version on Mac OS X.
  19. Juan C.Cilleruelo

    Problem with Logging on to my.embarcadero.com

    About a week without access to https://supportforms.embarcadero.com/product/ nor https://quality.embarcadero.com nor https://my.embarcadero.com etc What's the problem? Is Embarcadero closing his business?
  20. Juan C.Cilleruelo

    How and when install the Patches.

    I'm just downloaded and installed "RAD Studio, Delphi, C++Builder 10.4 ISO" And I can see that I can download the next patches: RAD Studio 10.4 Patch 1 10.4 Patch 2 (Professional) RAD Studio 10.4 Patch 3 The only thing I understand is that I need the first installed to install de second and so on. My first question is: The version I've just installed doesn't have these patches included? My next question is: If not, Where are the instructions to install these patches? I downloaded them and I have three ZIP files. The first has a Patch1.txt with a list of file involved but without any instructions. The second ZIP contains another ZIP, an EXE and a BAT file. What's the correct form of installing it? The third is like the second. ------------------------------------------------------------ I'm treating to get info about this from the embarcadero webs, but seem that today all the services of embarcadero has problems.
  21. Juan C.Cilleruelo

    How and when install the Patches.

    For your security, indeed! (they said)😄
  22. Juan C.Cilleruelo

    I'm having problems with 10.4.2

    This is my current version installed: Embarcadero® Delphi 10.4 Version 27.0.37889.9797 I have miodesopsias because of this many years ago I'm using dark mode in all my computers in work mode. When I develop for Windows I have windows in Light theme to see the result in a convenient form. But the IDE in Dark mode. Well. After installing this version, in the window "Options" of the IDE I select "User Interface" and inside, "Theme Manager". I uncheck "Toggle style to match windows dark and light mode" and after I select the radio button that says "Dark" When I close Delphi and reopen the IDE is in "Light mode" with the "Toggle.." check box activated. Seems that the desktop configuration file has not saved this option. ---------------------------------------- I'm treating to left an Issue in quality.embarcadero.com, but today seems that nothing is working in his servers. I can't search to see if another user has informed this problem. Anyone have this problem or is an issue with my installation.
  23. Juan C.Cilleruelo

    I'm having problems with 10.4.2

    Seems solved after applying the patches.
  24. Juan C.Cilleruelo

    How and when install the Patches.

    I've used ISO download for the install. But, embarcadero must include a first patch to solve this problem, True? No one of the methods described in the referred link works for me. And the web version of GetIt do not include "Patches and Fixies" section. Thanks Lars! I'm glad to keep seeing you around here.
  25. Juan C.Cilleruelo

    How and when install the Patches.

    copying files in the XXI century? Oh my God! Thanks Darian!
×