Jump to content

andyhill

uniGUI Subscriber
  • Posts

    1258
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by andyhill

  1. I appreciate your suggestions Ralf. As I wanted a permanent returning user identification system (not using current sessions) I have opted for an encrypted cookie (stored on the user's device with the decryption key stored on my HTTP Server DB that only my webapp knows how to use and decode) with a short term expiry of course. Yes it is flawed if Cookies are disabled but then again UniGUI uses Cookies so what happens then (check it out, walk through the cookies).
  2. dan602, I used this messy work around:- Paint only first column's captain, if necessary add the second column's description to the first column's captain.
  3. __current_theme=uni_emerald
  4. I notice the UniGUI Framework uses Cookies to store the Theme. Question: If Device disables cookies how will this effect UniGUI ?
  5. This only uses the current session ID and not the Device Hardware ID, therefore it is useless to interrogate the returning device to the website (not using cookies).
  6. elGringo, How did you go with Tokens ? I want to store a reproducible Unique Token from the users Device (Mobile and Desktop [Mac Address ?]) to validate user - not cookies - can you help ?
  7. I am waiting for your Mobile Sencha Touch emulation theme.
  8. Tried your SigTest on iPhoneX and 6.5.3 runtime fails:- ERROR "missing variable resizeCanvas" ?
  9. How are we going with the original Sencha Touch Theme ?
  10. Need FieldLabel FontColor and Color and Font setting capabilities like the new TunimEdit.
  11. How do I define 6.5.3 Mobile DatePicker Tumbler Captions and Slot Order (I want DayOfTheWeek, Day, Month, Year) ? I cannot get the DatePickerChange and DatePickerChangeValue Events to fire ? Also need FieldLabel FontColor and Color and Font setting capabilities like the new TunimEdit.
  12. How do I setup 6.5.3 Mobile TimePicker Tumbler Captions and restrict Minutes to 15 minute increments ? Also need FieldLabel FontColor and Color and Font setting capabilities like the new TunimEdit.
  13. Please show me how to set "Mobile UnimEdit: FieldLabel Color, EditText Color, EditText Background Color ?" EditUser.ClientEvents.UniEvents.Clear; s:= 'beforeInit=function beforeInit(sender, config)'#13#10+ '{'#13#10+ ' config.cls='#39'customLabel1'#39';'#13#10+ '}'; EditUser.ClientEvents.UniEvents.Add(s); CustomCSS.Add('.customLabel1 '); CustomCSS.Add('{ '); CustomCSS.Add(' color: red; '); // NO EFFECT CustomCSS.Add(' background-color: #A7D0FE; '); // WORKS CustomCSS.Add(' font-color: blue; '); // NO EFFECT CustomCSS.Add(' text-font-color: red; '); // NO EFFECT CustomCSS.Add(' text-background-color: yellow; '); // NO EFFECT CustomCSS.Add('} ');
  14. On a Mobile DBListGrid - How do I set the Header Background Color ? I played with $grid-header-background-color to no avail.
  15. ServerModule CustomCSS.Add('._myFieldlabel1Cls { font-weight: bold; color: blue; font-size: 18pt; text-align: left; padding-top: 7px; }'); TunimEdit.ClientEvents.UniEvents function beforeInit(sender, config) { config.labelCls = '_myFieldlabel1Cls'; } Also need TunimEdit.text CSS font color and background color code Please advise - thanks
  16. Can you do a Mobile one like the original Sencha Touch ?
  17. After uploading new css via servermodule custom css how would I select it, is the name 'emerald' hard coded within the css ?
  18. Hi gesulmino is this new component available to others ?
  19. Farshad, My main problem was a legacy assignment (LayoutConfig.Height) that previously was ignored but now acted on - sorry for my stressed posting. Now with the latest build it is missing the Mobile Sencha Touch Theme that is urgently needed. As stated before it makes the website look like an installed iPhone App and users have become dependent upon it. Your C:\Program Files (x86)\FMSoft\Framework\uniGUI\Source\Core\PNGImage code will not compile on Tokyo 10.2, please provide solution - thank you.
  20. And for the record C:\Program Files (x86)\FMSoft\Framework\uniGUI\Source\Core\PNGImage will not compile on Tokyo 10.2 a problem I mentioned before but ignored.
  21. I see no Mobile Theme and therefore all mobile components fail to render in mobile on iPhone X ? Grids do not even paint ? Using TouchTheme ios makes absolutely no difference. I chose UniGUI Mobile Touch Professional to develop for mobile touch now mobile touch appears to be gone ? I do not want to jam a desktop layout into a mobile phone via scaling. You cannot say a perfectly working app can go from working great to non functioning on every level due to the update saying my programming is the cause.
  22. I have finally updated to 1.10.0.1458 on Delphi 10.2 (Tokyo) Installed in the following order:- Complete Professional Complete Runtime Documentation Theme Pack Ran Delphi and App NOTHING WORKS AS BEFORE I NEED URGENT HELP VIA REMOTE ACCESS PLEASE HELP ASAP
  23. As stated before:- .titlebar.getAt(...).setText Is not a function. UniGUI ver 1423
×
×
  • Create New...