
Roy Woll
- Total activity 353
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 0
- Subscriptions 144
Comments
Recent activity by Roy Woll-
You should register your class so it can be created dynamically. For instance, our code does this in its initialization section of its unit. initialization RegisterFmxClasses([TwwEdit]);
-
Besides what Michael said, if you are using your own button and canfocus is true, then it should update the tfield contents and be able to save the changes. I believe you could also set focus to t...
-
I dropped in a TListBox and added a few items. I then dropped in a TwwSwtich into a listitem and do not notice it turning gray. What are the minimal steps involved to see your problem.
-
Hello Mike, I don't know if you have received a response. I don't see any emails from you. Please email to support@woll2woll.com for follow-up, and provide your registration number to them.
-
Unfortunately this is not seamlessly supported. I will log this for the future. As a workaround I believe the following will work as the current code allows you to override the color only in this ...
-
Sorry for overlooking this question. You can refer to your dataset.fieldbyname('yourfield') to get the field values from the OnKeyPress eventl.
-
What component are you asking about? I don't know what you mean by the TouchPan property. What is your question?
-
I would also check to be sure you have not inadvertantly set your Ease of Access | Make Text Bigger as that would only scale text and not graphical objects
-
Unfortunately, I cannot reproduce your problem. Can you tell me if our maindemo demo1stclass has the same problem for you. Are you using custom styles? It also seems odd to me that your 200% screen...
-
Have you tried my suggestion yet with the two steps? Also have you considered moving to FireDac to access your ADO tables?