Jump to content

Search the Community

Showing results for 'jQuery'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • uniGUI Public
    • Announcements
    • General
    • Feature Requests
    • Installation
    • Deployment
    • Other Platforms
  • Licensing
    • Licensing
    • Ordering uniGUI
  • Bug Reports
    • Active Reports
    • Closed Reports
    • Old Bug Reports
  • uniGUI Development
    • General Development
    • uniGUI Releases & Roadmaps
    • Utilities
  • Mobile Platform
    • uniGUI Mobile
    • Mobile Browsers
  • Users Area
    • Sample Projects
    • Components and Code Samples
    • Third Party Components
  • Non-English
    • Non-English
  • Miscellaneous
    • Hosting
    • Server Security
    • Jobs

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

  1. Message from: "Andrew Tierney" >> >> 1) http://dev.sencha.com/deploy/dev/examples/portal/portal.html >> (maybe the ability to have Forms as webparts/portal widgets ??) >> The you could write say a twitter form, and reuse it on a >> pagelet/portal/webpart section of a page. > > Question here is that how you're going to run multiple Delphi apps in same > portal. I'm assuming each portal app is a Delphi app. - I was thinking maybe ISAPI with Virtual Folders ? - Or maybe DLL plugins for a single Delphi app, just add a new DLL per portal ? (just an idea at the moment). > >> >> 2) http://dev.sencha.com/deploy/dev/examples/form/adv-vtypes.html >> > > That can be added . - Nice.. > >> 3) A notification control something like: >> >> http://www.efattal.fr/extjs-dev/examples/toastwindow/ >> or >> http://www.artalat.com/Ext.ux.AlertBox/ >> >> 4) Javascript support (ie. Ability to add/call jQuery code) >> > > Client side scripting will make this possible (to a certain level) - Yep.. Exactly what I was thinking.. Client side scripting would allow me to do a few more things. > >> 5) Template or HTML snippet support (ie. CSS/HTML/Template) >> > > Well, where are you going to place your Delphi Forms inside the template? - Already done. (ignore) - Already supported.. Your URL Frame control. - Or Existing site embedding App via iFrame. > >> 6) Support for NON flash Charts. (ie. Either TeeChart Std or TMS Charts >> would be nice) >> > > Anything non-flash must be either HTML based or JS based. Any chart which > produces HTML output can be displayed inside a URL frame. - Yes, agree.. Sorry missed the URL frame (as per 5) > >> 7) Ability to specify the ID or class for a given control >> > > Client side scripting again. - Agree.. (But can it be a property on the VCL control to save jumping to javascript). Maybe use Name -> 'ID' and a new property 'Class' ? > >> 8) Ability to create a form via Runtime or JSON ??? >> > > Can you explain it a bit more? - I was thinking about Dynamically created forms at runtime based on json and client side script. This would allow a rule based system to create forms on the fly using strings instead of runtime style creation. ie. { xtype : "form", title : "Form", items : [ { xtype : "fieldset", title : "Legend", autoHeight : true, items : [ { xtype : "textarea", fieldLabel : "Text", name : "textarea" }, { xtype : "button", text : "Ok" }] }] } > >> 9) History - >> http://dev.sencha.com/deploy/dev/examples/history/history.html#tab1:subtab1 >> >> 10) Tips - >> http://dev.sencha.com/deploy/dev/examples/simple-widgets/qtips.html >> > > Looks interesting. - Yes. Agree. > >> 11) DataView - http://dev.sencha.com/deploy/dev/examples/view/chooser.html >> >> 12) Ability to replace Loading Graphic (extJS) when website first starts >> with own Logo/Graphic. >> >> 13) Accordian Control >> >> 14) Calendar/Scheduler Control - Day/Week/Month/Year planner style >> >> > > In short, all of the above are advancved Ext JS features. Which I think, if > not all, most of them can be targeted for a post 1.0 version. Say 1.2 or > even 1.5 > Of course, after I publish the receipt to create custom components some of > the above can be developed by the developers themselves. > > > - Understand and Agree.. Any possibility of adding the ability to change the Loading Graphic from extJS in/prior to 1.0 ? 15) Multi-IP support would be nice, most schools in NSW Australia don't have fibre and use multiple adsl lines via a router. A student/teacher may get a different ip address on subsequent site visits. 16) URL Mapping ??? It would be nice to map an 'Action' to Form... ie.. URLMap('/about',frmAbout); or URLMap('/about','about.html',frmAbout); Not 100% sure about this, as one could use virtual directories in ISAPI etc. But maybe nice if you want friendly names for URL's and to be able to access subpages via URL's ? (Is this allowed ? ie.. Show say Page 2 and not the desktop, or jump to a particular page). Regards Andrew Regards Andrew .
  2. Message from: "Farshad Mohajeri" "Andrew Tierney" wrote in message news:TP94YBWgLHA.2316@anaxagvs227... > Revised.. (upload was already in 0.8, windowless in 0.81) > - These may be in the roadmap ? Just putting the ideas out there incase > others want to vote/request similar items. > > They are just on my wishlist :-) > > 1) http://dev.sencha.com/deploy/dev/examples/portal/portal.html > (maybe the ability to have Forms as webparts/portal widgets ??) > The you could write say a twitter form, and reuse it on a > pagelet/portal/webpart section of a page. Question here is that how you're going to run multiple Delphi apps in same portal. I'm assuming each portal app is a Delphi app. > > 2) http://dev.sencha.com/deploy/dev/examples/form/adv-vtypes.html > That can be added . > 3) A notification control something like: > > http://www.efattal.fr/extjs-dev/examples/toastwindow/ > or > http://www.artalat.com/Ext.ux.AlertBox/ > > 4) Javascript support (ie. Ability to add/call jQuery code) > Client side scripting will make this possible (to a certain level) > 5) Template or HTML snippet support (ie. CSS/HTML/Template) > Well, where are you going to place your Delphi Forms inside the template? > 6) Support for NON flash Charts. (ie. Either TeeChart Std or TMS Charts > would be nice) > Anything non-flash must be either HTML based or JS based. Any chart which produces HTML output can be displayed inside a URL frame. > 7) Ability to specify the ID or class for a given control > Client side scripting again. > 8) Ability to create a form via Runtime or JSON ??? > Can you explain it a bit more? > 9) History - > http://dev.sencha.com/deploy/dev/examples/history/history.html#tab1:subtab1 > > 10) Tips - > http://dev.sencha.com/deploy/dev/examples/simple-widgets/qtips.html > Looks interesting. > 11) DataView - http://dev.sencha.com/deploy/dev/examples/view/chooser.html > > 12) Ability to replace Loading Graphic (extJS) when website first starts > with own Logo/Graphic. > > 13) Accordian Control > > 14) Calendar/Scheduler Control - Day/Week/Month/Year planner style > > In short, all of the above are advancved Ext JS features. Which I think, if not all, most of them can be targeted for a post 1.0 version. Say 1.2 or even 1.5 Of course, after I publish the receipt to create custom components some of the above can be developed by the developers themselves. .
  3. Message from: "Andrew Tierney" Revised.. (upload was already in 0.8, windowless in 0.81) - These may be in the roadmap ? Just putting the ideas out there incase others want to vote/request similar items. They are just on my wishlist :-) 1) http://dev.sencha.com/deploy/dev/examples/portal/portal.html (maybe the ability to have Forms as webparts/portal widgets ??) The you could write say a twitter form, and reuse it on a pagelet/portal/webpart section of a page. 2) http://dev.sencha.com/deploy/dev/examples/form/adv-vtypes.html 3) A notification control something like: http://www.efattal.fr/extjs-dev/examples/toastwindow/ or http://www.artalat.com/Ext.ux.AlertBox/ 4) Javascript support (ie. Ability to add/call jQuery code) 5) Template or HTML snippet support (ie. CSS/HTML/Template) 6) Support for NON flash Charts. (ie. Either TeeChart Std or TMS Charts would be nice) 7) Ability to specify the ID or class for a given control 8) Ability to create a form via Runtime or JSON ??? 9) History - http://dev.sencha.com/deploy/dev/examples/history/history.html#tab1:subtab1 10) Tips - http://dev.sencha.com/deploy/dev/examples/simple-widgets/qtips.html 11) DataView - http://dev.sencha.com/deploy/dev/examples/view/chooser.html 12) Ability to replace Loading Graphic (extJS) when website first starts with own Logo/Graphic. 13) Accordian Control 14) Calendar/Scheduler Control - Day/Week/Month/Year planner style Regards Andrew PS.. This is already my fav web application development tool.. Well done. .
  4. Message from: "Farshad Mohajeri" "Andrew Tierney" . >>> >> >> I'm currently busy finalizing features 0.81.0. Most probably we will have >> borderless window feature included. >> >> > > > Thanks for the update.. > > Any idea when 0.81.0 will be released ? (Few Days, Week...) > > And do you have a list of new features ? > > Here is the changelog for 0.81.0 0.81.0.798 +---------------------------------------------------------------------------------------- - New Component UniDBText - Ability to create a windowless borderless MainForm - UniTreeView: Node dynamic add/delete support - UniTreeView: Several Memory leak issues - UniDBGrid: DBGrid.Column.Visible bug - PageControl: Render problem in invisible tabs - TUniListBox: Items are not rendered if placed on UniPageControl invisible Tab - ISAPI: Bug when pathInfo contains Unicode chars - TUniLabel Text alignment - UniDBGrid: _OnDataLoaded may be called before Grid is rendered - UniPageControl: TabIndex doesn't return correct index - UniComboBox in hidden TabPage bug in Chrome browser - New Demo: TreeView - New Demo: ClientInfo - New Demo: Windowless > Will you be adding a Javascript control ? That is the ability to pop a > control onto a form, and insert some javascript (ie. maybe jquery, some > custom javascript code etc). Or can this be done now via another means ? > A basic form of client side programming is targeted for version 0.90.0 which will evolve till version 1.0.0. I'm preparing a mini-roadmap which I will share this friday. > Again.. Amazing work.. So far.. Testing is proving very fruitful. > Thanks Andrew. .
  5. Message from: "Andrew Tierney" >> > > I'm currently busy finalizing features 0.81.0. Most probably we will have > borderless window feature included. > > Thanks for the update.. Any idea when 0.81.0 will be released ? (Few Days, Week...) And do you have a list of new features ? Will you be adding a Javascript control ? That is the ability to pop a control onto a form, and insert some javascript (ie. maybe jquery, some custom javascript code etc). Or can this be done now via another means ? Again.. Amazing work.. So far.. Testing is proving very fruitful. Andrew .
×
×
  • Create New...