Mario Javier Medina Cocom
04/06/2022, 4:10 PMRyan Mitchener
04/07/2022, 1:48 PMSelectionContainer
composable? I would like all of the menus/popups in my app to have a consistent style but I can’t find a way to change how they look.Dragos Rachieru
04/07/2022, 2:07 PMDragos Rachieru
04/08/2022, 7:37 AMBackHandler
should be ported to desktop
and web
as well as we can use the buttons to go back (I use mouse buttons to navigate on desktop). I was writing a multiplatform navigation component and it needs multiplatform BackHandler
, I have an expect/actual for that, but it would be great for it to be part of the compose
libraryS.
04/09/2022, 7:41 PMWindowDraggableArea
?
I wan't to disable it when the window is maximizedKirill Grouchnikov
04/10/2022, 2:49 AMNorbi
04/11/2022, 6:18 AMPartho Paul
04/11/2022, 12:38 PMynsok
04/12/2022, 8:51 AMS.
04/12/2022, 1:47 PMModifier.fillMaxSize().background(Color.Black.copy(alpha = 0.5f))
When the parent window is floating, I get the expected result but whenever it's maximized the box is just plain black opposed to being transparent.
However every time I create a transparent window I get Failed to create DirectX12 device.
I assume this is the root of all evil or could it be caused by something else?Jan
04/12/2022, 6:17 PMppvi
04/12/2022, 8:17 PMFileDialog
for example. I checked out the compose-jb samples and they have the same problem. What could I be missing?spierce7
04/13/2022, 3:47 PMS.
04/13/2022, 9:19 PMLazyColumn
and a corresponding add function in the viewmodel but no matter what I try the list does not refresh itself.
basically the same code is used for a search feature which works fine. only difference it's not called from a onClick
but from onValueChanged
Nathan Retta
04/14/2022, 2:54 PMspierce7
04/14/2022, 10:25 PMScott Martin
04/15/2022, 7:35 PMinfoPlist {
extraKeysRawXml = """
| <key>CFBundleURLTypes</key>
| <array>
| <dict>
| <key>CFBundleURLName</key>
| <string>AdCentral App</string>
| <key>CFBundleURLSchemes</key>
| <array>
| <string>AdCentral</string>
| <string>ad-central</string>
| </array>
| </dict>
| </array>
|""".trimMargin()
}
Now my app will open when I trigger any url with the schema <ad-central://test>
, but I don't seem to be able to actually gain access to the URL that was used to open the app to retrieve information I'd like to pass to the app. Does anyone know how to do this, or have any places I could start to look? I'm a bit stumped.Scott Martin
04/16/2022, 4:50 AMThomas
04/16/2022, 8:39 PMKavin Gupta
04/17/2022, 12:01 AMfun main() = application {
Window(onCloseRequest = ::exitApplication) {}
}
has this icon in the bottom right, which sometimes morphs into a pause button for a few frames. Anyone have any idea why?PHondogo
04/18/2022, 2:49 PMjava.lang.IllegalStateException: LayoutCoordinates androidx.compose.ui.node.ModifierLocalConsumerNode@1d3e8489 is not attached!
means?redenergy
04/18/2022, 11:00 PMxxfast
04/19/2022, 2:02 AMRemo
04/19/2022, 11:53 AMYan Pujante
04/20/2022, 5:53 PMsourceSets {
val jvmMain by getting {
dependencies {
implementation(compose.desktop.currentOs)
implementation(files("external/libs/luaj-jse-3.0.2.jar"))
}
}
but the dependency is not being picked up. If I replace the path with /foo.jar
nothing happens either, not even an error message. Any idea what is wrong?Slackbot
04/21/2022, 8:34 PMArchie
04/22/2022, 3:08 AMAkram Bensalem
04/22/2022, 12:30 PMRemo
04/23/2022, 3:31 PMsasikanth
04/24/2022, 2:19 PMModifier
on my background composable but the elevation gets clipped.