akurasov

Results 54 comments of akurasov

You mean you want not an installer but just an exe file?

You are speaking about desktop platfrom, right?

Yes, I see. Development of desktop-native Compose is significant work and we are focused on different platforms at the moment, since desktop is covered by desktop-jvm platform. But yes, it...

'@Composable' functions are modified by compiler plugin, so their real signatures are different from the source code. Could you clarify, what is the business goal to use reflection with Composable...

@viratshukla So basically you want to send request exactly at rendering time? Could you give some more details about your task? I would rather update State in a "request" thread...

Why not just use simple composable function, that will decide this based on some State?

It is a bit hard to understand what is wrong. Could you please describe scenario as a sequence. Like 1. Click on textField 2. input abc 3. press enter .....

You can have focus either on DDW or on TextField. So probably you should make it focusable =true and move focus between them depending on which keys are entered. Another...

I think this request should be raised to Google, as they are publishing API documentation

I run you example on Mac and it worked fine. What is your OS and JDK?