Sam Quintanar
- Total activity 39
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
Created Can anyone please show me how to do drag & drop animation on a .png or .svg image using Kotlin with Compose Desktop?
AnsweredI've googled a lot, and found no definitive answer. I found an example using Compose(https://github.com/Kvest/Chess/tree/main), but it would not run under Compose Desktop(many conflicts or missing ... -
Created Please provide clarity about use of Compose for Desktop and Compose Multiplatform
AnsweredWhen creating a Kotlin Desktop App, I am given a choice of Compose Desktop(which is what I select), but there is no choice for Compose Multiplatform(which provides the @Preview to see app with mul... -
Created How to have multiple files with 'main' functions in Kotlin
AnsweredPython supports multiple project files capable of being the application entry point with a ‘main’ function if the file is selected as the ‘current’ file. This is useful to quickly test example apps... -
Created Want to change the version of Gradle used in IntelliJ 2023.2
AnsweredPlat = Ubuntu 18.04, 16 GB RAM, 64 bit, IntelliJ IDEA Community Edition 2023.2I'm using Java 17, openjfx 0.0.13, Kotlin 1.8.22 and Gradle 8.2. The IDE auto-selected Gradle 8.2.Correct compatibility... -
Created "Running a simple openjfx application from kotlin and intellij without the javafx plugin (but with the javafx sdk)"
Mr. Phil Troy,Could you please post a link of the code/app/project so others can run it and examine it in detail?Kotlin+JavaFX+Gradle has been a time-consuming adventure that your contribution may ... -
Created Want year 2023 example code of minimal Kotlin+JavaFX+Gradle that works!
AnsweredPlatform details: Ubuntu 18.04/ 64 bit/ 16 GB MemoryWhen starting a project in IntelliJ, I choose Kotlin and Gradle and JavaFX and then select all checkboxes for JavaFX presented.When running the (... -
Created Please help me with an Import error I get when running code in Pycharm
AnsweredOS = Ubuntu 18.04 PyCharm version 2022.3.3 When I run code in a virtual environment in PyCharm, I get this error message:Traceback (most recent call last): File "/home/sam/Documents/Python3.9_Proj... -
Created Does anyone have a concrete example of having Node.js in a virtual environment and then using it in WebStorm?
I now know one can't create a virtual environment (VENV) using WebStorm, so apparently the only option available for creating a VENV for a Node.js application is 'nodeenv'. Has anyone already had s... -
Created How do I create and activate a virtual environment in WebStorm?
Coming from PyCharm providing easy virtual environment creation, I can't see how to create & activate a virtual environment for Node.js development within WebStorm. Please give me step by step inst... -
Created Show me clear way to get code completion with PyGObject
I installed PyGObject fine. The code will run, but there is no code completion capability. Did alt+enter with cursor caret inside Gtk in line below, but nothing happened. from gi.repository import ...