question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

DEV: Creating bottom dialog

See original GitHub issue

Hi @Alexey-T / @kvichans

Is possible to create a bottom dialog in Cud using dlg_custom?

Or is mandatory to use app.dlg_proc?

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
kvichanscommented, Apr 23, 2020

@Jairo-Martinez Short answer - yes, it’s possible. Example: “Find in Lines” from CudaExt can be docked. See wiki for my cuda_kv_dlg to start.

0reactions
JairoMartinezAcommented, Apr 23, 2020

Hi @kvichans

Yes, thanks at the end I found the answer reviewing your code and the “Testing of Dialog API” plugin. Related #2482 .

Read more comments on GitHub >

github_iconTop Results From Across the Web

Implementing Bottom Sheet Dialogs using Android Studio
Create a new Android studio project. To implement a Bottom Sheet dialog, you need a material design library. Include the following library in ......
Read more >
BottomSheetDialog - Android Developers
Base class for Dialog s styled as a bottom sheet. ... BottomSheetDialog(Context context, boolean cancelable, DialogInterface.
Read more >
Android Bottom Sheet. Learn implementation of ... - Medium
BottomSheetDialogFragment is a thin layer on top of the regular support library Fragment that renders your fragment as a modal bottom sheet, ...
Read more >
Modal Bottom Sheets - Material Design
BottomSheetDialogFragment is a thin layer on top of the regular support library Fragment that renders your fragment as a modal bottom sheet, fundamentally ......
Read more >
Modal Bottom Sheet in Android with Examples - GeeksforGeeks
Here we design the layout of our Modal Bottom sheet. ... Now create BottomSheetDialog.java and add the following code.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found