in

Kodigo

An all purpose Powerbuilder framework

Browse by Tags

  • Build failure for PBL's with "." in name

    I just tried building an exe using the new naming conventions and I hit a bad bug, PB won't "write" PBD's even if the PBL were ticked. Worse is that everything is successful according to the project painter but inspecting the output directory shows only an executable with no PBDs. Launching...
    Posted to Futures Discussion (Forum) by yeyi on 03-24-2008
  • Events Naming convention

    For kodigo specific events, I have decided to use the actual classname as the prefix followed by the event name/purpose Example: WindowBase windowbase_open() windowbase_postopen() windowbase_show() windowbase_closing() windowbase_close() ... UserobjectBase userobjectbase_constructor() userobjectbase_postconstructor...
    Posted to Futures Discussion (Forum) by yeyi on 03-18-2008
  • Re: Constants/Enumerations

    Well said, thanks Grismare. Roland, I also tried coding based on the proposed standards, and here are my thoughts: After so many years of Powerscript, it is difficult to unlearn the whole preifx/datatype way of writing, I only got over it when I imagined I was doing C#. But this framework will be used...
    Posted to Futures Discussion (Forum) by yeyi on 03-16-2008
  • Re: Common, lightweight services changed to overloaded global functions

    As far as I remember (sorry for any blur in my memory), global functions do not stay in memory. They are by definition only referenced when running. At every call, you risk that the function is: Not found in memory Loaded from disk Executed - that's really what you wanted in the first place Marked...
    Posted to Futures Discussion (Forum) by mkramer on 03-14-2008
  • Re: PBL naming and object grouping

    Hi Robo, Thanks for pointing that out. I have put all PB inherited objects in kodigo.base.pbl and use names not conflicting w/ PFC (pbCommandbutton, pbDatawindow, etc.) As long as we avoid name collissions w/ PFC, it should integrate well in the extension layer. What are other issues have you encountered...
    Posted to Futures Discussion (Forum) by yeyi on 03-14-2008
  • Re: Constants/Enumerations

    OK, please correct me if I'm wrong. Let's assume we have a variable named FirstName Scope: Local: lFirstName Instance: iFirstName Shared: sFirstName Global: gFirstName Argument: aFirstName This is OK, but how about access to instance level (protected, private)? I was thinking of using underscores...
    Posted to Futures Discussion (Forum) by yeyi on 03-14-2008
  • Re: PBL naming and object grouping

    The consensus now is to retain the name Kodigo. Due credit will be given to any ideas, design, coding, etc. for anything that will be part of the project, big or small. Roland, any help coming from your experience I seriously consider. TopwizProgramming has been in my bookmarks since forever. I agree...
    Posted to Futures Discussion (Forum) by yeyi on 03-13-2008
  • Naming conventions

    Many of us have been conditioned in Powerbuilder to name our classes/object with prefix identifiers (n_cst_xxx, u_xx, etc). In the new Kodigo, I have been playing around with how to name objects saved in the PBL. Here are my requirements: It should not clash with naming conventions of PFC and other popular...
    Posted to Futures Discussion (Forum) by yeyi on 03-05-2008
Page 1 of 1 (8 items)
Gabriel Abulencia dela Torre 2008
Powered by Community Server (Non-Commercial Edition), by Telligent Systems