Jump to content

limelect

Members
  • Content Count

    924
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by limelect


  1. I do not understand why Embarcadero put the time into Delphi>Python.

    I asked Chat 

    benefit of Python over Delphi

    Its answer

     

    1. Python is a general-purpose programming language, while Delphi is a specific language for developing Windows applications.

    2. Python is open source and free, while Delphi is a commercial product. 
    3. Python is easier to learn and use than Delphi. 
    4. Python has a large and active community of developers, while Delphi has a smaller and less active community. 
    5. Python has a wide range of libraries and frameworks available, while Delphi has fewer options. 
    6. Python is more versatile and can be used for a variety of tasks, while Delphi is more limited in its scope. 
    7. Python is more suitable for rapid development, while Delphi is better for large-scale projects. 
    8. Python is better suited for web development, while Delphi is better for desktop applications

     

     

    the second time I run the same question

     

    1. Python is a general-purpose programming language, while Delphi is a language specifically designed for developing Windows applications. 
    2. Python is open source and free, while Delphi is a commercial product. 

    3. Python is easier to learn and use than Delphi, and it has a much larger community of developers and users. 

    4. Python has a wide range of libraries and frameworks available, while Delphi has a more limited selection. 

    5. Python is more versatile and can be used for a variety of tasks, while Delphi is more focused on Windows development. 

    6. Python is more popular and widely used than Delphi, so it is easier to find help and resources for it
     

    Do you agree?


  2. @David Heffernan although now it is not a Delphi problem

    1. I download ver 3.8 for window 7

    2. But i keep getting ver 2.7

    3, I searched the registry for the link to anaconda27 to change to 38 and could not find

    image.png.0b4bd363b2b8fe814a0b01be9f3035cc.png

    i looked at the environment and did not find

    where is the link to 27 or 2.7

    I did use I Hope for the installation including 

    conda activate 

    This is my last problem so can someone help?

     


  3. @PeterBelow  @Anders Melander You did not understand my knowledge problem.

     What I wrote is:

    Skia TAB was empty, the registry was empty from skia name

    Delphi did not load any components  (skia) and STILL, 

    the tab (skia) was on the pallet. and was rewritten to registery !!!!!!!!!

    upon opening the Delphi IDE.

     

    IT HAS NOTHING TO DO WITH THE COMPONENT ITSELF BUT WITH THE IDE

     

    the tab names are taken from another place, not the registry as I thought

     

    I have built some applications from the fact that the TABs name are in the registry


  4. Thank you for your help (too many).

    I used the Skia4Delphi_4.1.0_Setup.exe and things are OK

     

    From this experience, I am left with bad knowledge.

    I thought. that components TABs are written in the registry.

    They are not.

    Does anyone know where are they written? In a DB?


  5. D10.2.3

    I had old SKIA components on the pallet. here started the problem.

    I compiled the new one and tried to install it.

    Error installing.

    I was left with component TAB EMPTY.

    So I thought to revert to my OLD BPL (ON MY BACKUP) now I have an error installing.

    I thought maybe the empty tab was the problem

    So I deleted it from the REGISTRY.

    After deleting all SKIA (2 places)

    I opened Delphi and the SKIA empty tab returned in the registry too.

    Any idea how to go about fixing this problem?

    Installing new AND deleting the empty tab

    P.S SKIA is not on the component list

     


  6. @esegece For Both applications, I tested writing the word  >>>>> help

    see what happens.

    on the site https://chat.openai.com/chat

    I get the answer  Of course! How can I help you today?

     

     

    This is what I get

     

     

    Q: help
    A:
    ers/esm/inherits.js");
    /* harmony import */ var _babel_runtime_helpers_esm_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(/*! @babel/runtime/helpers/esm/possibleConstructorReturn */ "./node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js");
    /* harmony import */ var _babel_runtime_helpers_esm_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(/*! @babel/runtime/helpers/esm/getPrototypeOf */ "./node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js");
    /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(/*! react */ "./node_modules/react/index.js");
    /* harmony import */ var react__WEBPACK_IMPORTED_MODULE_5___default = /*#__PURE__*/__webpack_require__.n(react__WEBPACK_IMPORTED_MODULE_5__);
    /* harmony import */ var _components_Layout__WEBPACK_IMPORTED_MODULE_6__ = __webpack_require__(/*! ../components/Layout */ "./components/Layout.js");
    /* harmony import */ var _components_Header__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(/*! ../components/Header */ "./components/Header.js");
    /* harmony import */ var _components_Content__WEBPACK_IMPORTED_MODULE_8__ = __webpack_require__(/*! ../components/Content */ "./components/Content.js");
    /* harmony import */ var _components_Footer__WEBPACK_IMPORTED_MODULE_9__ = __webpack_require__(/*! ../components/Footer */ "./components/Footer.js");

    var _jsxFileName = "/Users/muhsinsutanto/Documents/practice/react_practice/hello-next/pages/index.js";

    var __jsx = react__WEBPACK_IMPORTED_MODULE_5___default.a.createElement;

    function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = Object(_babel_runtime_helpers_esm_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__["default"])(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = Object(_babel_runtime_helpers_esm_getPrototypeOf__WEBPACK_IMPORTED_MODULE_4__["default"])(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return Object(_babel_runtime_helpers_esm_possibleConstructorReturn__WEBPACK_IMPORTED_MODULE_3__["default"])(this, result); }; }

    function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }

    var Index = /*#__PURE__*/function (_React$Component) {
      Object(_babel_runtime_helpers_esm_inherits__WEBPACK_IMPORTED_MODULE_2__["default"])(Index, _React$Component);

      var _super = _createSuper(Index);

      function Index() {
        Object(_babel_runtime_helpers_esm_classCallCheck__WEBPACK_IMPORTED_MODULE_0__["default"])(this, Index);

        return _super.apply(this, arguments);
      }

      Object(_babel_runtime_helpers_esm_createClass__WEBPACK_IMPORTED_MODULE_1__["default"])(Index, [{
        key: "render",
        value: function render() {
          return __jsx(_components_Layout__WEBPACK_IMPORTED_MODULE_6__["default"], {
            __self: this,
            __source: {
              fileName: _jsxFileName,
              lineNumber: 11,
              columnNumber: 7
            }
          }, __jsx(_components_Header__WEBPACK_IMPORTED_MODULE_7__["default"], {
            __self: this,
            __source: {
              fileName: _jsxFileName,
              lineNumber: 12,
              columnNumber: 9
            }
          }), __jsx(_components_Content__WEBPACK_IMPORTED_MODULE_8__["default"], {
            __self: this,
            __source: {
              fileName: _jsxFileName,
              lineNumber: 13,
              columnNumber: 9
            }
          }), __jsx(_components_Footer__WEBPACK_IMPORTED_MODULE_9__["default"], {
            __self: this,
            __source: {
              fileName: _jsxFileName,
              lineNumber: 14,
              columnNumber: 9
            }
          }));
        }
      }]);

      return Index;
    }(react__WEBPACK_IMPORTED_MODULE_5___default.a.Component);

    /* harmony default export */ __webpack_exports__["default"] = (Index);

    /***/ })

    })
    //# sourceMappingURL=index.js.f9f9f9f9f9f9f9f9f9f.hot-update.js.map
    ----

     

×