Quote:
Originally Posted by Fak Eid
@Mr.BlackFire69
1. If you open the Directory Dialog Box second time, the fluent effect is disabled at certain sections (Please find the photo at the link)
|
anything can cause this to happen; i don't know exactly what. maybe try changing the canvas quality.
Code:
FMXForm.CanvasQuality(cqHighPerformance);
this also changes the canvas quality of the other forms (
Dir/
Start/
Custom).
Quote:
Originally Posted by Fak Eid
Can we make the Directory box editable?
|
done.
Quote:
Originally Posted by Fak Eid
2. Padding and margins are not working on FMemo. I want the content inside FMemo to be padded at certain distance which doesn't seem to be working
|
everything is ok inside the dll. maybe there's something wrong with firemonkey.
Quote:
Originally Posted by Fak Eid
3. There is also one issue with the FToggleCheckbox. IsPressed is not working.
|
fixed.
Quote:
Originally Posted by Fak Eid
4. Can you also enable OnChange method on FToggleCheckbox? This will be similar to FCheckbox Event. Onclick gives me before Event. It gives me the previous value before clicking. I need after Event, like after changing the toggle value of Checkbox what is the current value?
|
done.
Code:
new property:
procedure OnChange(Event: TNotifyEvent);
Quote:
Originally Posted by Fak Eid
5. Is there a way to bring the Video file in the background and display text over it?
|
there's no way until now.