Jump to content

bmeyer

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by bmeyer

  1. bmeyer

    Isapi Dll

    no they were not there.. old FTP software I guess. looks better now, except the grid seems shifted off to the left, partially off of the screen. I'll double check
  2. bmeyer

    Isapi Dll

    No, I have not. Did not have 3 or 4 days to wait. I've started the new project with Intraweb and it is up and running.. I'm still interested by your approach. If you have any other suggestions..I'm waiting to hear
  3. bmeyer

    Isapi Dll

    the png file didn't work to well..try this jpg
  4. bmeyer

    Isapi Dll

    http://64.186.155.34/uniAPP/unidll1.dll Here's a link to see what it looks like. Click [EndItAll] when finished
  5. bmeyer

    Isapi Dll

    boss won't like it
  6. bmeyer

    Isapi Dll

    License file says Product Name : uniGUI Beta 0.84.5.836 Publisher Company : FMSoft Co. Ltd.
  7. bmeyer

    Isapi Dll

    Yes.. Might it have something to do with doing a COMBO app?
  8. bmeyer

    Isapi Dll

    Here's a good/bad shot. Hope you can see it
  9. bmeyer

    Isapi Dll

    /// Here's the source forJS <html xmlns=http://www.w3org/1999/xthml> <head> <title>New Application</title> <meta http-equiv="content-type" content="charset=utf-8" /> <meta http-equiv="cache-control" content="no-cache" /><meta http-equiv="pragma" content="no-cache" /> <link rel=stylesheet href="/uniapp/unidll1.dll/ext-3.3.0/resources/css/uni-ext.css" /> <link rel=stylesheet href="/uniapp/unidll1.dll/ext-3.3.0/resources/css/ext-all.css" /> <script src="/uniapp/unidll1.dll/ext-3.3.0/adapter/ext/ext-base.js"></script> <script src="/uniapp/unidll1.dll/ext-3.3.0/ext-sync-1.2.1-min.js"></script> <script src="/uniapp/unidll1.dll/ext-3.3.0/ext-all.js"></script> <script src="/uniapp/unidll1.dll/ext-3.3.0/examples/ux/ux-all.js"></script> <link rel=stylesheet href="/uniapp/unidll1.dll/ext-3.3.0/resources/css/xtheme-xp.css" /> <link rel=stylesheet href="/uniapp/unidll1.dll/ext-3.3.0/examples/ux/css/ux-all.css" /> <style>body { background: #004080; }</style> <script src="/uniapp/unidll1.dll/ext-3.3.0/ext-unigui-1.2.1-min.js"></script> </head>
  10. bmeyer

    Isapi Dll

    Ok, I found startpath. that works. Now, a dbgrid with a simple dataset looks fine as an EXE. However, when moved to a dll and run from a Virtual Windows IIS7 environment, I get a blank white window in the upperleft corner( proably the server module?), then the data spills out all over a piece of the page..little buttons show up where there should be column titles. In short: it's a mess. Is there a simple text based tutorial to explain to a newbie how to do a basic data-driven app. I'm sure that these problems are related to property settings somewhere but there is no documentation. Maybe it's too early in the development cycle for someone of my limited talents .
  11. bmeyer

    Isapi Dll

    I'd like to load a cds file into a dataset when the isapi app starts. I currently extract the application startup path and append the cds file name. Is there such a mechanism i can use ?
  12. bmeyer

    Isapi Dll

    That did it, or rather, I missed the adapter folder beneath Ext-3.3.0 ( i think ). Thanks..this look very interesting.
  13. bmeyer

    Isapi Dll

    Thanks for the quick reply. The combo vcl comment was perfect. Now I've created a new simple app with a button. Runs fine as an exe Remark out 1st line and created an Isapi. moved file to server including Ext JS. 1) tried Ext JS with a Ext-3.3.0 subfolder...no luck 2) copied the Exe-3.3 files to a plain \Ext subfolder..no luck 3) copied the above to the application root and remarked out the ext folder no luck All i see is the default "loading.." message Am I missing anything else?
  14. bmeyer

    Isapi Dll

    I'm evaluating uniGui for web and vcl development. Obviously, drawing comparisons to Intraweb. Are there simple instructions on how to test an Isapi Dll . I've created a simple form with a single button on it and have moved the files to a windows Virtual server where i currently run an Intraweb dll. My form sits their with a "loading form .. " message on the screen. 1) What am I missing? 2) Is there a quick way to swap units in order to create an isapi app from a standalone VCL app?
×
×
  • Create New...