Jump to content

dionel1969

uniGUI Subscriber
  • Posts

    459
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by dionel1969

  1. dionel1969

    markInvalid

    +1 I think that all possible validations that can be done on the client side would be very good for systems made ​​for the web. The reasons, everyone knows them very well.
  2. Yo pienso que todas las validaciones que se puedan hacer del lado del cliente (Cliente Side) sería muy bueno, pues ahorraría el viaje al servidor. Así que trataré de apoyar el POST. Dionel
  3. dionel1969

    Hola...

    Algún día podrá aparecer un saludo desde la misma Cuba. Eso espero. Dionel
  4. Hello: Any one knows about m6.net???? They announce this:
  5. dionel1969

    Hola...

    Bueno, un saludo de un cubano desde Rep. Dominicana.
  6. A suggestion: It would be good that mouse become to hand-pointer when it is over image that you use as button for choices and this will the difference with the others. One question because I did not test that: It is necessary to logout from program to change the app's skin? En español: Sería bueno que el cursor del mouse se cambiar a "hand point" cuando uno esté encima de las imagenes que son opciones seleccionables, eso hará la diferencia con las otras que sólo son parte de la identificación del programa. Una pregunta, y es porque no lo he probado hasta ahora: ¿Es necesario salirse de la aplicación para cambiar el estilo de la aplicación?
  7. I have an app that use some icons for actions, then at init I "show" they with visible set to false, then after login I change their visible properties to true. The Login form is a dialog, so it is modal. The main form is "mfPage". It is working good.
  8. Ok, Thanks a lot for your help. I'm now converting the Process, because it come "as is" from the same application but a versiion that is running in Windows. For a few POSes and a few tickets it works well, the problem come when there are a lot of tickets. So, it is obvious that I have to convert the process to run it in a separate thread and then I need to use timer to get feed back from server side. Thanks again. Dionel
  9. Thank you. I will try it today. Sorry for my delay in the answer, but I was so busy yesterday with other things. Thank you again.
  10. Hello: I have a process that is responsible for "Sale Process" of various points of sale. This procedure takes time depending on the amount of POS that were working in a day and depending on the sale of each of these POS. Then, when the sale is small no problem, but when is large before processing finished application gives an error of "Time Out". The question is: How I can do to have a process feedback directly from the server in the window showing the results and avoid the time-out error? I put a timer, but does not start at the time indicated. procedure TProcessForm.ProcessSale; begin try fProcessStart := Now; tmrProcess.Enable := True; ProcessSaleInternal; finally tmrProcess.Enable := False; end end; procedure TProcessForm.tmrProcessTimer(Sender: TObject); begin pnlProcessing.Caption := 'Procesando Venta. Tiempo de Procesamiento: ' + IntToStr(MillisecondsBetween(Now, fProcessStart)); end;
  11. FELICIDADES OSCAR !!!! CONGRATULATIONS OSCAR !!!!
  12. It could be not the better solution, caused Java is replacing by another solutions, but for me now it is a good solution and I can print directly to printer without using Preview and with Printer's Code.

  13. If that you want, I have ported some app from Windows to WEB and they print directly to printer using some Java Applet taken from: jZebra Forum. http://code.google.com/p/jzebra/

  14. Are you trying to print directly to Printer like in a POS App???

  15. Will be good to port UniGUI to FreePascal/Lazarus to develop apps for Linux. I'm the first in vote to do that. Of course not now, you have to do some things to come to 1.0 version. But after that two things will be very important from my point of view: 1- Use ExtJS higher 2- Port it to FreePascal/Lazarus to develop for Linux
  16. Sadly NO, I have not the solution, and I need it. I have some compromise here and will try to look for one. I'll notice you if I found one. It must be in the generation of rows for client, but I will look later. Sorry.

  17. Hello: The background of boolean field (with checkbox) is not painted with the color specified in Attribs params.
  18. That's really bad. Besides the XDBGrid, it would be good for the standard dbgrid, when generating the row for client, there was a way for to identify and establish a relationship between the row on the client side and on the server side. If this were so, it would inherit by the XDBGrid and problem solved. I post this before, but I post it again caused by the importance that I think this deserves: 1 - grids is one of more components are used in data handling. 2 - Some Of the behaviors expected of them are: 2.1- Sorting rows 2.2- Sorting columns (and save it for specific user) 2.3- Rows' Filtering 2.4- Columns' Filtering 2.5- Columns' fixing 2.6- Rows' fixing (Summaries) 2.7- Columns' grouping I know you are doing a very good job, and there are a lot of work to be done in the basic areas of the basic components, but, but, but it would be good to extend the behavior of common grid caused by the importance of this component. I think there are some of this behaviors that exist in the extjs's grid. You know it better than me. It is just my opinion, like in English say people: IMHO
  19. like "http://localhost:8888/server" command for showing server monitor. It is interesting to me too.
  20. There must be some way to identify the rows in a grid in a unique way for use as correspondence between the data on the client side and server side. (IMO)
  21. 148 views and there is not answer
  22. Could be add this sample code to the section for this????
×
×
  • Create New...