loaded page
uNokSoft Group - PowerBuilder Library
PowerBuilder Library
Last update
Wednesday, May 28, 2003 3:38 AM

PowerBuilder Projects
 
Lastest News
  Date:05/28/2003
     Fun stuff: Irregular shaped Window. This works with any PowerBuilder Controls... download here.

      Irregular shaped window, PowerBuilder

Date:05/12/2003
   Just finish a new PBORCA API Demo: Count LOC(line of code) for PowerBuilder 6 and up. It's nice utility for you all, I think. ... download here.

      LOC, PowerBuilder, ORCA API

Date:05/04/2003
   Update XML Parser version 2.0.3a: Fix problem of generating invalid XML. When entity contains special character (&, < , > , ', "). more detail here. Thanks to Jawaid Maqbool.

Date:05/02/2003
   I have a new demo of using PBORCA API(ORCA) to search and replace string in all objects. It's very useful if you want to change something in the Application, It's just demonstrate, you need to customize more to meet your need. By the way, Now this user object(pborcaapi) could be able to run on PowerBuilder 6, 7, 8, 9. download here.
      PowerBuilder PBORCA demo3

Date:04/08/2003
   Release the first sample code of development the visual user object with PBNI Visual Extension. It's another way to develop External Visual Object in PowerBuilder 9. That's all you are waiting for. download here.
      PowerBuilder 9 PBNI Visual Extension

Date:03/30/2003
   The second demo of External Visual Object for PowerBuilder, is implemented in C++ Class. This sample codes will show you how to work with C++ class, has own members, store the created object into extra memory of a runtime widow and use it later in DLL functions. download here.
      Extenal Visual Object for PowerBuilder

Date:03/27/2003
   I have a special demo, Dynamic script in Runtime. Yes, you can modify your scripts on the fly. do you believe this?. Try this demo, download here.. (sorry, this demo is for PowerBuilder version 8. I will change to PowerBuilder version 6 later.)

         Dynamic script

Date:03/24/2003
   Opens new Section: use PowerScripts to do ..., What can powerscripts do for you?. here is the first sample: Changing Font face name in runtime. you can also apply this code to change any controls' properties in runtime.


Date:03/14/2003
   Release the first sample code, ' Hello World ', an External Visual Object. You need Microsoft Visual C++ or any C Compiler for Win32 to compile this C source code. That codes will show you the simple structure for External Visual Object development.
   It's time to learn C language and basic of Win32 Programming. don't be afraid. download here.


Date:03/10/2003
   New Section: Win32 API, sometimes you need to do something that PowerBuilder powerscript can't.
  • AppBar::SHAppBarMessage(...), what's the AppBar? - It's a kind of window that docks at Top, Bottom, Left, Right on your Desktop.
            

    Date:03/05/2003
       Update 2 stuffs:
  • XML Parser 2.0.2

  •    Fixed bug: internal function uf_setitem(...)
       it does not call setitem() if column type is long, ulong. Thanks to Alexander P.Proskurin.
  • PBORCA API (ORCA - Powersoft Open Library API )
       Add function LibraryEntryCopy(...): Now you could be able to copy object to other pbl in one step, without to do export and import. download here.

    Date:02/27/2003
       In PowerBuilder 5 to 8, you couldn't be able to import All Exported-PB Object into your PBL in runtime,but DATAWINDOW-object syntax. from limitation of this function LibraryImport(...). PBORCA API is your solution when you need to import all PB Objects to your library.
       However, my sample codes just for Import/Export Functions. If you want to do that all PBORCA API has, sorry you need to code in C language(Powebuilder doesn't support callback function). download here

    Date:02/15/2003
       In PowerBuilder, you can open image file and put it to OLE Control or OLE DB column. But How to get this binary large data back and save them to disk.
       I have a sample code + DLL to get Bitmap Information from OLE control that you will know the position of the image, cut it and save to a file. This will work with blob from using SELECTBLOB, too. download here

    Date:02/13/2003
       Open new section 'Undocumented PowerBuilder'. the first chapter is How to Manipulate Datawindow without using datawindow functions.

    for example:
    long ll_dw_handle
    ll_dw_handle = handle(dw_1)
  • Retrieve( )

  • Post(ll_dw_handle, 1306, 0, 0)
    Post(ll_dw_handle, 1320, 0, 0)
  • Scroll To Last Page
  • Post(ll_dw_handle, 1315, 0, 99999999)
    And more


    Date:01/24/2003
       Update XML Parser to 2.0.1., and DEMO4 is changed.
    download here.

    Date:01/24/2003
       Update XML Parser to 2.0.0a.
  • Add function: createDatawindow(...)
  • DEMO 4: Dynamic Datawindow from XML content
  • .new PowerBuilder DEMO4 for XML Parser

    Date:01/24/2003
       First release of an opensource XML Parser for PowerBuilder 6++. It's version 2.0.0. Now! source code is under GPL license. you can get it here and customize this stuff to meet your need.
       Coming up next! External Visual User Object sample code. Please stay tune.

    Date:19/14/2002
       Bug fixed: Multi-ListViewMenus series
  • function VisibleListviewMenu(...) does not work.

  •    updates: unoksoft.dll version 1.1.9.2

    Date:11/14/2002
       new updates: unoksoft.dll is now version 1.1.9.1
  • Fix low resource
  • Transparent StaticText: change default charset to system default.

  • Date:11/11/2002
       :) i'm back. There is a great time to optimize all external visual userobjects for runtime EXE.

    Date:09/06/2002
       i have 2 new functions for PowerBuilder:
  • URLencode(...). it's needed. if you use GetURL() or PostURL()
  • .
  • and UTF8(...). if you want to convert Ascii string to utf8 formatted string for sending data to another system.


  • Date:05/10/2002
       I'm still busy on 2 web-based Projects and haven't use PowerBuilder since Feb,2002. I will be back after finished one.

    Date:01/25/2002
       Updated Library: I can't remember what it's changed.
  • unoksoft.dll is now version 1.1.8.9


  • Date:01/18/2002
       Updated Library:
  • ListViewMenu series.
  • fixed PopupMenu Bug.
  • unoksoft.dll is now version 1.1.8.7


  • Date:01/12/2002
       Release the last ListViewMenu series: Muti-ListViewMenus.
    This will support multiple-ListViewMenus... you can select one of ListViewMenus to display on Screen and hide another one, it sounds like TAB and TabPage. download here.
       And this is the end of External Visual UserObject series,too.

       I will start a new project 'Application FrameWork for PowerBuilder'. and release it as same as another OpenSource project.

       Anyway,last updated of unoksoft.dll is version 1.1.8.2


    XSLT Processor XSLT is a language for transforming XML documents into other XML documents, ... HTML.
    Tools
    Application FrameWork
    About This Site
    About This Site
    Contact & Bugs report
    Links

    Search Now:
    In Association with Amazon.co.uk
    The reservation center of major global hotel chains and the world leading hotel room wholesalers.