叶志强

Results 16 comments of 叶志强

> The keywords used in the .gdextension file are all "feature tags" - see: > > https://docs.godotengine.org/en/stable/tutorials/export/feature_tags.html > > Basically, it evaluates each line in order, and if the current...

> @xinqiangSong 当将添加选项选项卡并它,一切它使用使用它很很很很很好很,但是但是很很很很,但是当当使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用使用的功能。 我有上面提到的问题。请支持我!谢谢你! It is crucial that the UIExtensionsManager instance is not released. The current plugin implementation involves creating a new UIExtensionsManager object for each opened document and releasing...

> @CancerQ 这是否意味着即使我们自定义顶部菜单它也只适用于当前会话? 下次我们打开文档时,设置会恢复为默认设置吗? 有没有办法通过功能或编程方式保存设置? Like I said before, you just need to make sure that UIExtensionsManager is not released

> @CancerQ Thanks for your answer. > > > Like I said before, you just need to make sure that UIExtensionsManager is not released > > So does that mean...

No update for a long time, close the issue

> @xinqiangSong感谢你的回答! 请告诉我如何在 ios 上修复它。谢谢你! Please modify the method - [FoxitPdf FoxitPdfPreview:] in the file foxitpdf#com.foxit.cordova.plugin.FoxitPdf.m. ```objc -(void)FoxitPdfPreview:(NSString *)filePath { self.pdfViewControl = [[FSPDFViewCtrl alloc] initWithFrame:[[UIScreen mainScreen] bounds]]; [self.pdfViewControl setRMSAppClientId:@"972b6681-fa03-4b6b-817b-c8c10d38bd20" redirectURI:@"com.foxitsoftware.com.mobilepdf-for-ios://authorize"];...

> @CancerQ 谢谢你支持我! 当我尝试上面的代码时,它起作用了。 ![IMG_0028](https://user-images.githubusercontent.com/118706956/229427666-8ce90e23-1c45-440e-8837-551cc60defd2.PNG) > > 1. 请给我工具列表部分中的代码列表项。这样我就可以选择性地向数组 FSMainTopBarToolTagHome 添加。这样当我初始化 foxitPDF 时,我已经拥有了我经常使用的工具 > > ![IMG_0030](https://user-images.githubusercontent.com/118706956/229428415-0eddfebd-335d-44f2-b93c-ed1b5cfece14.PNG) ![截图 2023-04-03 1 12 17 PM](https://user-images.githubusercontent.com/118706956/229428444-2a745c82-d31e-40ad-8513-0717f4560c4a.png) ![IMG_0029](https://user-images.githubusercontent.com/118706956/229428471-d76a3a8c-de3e-4f36-bb04-98c000a7a155.PNG) > > 2. 如何在工具列表中隐藏我不使用的功能? > > ![IMG_0030](https://user-images.githubusercontent.com/118706956/229428956-59bb56cd-eba7-4301-8d14-3396d97e9e84.PNG)...

> @CancerQ 谢谢你支持我! 当我尝试上面的代码时,它起作用了。 我想按如下方式创建主页选项卡,但我尝试了但仍然没有成功 如何制作主页选项卡。请给我看代码示例谢谢。 我对目标C了解不多。 ![截图 2023-04-17 11 51 06 AM](https://user-images.githubusercontent.com/118706956/232382534-ca9d24a0-b220-48f9-b466-ce90d328f72b.png) ![屏幕截图 2023-04-17 上午 11 点 31 点 47 分](https://user-images.githubusercontent.com/118706956/232382603-19b0a8c6-2635-4a3d-bf7f-a537b406995c.png) A tagitem is not a mutable array, so...

@Kroberus `NSMutableArray *tmp = self.extensionMgr.topToolbar.tagItems ? self.extensionMgr.topToolbar.tagItems.[].mutablcopy: @[].mutablcopy; [tmp addObject:#]; self.extensionMgr.topToolbar.tagItems = tmp;`