Jump to content

dionel1969

uniGUI Subscriber
  • Posts

    459
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by dionel1969

  1. It means 'left' and 'right' must work too or not???
  2. Hello: Where is the right place to define an APPLET???
  3. First: I don't know much about balancing of applications, just read some text and I have an idea in theory. Second: I would divide the application into two modules: 1- Balancing Module (8087) with the appropiate algorithm and implementation of it. 2- Main Module running in 2 ports (60001 - 60002) (two instances I mean) Then people would connect to First Module and this would decide where to redirect. Is the same app, but divide into two parts. "Give to Caesar what belongs to Caesar."
  4. dionel1969

    Z-Order

    Hello: I use this: iframe width="420" height="345" src="http://www.youtube.com/embed/Q2aescTmJRg"></iframe> to test to show a video inside a form. It is working good, but when I show a Modal Form it appear behind of video. Why???
  5. I use this in a test server and works good: http://www.unigui.com/component/docman/doc_download/19-unigui-beta-v088 It is for 0.88.0.919, but there is a notification... See it here: http://forums.unigui.com/index.php?/topic/1545-version-0880-alpha/page__st__80
  6. I don't know how Delphi's buttons are translated to ExtJS, but if the class is: Ext.ButtonView then there are a method: focus( [boolean selectText], [boolean/Number delay] ) : Ext.Component to: Try to focus this component. ... http://docs.sencha.com/ext-js/3-4/#!/api/Ext.Button PS: There is not a notification about the version where it is applicable. So I think it is applicable for 3rd version.
  7. Don't worry man. This Control is implemented as a TComboBox descendant, so for changing it behavior we need a plugin. Ok, let see more important issues. PD: Picture taken from www.sencha.com and little modified to show what I'm talking about. I don't wanna any problem with SOPA or SINDE. More exactly from: http://docs.sencha.com/ext-js/3-4/#!/api/Ext.form.TimeField
  8. I think it must be discussed before it is finished to let you implement what people will use or at least the major percent of people.
  9. In the sub-world of input entries (dialogs) there are four principal actions: 1- Navigate To Next Field-Entry 2- Navigate To Previous Field-Entry 3- Accept the whole Input 4- Cancel process Field could be any of controls like edit, checkboxes, radiobuttons, etc..., special case is memo or rich memos. The problem with ENTER in this case (I was reading before a post about it) is the following: 1- ENTER is used to add #13#10 or Hard Break Line that is used commonly in Windows Environment or < p / > in Web Environment. 2- SHIFT+ENTER is used to add #10 or Soft Break Line that is used commonly in UNIX-LIKE Environment or < b r / > in WEB Environment. So, when you have a Memo in the Form (Dialog) what I saw is the use of Shift+Enter for changing editing lines to let the ENTER alone for changing fields. It is not a standard, but I saw it in many applications.
  10. Ok. No problem. I will check then.
  11. Then, I have to migrate from 2009 TO XE. ja ajajajaj. Let's see in the near future. It is not a a big reason, but is one more.
  12. I program the OnKeyDown event of form (setting KeyPreview to True) and it works well. So if possible and could be aggregated the "AcceptKey" and "CancelKey" together with NavigateKeys would be good, in other case does not matter, it could be program every time.
  13. Hello: I just starting to test the use of NavigateKey in one form. So I set the value of Key 13 (Enter) for both options (Next and Prior with Shift) and it navigate throught editable fields good, but it does not navigate to Buttons. For me it is good as is, but I need then the DefaultAction Key (Ctrl + Enter use to be) and CancelAction Key (Esc use to be), to let final client use all the time keys and the use of mouse would be not necessary. Or to navigate to Buttons and in that case use buttons key events. Or I have to program it in the OnKeyDown event of form????
  14. Or may be: Happy 0111 1101 1100 !!! but, it is more or less no good aligned. Let's way until 0111 1101 1101 for a good alignment.
  15. dionel1969

    Time Editor

    One question: Can I modify the behavior of Time Editor? It show as a LookupComboBox with some discret values (I can edit directly, it is not a problem), but I prefer to show it sometimes like a spin editor, as it show in design time. I don't know how it is implemented in EXT JS, so that's why my question.
  16. HAPPY NEW YEAR FOR ALL HERE !!! I WISH YOU ALL HEALTH FIRST, AND LATER ALL GOOD THINGS THAT YOU NEED !!! THANK YOU FOUR YOUR SUPPORTING AND I HOPE IT WILL IN THE NEXT YEAR !!!
  17. I must wait for the NEXT BUILD to be sure.
  18. It does not happening as you can see in the bitmap I upload.
  19. Yes, of course and it does not work. I have a unit with some "proxy" functions or procedures to avoid write some parameters for example: procedure AskAsConfirmation(const aMsg: String; aCallBack: TXXXXX); inline; procedure AskAsError(const aMsg: String; aCallBack: TXXXXX); inline; procedure ShowWarning(.... and so on. They are inline procedures, so they do not generate extra "call codes", just to avoid write [mbYes, mbNo], mtWarning or mtConfirmation and so on all the time. Just for commodity. In this case it does not work. Prueba de Anonymous Proc.rar
  20. It would be nice if 1- everything concern to language could be set at client level setting just setting locale, but... 2- It would be nice too if this could be dynamically set. For example, here in Dominican Rep. people use Spanish as language for communication, but some companies have subsidiaries in Haiti, and there people use French, or a variant of French named Creole. So, the same application here must show interface in Spanish, but there in French. So, if in the generation of html file could be dynamically specified locale strings will be very good. Of course, by the normal way using OS locales could solve this, but many times you have a copy of OS in other language, not in your language. For example, I use an English copy of Windows for developing for many reasons, and there are many clients with non-Spanish copy of windows. So, setting this property to AUTO will solve by the normal OS way, setting to ES will be in Spanish, but setting to DYN will be "dynamically" set in the Event: OnLocaleSetting( var aLocale: String ) It is an idea, from me.
  21. by the way, If I set Locale in ServerModule to "es" the message box should show captions of buttons in Spanish??? extract from ext-lang-es.js if(Ext.MessageBox){ Ext.MessageBox.buttonText = { ok : "Aceptar", cancel : "Cancelar", yes : "S\u00ED", no : "No" }; } also Caption of Form.
  22. A time ago, I made a post here about the possibility to print to printer from browsers. I found a solution after that and it works well in the Chrome and FireFox, could be in Safari, IE and Opera too, but I did not test in these browsers. I found it a time ago too but I did not test until these days. It is not a Reporting Tool, it is a possibility to print directly to printer using printer's fonts like people use to do in POS Applications. Here is the URL, it called jZebra and it is continuous upgrading time at time. The latest version I download has the possibility to generate a PDF file. It uses standard java libraries and there is not mention about restricted license, at least when I found it there was not. http://code.google.com/p/jzebra/ <input type=button onClick="print()" value="Print"> <applet name="jZebra" code="jzebra.PrintApplet.class" archive="./jzebra.jar" width="100" height="100"> <param name="printer" value="zebra"> </applet> <script> function print() { document.jZebra.append("A37,503,0,1,2,3,N,ABC WIDGET CO\n"); document.jZebra.print(); } </script>
  23. Hello: It is possible to do this procedure AskAsConfirmationA(const aMsg: String; aCallBack: TUniDialogCallBackAnonProc); inline; begin MessageDlg(aMsg, mtConfirmation, [mbYes,mbNo], aCallBack); end; ????
  24. I have no doubts that you have this in mind. We all know about your work, and that there are other issues, may be more relevant for the well function of the framework, so they are taking your time, but later will be time for this. Thank you once again and I trust in you.
×
×
  • Create New...