ui tag

177 questions


1 answers
113 views
0
About SwiftUI @Published

I'm reading the Apple document, but I don't understand it.Documents class Weather { @Published variable temperature—Double init(temperature:Double) { self.temperature=temperature }}let weather = Weat...

1 years ago

1 answers
59 views
0
About Navigator Pushpage in OnsenUI

Thank you for your continuous support.When I set OnsenUI to the latest v1.2.2, pushPage with the following code no longer works.TypeError: Cannot read property 'pushPage' of undefined The error appear...

1 years ago

1 answers
90 views
0
When I use PHPicker in SwiftUI, I want to return to Tab where I opened PHPicker, but it returns to the initial TabView screen.

Use PHPicker in TabView's child view to return to the first Tab specified in the State in TabView instead of the original child view after using PHPicker.When I close PHPicker, I use dismiss to close ...

1 years ago

1 answers
68 views
0
I want to run the command when I erase the window in Tkinter.

I want to run the command when I erase the Toplevel window.In the tk.Tk() window, you can overwrite _del__, but if you do so in Toplevel, it will run when the main window is turned off.I think it's ok...

1 years ago

1 answers
88 views
0
I want to sort on the source with jquery.

What should I do if I want to rearrange the position on the source based on the coordinates of the position in jquery?Example: Sort left values in descending order<div style=position:relative;left:...


2 answers
49 views
0
Element search means to replace getElementById when multiple identical pages are displayed in ons-navigator

I am studying developing apps for iPhone at Monaca.On the page displayed as a child screen in ons-navigator, there are the following elements:<input type=search id=id1>I would like to get the va...

1 years ago

1 answers
116 views
0
What does jquerymobile do when you click a button?

When jquerymobile pops up a dialog and the form appears and enters it, I want to save the data and switch to the original screen.Under the current condition, I would like to switch the screen because ...


1 answers
56 views
0
I want to reload inside the OnsenUI Navigator pushpage.

Thank you for your continuous support.As stated in the title, is it possible to reload the inside of the pushpage after moving to pushpage with navigator?This is because I want to reload the page in t...

1 years ago

3 answers
92 views
0
To Change the Menu

As stated in the title, we are looking for ways to change the menu of ons-tabbar.Specifically, when transitioning from screen A to screen B, the ons-tab tag in ons-tabbar is I would like to change it....


1 answers
93 views
0
I want to make a secondary array into a primary array using the for-in syntax and process it

Currently, I want to process the expression in the secondary array as a primary array using the for-in syntax, but when I try to process it,Close containing control flow statement cannot be used with ...

1 years ago
« - 14 - »

© 2024 OneMinuteCode. All rights reserved.